{{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
GaragePro 2.0 Locking Bracket 24' x 12' Large Shallow Ventilated Basket for Slatwall Panels
$ 18.99
HACH 9531000E Pocket Pro pH and Temperature Tester
$ 56.99
LaMotte ISO Turbidity Standard, 100 NTU; 60 mL
$ 43.99
SMC KQ2H10-00A fitting, str union - 10 pack
$ 23.99
High-Performance Urethane Round Belting, 3/8 inch Diameter, 25 ft Length, Clear
$ 59.99
FPE - Forklift S/KIT Lift Cylinder HYSTER 1302768 Hacus Aftermarket - New
$ 15.99
PBI Membrane, Polybenzimidazoles Ionic Membrane, Proton Exchange Membrane for Fuel Cell Flow Cell Design Research, 25um Thickness, Lab Electrochemical Film (W*L=20cm*40cm)
$ 99.00
Linear MCS109950 Multi-Code 1099: Single Channel, DIP Switch, No Physical Actuator, Automatic, Beige
$ 27.99
Geiger Counter, Survival Tools, Radiation Detector, Geiger Counter Radiation Detector, with Storage Box, Portable, Handheld, Rechargeable, LCD Screen, Dosimeter
$ 33.99
Forklift Grey Smooth 21x7x15
$ 99.00
Wooden Pegboard, Sturdy Peg Board for Walls Modular Grid Organizer, DIY Storage and Display Panels with Shelves and Brass Hooks(Brown)
$ 18.99
Alconox 1112 Powdered Precision Cleaner, 50 x 1/2oz Packet Dispenser Box
$ 40.99
Dual-Channel 50 MSa/s Digital Oscilloscope: 10 MHz Bandwidth 2-in-1 Handheld Oscilloscope & Signal Generator — 3.2' LCD Display Auto/Normal/Single Trigger, Flexible Input Settings
$ 67.99
AC882BX - One Time Tincture of Benzoin Prep Ampule
$ 16.99
Dish Packing Supplies for Moving,180pack Cushion Foam Pouches for Packing Dishes and 60pack Foam Sheets,A total of 240pcs of Packing Materials for fragile items
$ 19.99
Speedrite Remote Control Fault Finder
$ 99.00
SKF 99625 Speedi Sleeve, SSLEEVE Style, Inch, 6.25in Shaft Diameter, 1.031in Width
$ 45.99
Rough Country Cooler Sliding Tray for 45 L Portable Refrigerator/Freezer - 99021
$ 76.99
Mitutoyo 264-007, Input Tool for RS-232C
$ 99.00
AMC72L-E4 Display Digital 3 Phase Power Meter Data Logger with Analog Output Rs485 Modbus-RTU (Color : Standard)
$ 42.99
PJEZS0H100 Digit Temperature Controller Thermostat with Temperature Sensor Probes 115V Compatible with Carel and All Refrigerator Types Black
$ 23.99
Dixon 21MP-R200 Stainless Steel 316L Sanitary Fitting, Clamp Adapter, 2' Tube OD x 2' NPT Male
$ 27.99
Pyrex Borosilicate Glass 24/29 Stopcock with Hose Connector
$ 54.99
6 Pcs Pallets, Spliceable Lightweight Floor Pallet, Breathable Grid Ventilation Pallet, Interlocking Storage Plastic Pallets, for Garage Warehouse Supermarket Basement (Black)
$ 43.99
The ROP Shop | Reservoir Bottle for MerCruiser 5.7L 350 MAG MPI Alpha, Bravo EC 1A300000 & Up
$ 15.99
One Ply 6' x 14' Attached Eye Nylon Type 9 Sling | WLA1-806N | 6' Eye Length | 5,000 Lb. Vertical Capacity | Hanes Supply (HSI) Heavy Duty Rigging Equipment for Lifting and Towing
$ 65.99
8JE 4500 RPM, 5-1/16 INCH OUTER DIAMETER, BLACK, COUPLING SLEEVE, J TYPE SLEEVE, SIZE 8 COUPLING, SOLID, SURE-FLEX PLUS S-FLEX SERIES
$ 29.99
24' x 96' Black Aluminum Diamond Plate Sheet .025' Thick (1/40th) - Trailer Rock Guard, wainscotting Garage Diamond Trim, Cargo Enclosed Trailer Hauler Guard
$ 47.99
Miller 199798 Thermistor, Ntc 30K Ohm 25 Deg C 18.00In2500V
$ 28.99
TPC Mini HP Control Block 52003
$ 37.99
U36Art Burndy U Connector Die 600 Mcm Aluminum Black 473
$ 56.99
18 Hot Dog Roller With Bun Warmer, 1050W Dual Temp Control Hot Dog Machine With 7 Roller, Stainless Steel Hot Dog Grill With Pc Hood Shelf & Removable Oil Drip Tray, for Home and Commercial
$ 90.99
TURBRO Smart Temperature Controller Heating Cooling, WiFi-Enabled Thermostat with Timer and Temperature Monitoring for Home Brewing, Seedling, Greenhouse, and Reptile Terrarium, TC01
$ 23.99
Falken Design Multiwall Polycarbonate Sheet, Greenhouse Cover Sheet, Clear, 24' x 36' x 8mm'
$ 14.99
No Flame Electronic Carving Heater Wax Infared Spatulas Sensor Pot JT-29
$ 45.99
Festool 492286 D125 (5-Inch) Soft Pad for ETS EC
$ 28.99
1
...
68
69
70
71
72
73
74
75
...
2070
BACK
Shopping Cart