{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
š {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ON ORDER $50
FAQ
Sizing Guide
About Us
Contact Us
USD
USD($)
Home
Dress
Jumpsuit
Bridal
Set
Top
Pants
Skirt
Body
More Links
0
icon-X
Home
Dress
Jumpsuit
Bridal
Set
Top
Pants
Skirt
Body
Log in
FAQ
Sizing Guide
About Us
Contact Us
Home
/
Shop
Shop
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
74491
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
Prime-Line 9070945 Lag Shields, Short, 1/4 In. X 1 In., Zinc Alloy (50 Pack)
$ 19.99
P573998 Donaldson Filter
$ 18.99
3pcs Nema 23 Stepper Motor 76MM Bipolar 4A 2Nm/283.2oz.in High Torque Nema23 57 Stepper Motor Kit 2 Phase 4-Lead 1.8 Degree Motors for CNC Engraving Machine 3D Printer, 2.25x2.25x3.0inch
$ 29.99
Door Gasket for Midmark - Ritter (~10.750' OD) MIG027
$ 21.99
Killer Filter Replacement for CARQUEST 85200 (Pack of 2)
$ 25.99
QUICKO T12 Soldering Iron Tips 10 Types Soldering Station Tool Solder Soldering Iron Tips Replacement for FX-951 Station ILS JL02 KU BL BC1 K D24 C4 BC2 B2 (10PCS)
$ 19.99
Pelican Case Vault V700 Replacement Foam Inserts Set (2 Pieces)
$ 29.99
Fenner Drives 5800500 #50 Chain Puller 40-80 Chain
$ 38.99
Hydraulic Gear Pump, 6.07 GPM Single Stage, Clockwise Rotation, 3600 PSI
$ 46.99
Honeywell AT72-D1006 Transformer Plate Mount Primary Box Mount, 24V, 4' x 4'
$ 20.99
Triple Beam Mechanical Balance Scale/Triple Beam Scale/2610g 0.1g for Lab Analytical School MB2610
$ 31.99
Door Push Bar Handles, Heavy Duty Commercial Grade Exit Device, Stainless Steel, 27 inches
$ 23.99
Axis Scientific Human Leg Skeleton Bundle, Life-Size 36' Anatomical Model with All Leg Bones, Removable Hip Joint and Fully Articulated Foot and Detailed Product Manual
$ 53.99
Humboldt H-9664 Plated Brass Cork Borer Sets with Handles, 0.1875' to 0.7968' OD (Set of 12)
$ 47.99
Spectra 010542-99
$ 28.99
Usongshine Nema 17 Geared Stepper Motor Gear Ratio 5.18:1 Planetary Gearbox for 3 D Printer DIY CNC Robotics
$ 19.99
Blodgett 54014 Conversion Kit Lp to NAT
$ 32.99
MengJie MJ-ADXL355 Serial Three-axis Accelerometer 2g 4g 8g 40g Sensor Module
$ 23.99
[PowerNex] Mean Well HLG-80H-C700A 129V 700mA 90W Single Output LED Switching Power Supply
$ 23.99
WISDOMFUR 24 x12 inch Aluminum and Glass Countertop Display Showcase - Durable, Spacious, and Stylish Cabinet for Retail, Home, or Office Use - Black
$ 87.99
Oakton Buffer Solution, pH 4.01; 1000 mL
$ 19.99
206303 GASKETBEARING HOUSING (206303)
$ 19.99
hOmeLabs - 13 Gallon Kitchen Trash Can - Retractable Automatic Sensor Butterfly Lid, Space-Saving Design, Easy to Clean, Battery-Operated with Batteries Included - Stainless Steel
$ 58.99
Two Pieces Plastic Cover 34 X 19.5 CM Mix Hoppers Lid, Compatible with VEVOR, Soft Serve Ice Cream Machines Fittings
$ 15.99
XY axis 120120mm Trimming Station SEMX120-AC Manual Displacement Fine-Tuning Cross Roller Precision Linear Stages Sliding Table Other Knives and Accessories
$ 31.99
Killer Filter Replacement for WIX 533732
$ 22.99
Vacuum Pump Air Filter 0532000003 Compatible with BIESSE 750123212 BECKER 84040207000 Air Filter Element For Use In Industrial Vacuum Pumps And Compressors
$ 15.99
12 Pack Modular Interlocking Cushion 11.5' x 11.5' Mat Floor Tile Mats Drain Pool Patio Balcony Yard Pet Area Washer Pad(Green)
$ 13.99
Professional 9-in-1 Indoor Air Quality Monitor with PM1.0 |PM2.5 |PM10 |HCHO |TVOC |CO2 |Humidity |Temperature |Time, Portable Easy to Use for Home Car Office (Sage Grey)
$ 44.99
21-040-CV Phosphate Buffered Saline, 1X, Without Calcium and Magnesium, 500 mL, 500 mm (Pack of 6)
$ 30.99
Whirlwind ISOXL Line-Level Isolation Transformer, 3-Pin XLR Male/Female Connectors
$ 27.99
p2bm 107-tf-ah - skf - Mounted Unit Ball
$ 60.99
Simport BioTube T100-50R Polypropylene Tube Rack, Storage Box Only, Red (Case of 10)
$ 21.99
1 Box of Flexco - 20014 - 1C Fasteners
$ 99.00
RF Signal Source AD9959 Signal Generator Four Channel DDS Module
$ 47.99
Functional Device CLC106 Enclosed Closet Light Controller Relay 120 Volt AC Power 5 Amp SPST RibĀ®
$ 23.99
1
...
83
84
85
86
87
88
89
90
...
2070
BACK
Shopping Cart