{{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
Dressing Jar & Cover, 3' x 3', 6/cs
$ 26.99
Honeywell L7224U-1002 Universal Electronic Oil Aquastat with EnviraCOM Communication
$ 72.99
Genie Gen 6 Control Box Assembly 137633 137633GT Genie Parts for Genie Scissor Lift Gen 6 GR-12 GR-15 GR-20 GS-1530 GS-1532 GS-1930 GR-12 GR-15 GR-20 GRC-12 GS-1530
$ 99.00
QWORK Universal Circuit Breaker Lockout Device, Pack of 40, Suitable for Single and Multi-Pole Breakers
$ 25.99
Ohaus Portable Balance CR2200 AM, white
$ 39.99
EX-23-PN photoelectric Switch Sensor
$ 70.99
Infrared Thermal Imaging Camera Handheld, 210 x 160 IR High Resolution Thermal Imager with 300,000 Pixels and 3.5' Color Screen, IP54 Waterproof Visible Light Camera, -4°F~626°F Temperature Range
$ 99.00
Inteplast S404816N High-Density Can Liner, 40 x 48, 45gal, 16mic, Clear, 25/Roll, 10 Rolls/Carton
$ 19.99
USA Sealing BULK-CS-GG7-58 G-7 Garolite Sheet, 3/8' Height, 6' Width, 6' Length
$ 28.99
ROCKPOINT Stainless Steel Shelf 10 x 16 Inches 190lb, NSF Metal Commercial Shelves Wall Mount Floating Shelving with Backsplash for Restaurant, Kitchen, Home and Hotel, Silver
$ 16.99
34 Nut and Bolt Thread Checker, Bolt and Nut Identifier Gauge Thread Checker Standard and Metric Board Wall Mount Screw Size and Thread Gauge (Square)
$ 15.99
2.5X 3.5X Binocular Dental Loupes Surgical Magnifier Dentist Loupe Metal Eyeglasses Depth View (3.5x-420), Black
$ 18.99
FKB JMX16T 3-PIECE PRECISION-HIGH STRENGTH ALLOY MALE ROD END
$ 35.99
2X Bore 1-5/8' Pillow Block Mounted Ball Bearings UCP209-26 P2B-SC-110 Solid Cast Iron Base
$ 20.99
WHEELER-REX 275932 - Strainer Assembly
$ 27.99
Worm Gearbox Nema 17 Stepper Motor 1:17 1:505 1:670 Reducer 7x15mm Double D Shaft 42mm Stepper Motor 1.7A 1.8 Degree Driver Extruder(17:1)
$ 32.99
Libman Commercial 988 Big Tornado Mop, 55' Length (Pack of 4) Red
$ 54.99
West System 655-610 Six 10 R/H Adhesive
$ 20.99
104PCS Automotive Circuit Test Leads Kit Electrical Breakout Leads Automotive Kit Multimeter Test Leads Kit with Alligator Clips,Banana Plug Test Lead,Oscilloscope Probe
$ 53.99
Small Parts Unpolished (Mill) 1008-1010 Steel Round Tube, 1.5' Outer Diameter, 0.095' Wall Thickness, 1.310' Inner Diameter, 4' Length
$ 17.99
8 inch x 60 inch, 36 Grit, ZK713X (Better Grade), X-Weight, Zirconia Alumina (Z/A), Abrasive Sanding Belts, 10-Pak
$ 75.99
RATTMMOTOR Diameter 12mm(0.47in) SFU1204 SM1204 Ballscrew Length 300mm /11.81in with Ball Nut Standard End Machining Pitch 4mm(0.16in) +BK/BF10 End Support+DSG12H Nut Housing for CNC Router Machine
$ 20.99
Annular Cutter JESTUOUS 3/4 Inch Weldon Shank 1-3/4 Cutting Diameter 2 Cutting Depth with Pilot Pin Slugger Bits Two Flat HSS Kit for Magnetic Drill Press,1 Piece
$ 20.99
55417 Push Block1/4In, 1/2In, 1 Compatible With Nemco Equipment
$ 20.99
Medical 304 Stainless Steel Instrument Sterilization Baskets,Surgical Instrument Tool Sterilization Tray case Box,Mesh Perforated Baskets Sterilization Tray,50 * 40 * 20cm
$ 48.99
Safety Bollard Post, 42' x 4.5' Height Bollard Post, Steel Safety Bollard with Anchor Bolts, for Warehouse,Traffic-Sensitive Area,Yellow,2 Pack
$ 20.99
Mavrik Exact FIT for Beverage AIR 503-053A- LAMP - 120V, 25W - Replacement Part
$ 17.99
SYLVANIA 64525 - 400 Watt - BT37 - METALARC - Pulse Start - Metal Halide - Unprotected Arc Tube - 4000K - Mogul Base - ANSI M155/E or M135/S or M135/E - Base Up Burn - MS400/PS/BU-ONLY
$ 19.99
12 Ton Hydraulic Press, H-Frame Shop Press with Press Plates for Garage, Car Repair, Mechanical Workshops, Adjustable Working Table Height (Orange-12 Ton)
$ 42.99
Digital Dissolved Oxygen Meter, GIDIGI Dissolved Oxygen Tester with ATC, DO Meter with 9.84ft DO Probe Cable and Digital 4 in 1 TDS EC Temp pH and ppm Meter for Nutrients Water
$ 37.99
NOVASTAR A5s Receiving Card for LED Display Screen, Full-Color Asynchronous Controller, 320x256 @60Hz, Smart Module Support, Indoor/Outdoor Video Wall LED Receiver Board
$ 22.99
Kerr 33873 Maxcem Elite Self-Etch/Self-Adhesive Resin Dental Cement Individual Shade Refill Pack, White
$ 31.99
YUCHENGTECH Taper Gage Inches 0.01'- 0.15' Wedge Feeler Gauge Gap Gauge Feeler Gap Hole Measure Tool Graduation 0.001' Inch Unit
$ 21.99
Bacharach 0007-1644 Probe Filter Element for Water Trap (pkg of 3) for Fyrite ECA 450 /PCA3 /INSIGHT /Tech /INSIGHT Plu
$ 34.99
Magnet Wire, Heavy Build Enameled Copper Wire, 14 AWG, 5.0 Lbs, 395' Length, 0.0675' Diameter,Red
$ 51.99
Wixey Remote Planer Readout With Fractions - 300mm (12')
$ 43.99
1
...
69
70
71
72
73
74
75
76
...
2070
BACK
Shopping Cart