{{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
ANYCUBIC 10K Resin 3D Printer, Photon Mono 4 and Mini Purifier & Heater
$ 86.99
MARATHON 6J60A3B 60A 600V Fuse Block
$ 32.99
Remco - A Vikan Company 62504 Lobby Dustpan with Broom, Polypropylene/Polyester/Aluminum, 7' X 14' Bin, 37' Handle, Red
$ 52.99
Cotton Candy Machine Commercial, 1000W Cotton Candy Maker Machine, Candy Floss Maker with Stainless Steel Bowl, Sugar Scoop,double switch easy and safe to use for Kids, Home, Party, Birthday, Festival
$ 40.99
ESD Soldering Mat - Heat Resistant Anti-Static Table Mat - with Grounding Cord (24 inches x 24 inches (2' x 2'), Gray)
$ 21.99
12 Gallon Trash Can, Stainless Steel Trash Can with Fingerprint-Resistant, Removal Inner Buck &Soft Close Plastic Lid, Step Garbage Can for Kitchen and Office, 45 Liter Capacity
$ 30.99
4 Inch Black Oxide Stud and Hex Nut, B7 Grade, 5/8'-11, All Thread, Sterling Seal & Supply (Pack of 8)
$ 21.99
Faac Safecoder Absolute Magnetic Bus Encoder
$ 22.99
Timken Tapered Roller Bearing Cone - JM719149
$ 34.99
Counter Balance Valve CBCH-LKN, Stainless Steel, 3-Port Check Relief Valve, 1/2' Inlet, 1.5' Outlet, 2000PSI Max Pressure, 16GPM Flow Rate, 10:1 Ratio, 25PSI Check, 2000PSI Preset
$ 27.99
360112 Burner with Air Shutter
$ 32.99
Replacement Spin-On Filter Compatible with CNH (CASE-New Holland) 84078520, 2-Pack
$ 26.99
Single Leg Wire Rope Sling, 2.5T Vertical Rated Capacity 8.2FT, 1/2' Flemish Eye Loop Sliding Choker with Heavy Duty Thimble, Heavy Duty Rigging Cable for Lifting Towing Pulling
$ 24.99
Restroom Wayfinding Floor Signs - 10-Pack - Laminated Floor Marker by Graphical Warehouse - 15.95x8.70 in (Neutral)
$ 26.99
15-Degree Collated Wire Coil 7200 Count Siding Nails 0.12 Inch x 7/8 Inch Full Round Head Ring Shank Hot-Dipped Galvanized
$ 29.99
Displacement Sensor Position Sensor Electronic Scale LWH-0050, LWH-0075, LWH-0100, LWH-0110, LWH-0130, LWH-0150, LWH-0175, LWH-0200, LWH-0225, LWH-0250, LWH-0275, LWH-0300, LWH-0325, LWH
$ 87.99
Set of 20 14x1.5 Wheel Lug Bolts 50mm Shank 17mm Hex Conical Seat, Black
$ 17.99
Intercity Furnace Flue Exhaust Venter Blower 115V - 330701-701, 329148-70,11013915 Rotom FB-RFB330
$ 52.99
Carbide T Slot Cuttering CNC Tools for Metal Aluminium Steel Machining Tungsten Steel T-Groove End Mills 3 4 5 6 7 8 9 10mm(H3.0,UNCOATED_D9X60L)
$ 17.99
Oreck Commercial Orange Tile & Resilient Floor Scrub Brush for Orbiter Floor Machine ORB550MC, 237047, Orange (Bottom Color May Vary) (Pack of 4)
$ 39.99
SP Bel-Art Narrow-Mouth 500ml (16oz) Polyethylene Wash Bottles; Yellow Polypropylene Cap, 28mm Closure (Pack of 6) (F11614-0500)
$ 16.99
S3130 35w High Pressure Sodium Lamp (Lu35/Med) - Medium Base - Clear
$ 14.99
Engine Radiator Cooling Fan Fit for 2014-2015 Cadillac CTS,2013-2015 ATS,84001484 23190331
$ 34.99
Zurn Wilkins 34-P1500XL 3/4' P1500XL Calibrated Pressure Relief Valve
$ 29.99
3' Diameter, 1/8' Width, 1' Arbor Hole, HSS Slitting Saw, Straight Tooth, 32 Teeth, Super Tool, USA Made, 140331
$ 32.99
Rutherford Controls 909S-MO 909 Rocker Switch Momentary Rocker Switch Surface Mount ENGRV Key Symbol - Color Beige
$ 22.99
FSE Quantum 1260BK Wire Shelf, 60'W x 12'D, 600-800 lb. Capacity, Black epoxy Finish, NSF
$ 33.99
GHS/HazCom 2012: GHS HazCom Information Chart, 24' x 36'
$ 38.99
Miller Electric Flowmeter Regulator,3-1/2 in.L,2 in.ga. (22-80-580)
$ 83.99
Control Valve, Natural Gas Griddle AT2E-1806-2 - Free Shipping - Genuine OEM Replacement Part
$ 82.99
Displays2go Acrylic Display Bin for Gridwall, 4.5” w Opening - Clear (SMGRDADB)
$ 14.99
TTC #9 B&S Taper x 3/4' Brown & Sharpe Precision End Mill Adapter
$ 27.99
A36 Steel Round Rod, Unpolished (Mill) Finish, Hot Rolled, ASTM A36, 0.875' Diameter, 24' Length
$ 15.99
5 Gallon Silicone Bucket Liners for Mud And Tile, Reusable Rubber Bucket Liner with Graduated Measurements for Concrete Mix (Green 5Gallon)
$ 26.99
Vesici 4 Pack Slatwall Basket, Multi Size Metal Beveled Slatwall Panel Hanging Basket Mounted Slatwall Storage Basket for Shops, Rooms, Garage Storage Display Organizing on Slatwall Panels, Black
$ 18.99
Tower Crane Anemometer Wind Speed Measurement Instrument 240V Gauges Suitable for Crane
$ 99.00
1
...
8
9
10
11
12
13
14
15
...
2070
BACK
Shopping Cart