{{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
8 Pcs Involute Gear Cutter Gear Milling Cutter Tool High Speed Steel Gear Mill Cutter Holder DP20
$ 36.99
Central Service Leadership Manual and Workshop Box Set - CHL 2nd Edition
$ 99.00
GOJO Industries 315-6298-04 Fast Wipes Multi-Purpose Towels, 130 Count Bucket (Pack of 4)
$ 43.99
TrippNT 50315 Polyethylene Fume Hood Shelf, 36' Width x 8' Height x 5' Depth, 3', White
$ 99.00
2-1/4-3-1/4' Internal Dial Caliper
$ 44.99
3/8' x 5' Single Leg Chain Sling | 8,800 Lbs WLL | Oblong Link-to-Oblong Link Ends | Grade 100 Alloy | 3/4' Master Link | for Tough Conditions | Hanes Supply (HSI)
$ 77.99
C-7512 Oxygen Comparator, Flat 1-12 ppm
$ 13.99
Live Optical Fiber Identifier with Wave Respond 800-1700nm Built in 10km VFL FTTH Tool
$ 57.99
Georgia Pacific 43819 Pacific Blue Ultra Manual Dispenser Refill, 1200 Ml, Pacific Citrus, 4/carton
$ 28.99
ATERET 2 Gallon White Pail & Lid - Durable Mil All Purpose Pail with Lids - Food Grade - BPA Free Plastic (12 Pack)
$ 51.99
2 PCS TORQUE Double Convoluted Air Spring Bag Replacement For Firestone 6897, W01-358-6897, Goodyear 2B9-229 (2 x TR6897_01_)
$ 62.99
4 Pcs Adjustable Foundation House Floor Jacks Post for Leveling, 11' - 16' Height Range, Screw Jacks for Temporary Or Permanent Support, Heaty Duty Metal Galvanized, Load 6500lbs to 8850lbs(Each)
$ 20.99
50PCS 70µm Cell Strainer Nylon Mesh Cell Screen Filter Handle, Sterile, Polypropylene Frame, 70µm Pore Size, Individually Wrapped
$ 25.99
Amana Tool CNC 2D 3D Carving Angle Ball Tip Router Bit, ZrN Coated, 46474, 1 Degree Metric, 3.2 Dia x 1.6 Rad x 38 CH x 6 Shk x 75mm Long x 3 Flute
$ 34.99
IDEC - ASD3L20NU - Rotary Switch, 2P, 3POS, 10A, 110V
$ 22.99
Creality Ender 3 V3 SE 3D Printer Bundle with Creality Nebula Camera for Ender 3 V3 SE
$ 99.00
Steel Wire Rope Choker Sling Thimble Eyes (5/8' X 12 FT) for Lifting and Rigging | Tagged and Rated | Industrial Use, Professional Quality - Working Load Limit 3.9 Ton - Pack of Two
$ 25.99
PIC Gauge B3S12-RR 3” Dial Size, 50/550°F and 10/288°C, 12' Stem Length, Straight, Lower Mount Connection, Stainless Steel Case, 316 Stainless Steel Stem Bimetal Thermometer
$ 26.99
General Purpose Cleaners, Orange, PK2
$ 40.99
VeterSut CHROMIC Gut Absorbable Surgical Suture USP Size 2-0, (FS-1) 3/8 24mm Reverse Cutting Needle, 28 Inches (70 cm), 12 Count, Veterinary Use
$ 20.99
Killer Filter Replacement for International HA 529851R2
$ 24.99
Nieco (NIECA) Dc Spark Ignitor, 2.281''
$ 72.99
YITAHOME Insulated Food Pan Carrier, 127 Qt LLDPE Hot Box for Catering w/Stainless Steel Pan, Catering Food Warmer with Swivel Casters for 9 Full-Size Pans, Stackable Design for Restaurant Gathering
$ 99.00
10-Pack 1/2-Inch FIP Female NPT Threaded (FxF) Heavy Duty Brass Ball Valve, Full Port, 600 WOG, Certified Safe (3BT050-10P)
$ 29.99
1pcs Proximity Switch SMT-10M-PS-24V-E-0.3-L-M8D 551375 Pneumatic Parts
$ 20.99
Cleveland Blower;115V;60Hz;Gem 10; 70023 300094-CLE - Genuine OEM Replacement Part
$ 95.99
Nest Scientific 731001 5-Layer Polystyrene Cell Culture Flask, Plug Seal Cap, Straight Neck, Tissue Culture Treated, Sterile, Clear, 1 per Pack, 8 per Case (Pack of 8)
$ 55.99
VULCAN 241040OR Bit HSS Shank, 1/16-1/2'
$ 16.99
Rheem 51-101728-07
$ 99.00
Shars 1-2' Precision Electronic Deep Throat Micrometer .0001' 303-2440 L]
$ 63.99
Iron 4-Tier Baker's Rack - Versatile Indoor/Outdoor Storage with Antique Black Finish, Perfect for Dishes or Garden Decor (13.5' x 26' x 57')
$ 95.99
INSIZE 6313-13H32 Setting Ring, 13/32' Diameter
$ 68.99
Tioncy 2 Pack Full Size Hotel Pans with Perforated Steam Pan, Stainless Steel Steam Table Pan Multifunctional Food Chafing Supplies for Restaurant Kitchen(Full Size, 6 Inches, 8 Inches)
$ 32.99
TEMCo HC0003 - Hollow Hydraulic Cylinder Ram 30 TON 4 Inch Stroke (Optional Tonnages Availiable)
$ 99.00
Sleeve Steel Sleeve Bearings, Sleeve Bearings Steel Sleeve Bushing,1pcs Steel Sleeve Bushing Bushing Inner Diameter 80mm Outer Diameter 90-110mm Length 25-100mm, 80x90x100mm(80x90x54mm)
$ 22.99
J&K Scientific C18 Solid Phase Extraction Cartridges (SPE Columns), Bed wt. 200 mg, 3 ml (Pack of 50)
$ 46.99
1
...
1989
1990
1991
1992
1993
1994
1995
1996
...
2070
BACK
Shopping Cart