{{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
Vee Gee Scientific 6613-K 75 to 95 Proof Scale, Alcohol Glass Hydrometer, IRS Specifications Size K, .2 Proof Subdivisions
$ 31.99
YG-1 E1237 High Speed Steel (HSS) Corner Rounding End Mill, Weldon Shank, Uncoated (Bright) Finish, Non-Center Cutting, 4 Flutes, 3' Overall Length, 1' Cutting Diameter, 0.5' Shank Diameter
$ 27.99
Dental Wax Pen Knife, Electric Wax Carving Pen Tool, Hand Wax Engraving Machine, 6X Copper Tips, 2X Pen, LED Display for Dental Lab Hobbyists Jewelry Wax Carver, 122F-392F
$ 24.99
3.4Quart Sauce Pump Dispenser Stainless Steel Condiment Dispenser Pump Station Pump Dispenser for Syrup Ketchup Dressing BBQ Sauce
$ 30.99
Dickson C663 Chart Paper, 7-Day, 0-50°C, 6' (Pack of 60)
$ 28.99
Air Mini Cylinder MBL40X60/75/80/100/125/150CA/SCA/U/SU(MBL40X100SU)
$ 20.99
TEMPIQ WiFi Temperature & Humidity Sensor - App Integration, Real-Time Alerts, Helps Monitor 2nd Home, AirBnb, RV, Pets,Freezer and Server Room, Remote Indoor & Outdoor Hygrometer & Thermometer
$ 29.99
Functional Devices RIBXGHA Current Switch, Split Core, Adjustable, 0.75-150 Amp, 120 Vac, Wire Leads
$ 26.99
Labor Saving Arm Jack, 2 Pack Furniture Lifter Tool 12In Multifunctional Hand Lifting Tool Jack 440lb Load-Bearing Furniture Jack Tool for Lifting Windows Doors, Wall Tile Positioning
$ 30.99
HUBERT Basket with Angled Side Black Plastic - 14 3/8 Dia x 4 3/4 H
$ 17.99
Delavan Powerflo 7871-111E-SB Heavy-Duty FB3 7GPM Bypass Sprayer Pump – 60PSI, Santoprene Diaphragm Self-Priming Pump | Farming Equipment
$ 99.00
Wheaton W651602 Pink Chipboard CryoFile Storage Box, 130mm Length x 130mm Width x 52mm Height, For 2mL Cryogenic Vials (Case of 15)
$ 51.99
John Deere Original Equipment Elbow Fitting #RE70495
$ 99.00
Brady Self-Laminating Vinyl Label Tape (M-143-427) - Black on White, Translucent Tape - Compatible with BMP41, BMP51, and BMP53 Label Makers - 1.25' Height, 1' Width, Black on White/Semiclear
$ 32.99
Brady THT-5-423-10 1' Width x 0.5' Height, B-423 Permanent Polyester, Gloss Finish White Thermal Transfer Printable Label (10000 per Roll)
$ 80.99
Pr-Mch 3/8'-16 Stainless Steel Metal Strut Nuts 4 Unistrut Channel 10/Box Set Kit #DR-D4550D
$ 30.99
BORA Next Gen Panel Carrier, Panel Dolly and Table Saw Feed Stand That Adjusts from 28” to 38” H, PM-1850
$ 35.99
48-08-0571 for Milwaukee Tool 55 in. Track Saw Guide Rail
$ 70.99
Kamoer KCP200 Automatic Circulation high Flow peristaltic dosing Pump 24v 100~200ml/min with Adjustable Flow Rate BPT 3.2 * 6.4mm
$ 35.99
1/4'-20 x 1 1/4' (PT) Coarse Thread A307 Grade A Square Head Machine Bolt Low Carbon Steel Plain Finish Pk 100
$ 19.99
Membrane Filter Papers 0.45 Micron Nelone Nylon 47 Mm 100 Pcs miIIipore Durapor
$ 17.99
Hu-Friedy S204SD9E2 Double End #204SD Dental Sickle Scaler with #9 EverEdge Handle
$ 18.99
454-7555L Air Spring, Double Convoluted, 9' Top Plate Diameter, 9' Bottom Plate Diameter, Collapsed Height 3.54', Two Studs Top Plate, Two Studs Bottom Plate
$ 81.99
Eaton CUTLER HAMMER - XTOB040DC1 - Overload Relay
$ 99.00
4PCS 89295976 Air Filter Intake Paper Element for Ingersoll Rand Air Compressor Replacement Parts C1250 1613872000 6211472350 A100001611
$ 28.99
Line Strainer, Low Profile, 1/4', MNPT
$ 16.99
GM Absorber Asm-rr Shk (rh Proc) 23315264
$ 29.99
TE CONNECTIVITY/CORCOM 30VK6 RFI POWER LINE FILTER, 30A, 1mA
$ 35.99
Cyalume SEE Emergency Lightstation, Wall Mounted Evacuation Light, 2 Hours Duration, 10 Pack, Yellow
$ 14.99
SPI 10-194-9 Precision Chrome Steel Metric Gage Ball Set: 25 Pairs, 1mm to 25mm
$ 48.99
Brady SPC SK-Form Brady SPC Formaldehyde Spill Kit, 9 gal Absorbency, 18' Height, 14' Wide, 14' Length, White
$ 84.99
Replacement for Philips CDM-SA/R 150W/942 by Technical Precision
$ 25.99
SpiroPure 10x2.5 Water Filter Housing Slim 10 inch / 10 x 2.5 Standard Housing (Case of 12)
$ 69.99
Adams Rite 1870-30-628 Flush Bolts, 12' Length
$ 43.99
Blue Diamond MicroBlue X86-003 Condensate Removal Pump With Reservoir
$ 99.00
12'x12' Large Food Delivery Heated Pad for Bag Car 12v. DC Pizza Warmer for Belleford, Herculean, Homevative, BlueVoy, Kibaga, NZ Home, Rubbermaid fits 23'x14'x15' (Silicone w/Thermostat, 12x12)
$ 16.99
1
...
1999
2000
2001
2002
2003
2004
2005
2006
...
2070
BACK
Shopping Cart