{{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
Specialty Products Company 06510 Carbide Insert for Hunter BL500
$ 28.99
3 inch Glass Reflux Column Section with Copper Bubble Plate
$ 38.99
12 Volt Pull Solenoid: Flange Mount Part No. P610-A5V12
$ 44.99
Killer Filter Replacement for Caterpillar 231-0167
$ 15.99
Stens 052-925 Grinding Wheel - 150 x 3.2 x 12 mm-Small Wheel
$ 17.99
Polycarbonate Skylight Screws for Fixing to Wood - Hex Flange Head, Self-Tapping, #12×2'(12-11x50mm), 50pcs
$ 15.99
6‑24V Proximity Switch Excavator 701-80312 Proximity Switch Detector Sensor 701‑80312 Replacement for JCB 3CX 4CX 520 526
$ 19.99
Naringinase Food Grade Debitter Enzyme 1000 Grams.
$ 59.99
2X 1 in Square Flange Units Cast Iron UCFS205-16 Mounted Bearing UC205-16+FS205
$ 17.99
HiMedia M1584-500G Rose Bengal Agar with Chlortetracycline, 500 g
$ 26.99
Welaldmire Custom Round Projecting Lightbox Sign, Double Sided Illuminated Store Signs, Circle Outdoor LED Logo Shop Signage for Business Retail Advertising, Cafés, Bars & Restaurants (Optional 10' to 24')
$ 56.99
Central Tools CEN4439 Indicator Contact & Extension Set
$ 23.99
Killer Filter Replacement for AGCO 72163296
$ 16.99
Digital Conductivity Tester (EC, ppm 500, ppm700, CF) PPM and EC Meter Truncheon Nutrient Meter with Light Indicator for Hydroponics Gardening, Hydroponics Growing Tent and Reservoir
$ 17.99
20pcs Microscope Slides Biology And Pathology Prepared Microbiological Bacterial Specimens Microscope Slide Set with Plastic Box
$ 17.99
SENCO 08M050CTRFDP
$ 32.99
YSI 605101 Pro Series Replacement pH Electrode
$ 99.00
2pcs Circular Saw Blade, Blue Coated Orbital Cutting Machine Saw Blade 63/68/80mm 44/64/72/80T Metal Pipe Cutting (Size : 68x1.6x16mm 64T)
$ 26.99
A36 Steel Round Rod, Unpolished (Mill) Finish, Hot Rolled, ASTM A36, 0.75' Diameter, 72' Length
$ 23.99
Fish Waffle Maker 110V/Commercial Use, 2400W Electric Taiyaki Machine, Mini Fish Shaped Waffles with Non-Stick Coating, for Home, Restaurants, Milk Tea Shops, Dessert Shops
$ 98.99
1pcs Setting Rings Gauge M340 Setting Rings Calibration, Diameter Size: 50mm
$ 48.99
12 Gallon Steel Safety Storage Cabinet Adjustable Shelf 1 Door Manual Flammable Countertop Safety Storage Cabinet - Yellow
$ 42.99
Portable Steam Autoclave Ster𝒊l𝒊zer, 8L/2.11Gal 1.2KW 110V 264.2℉ Stainless Steel High Pressure Steam Cleaning Machine Desktop Ster𝒊l𝒊zer Equipment for Laboratory and Home Use
$ 44.99
Timken RCJ1 11/16 Flange Unit, 4 Bolt Holes, Industrial-Duty, Relubricatable, Non-Expansion, Cast Iron, Eccentric Locking Collar, Inch, 1-11/16' Bore Diameter
$ 73.99
3.5x420 MM Angle Adjustable Binocular Loupes Magnifier Glasses Lab Magnification loupes with Black Cloth Case (Blue)
$ 15.99
Inflatable Dog Water Ramp, Dog Floats Ramp Ladder for Pools, Boats, Docks, Sea and Lake, Non-Slip EVA Dog Pool Ramp Platform for Dogs Up to 150LBS
$ 39.99
600SDURO 600 LB Magnetic Lock DURONOTIC Finish
$ 80.99
Electriduct 42' T-Top Traffic Channelizer Cones Stackable Safety Polyethylene Delineator Post with Base MUTCD - Pack of 6
$ 99.00
Lamp 20132 Wh Extension Wh-350 Hanger Rod-Steel Nickel/Retainer Guide-Polyamide(Pa) Black Satin
$ 24.99
Malaka 2-pack 210402 Filter compatible with PWW50P3 6CH-940 FC-0359 (PWW50P3 SAE thread ) Coarse thread filter cartridge
$ 17.99
3.3' Diameter Motor Blower | Replaces: Dayton 1TDR6, 4C006 & Fasco B24220
$ 44.99
Econoco Single Hangrail Rolling Clothes Rack- Heavy Duty Square Tubing Clothing Rack, Commercial Grade Clothing Display, Square Tubing Rolling Rack, Chrome
$ 40.99
Model 10.0 Global Solar Power Meter, Digital PV Radiometer, Effective Solar Panel Tester, Accurate Solar Irradiance Meter, Measures from 400 to 1100 nm, from 0-1999 W/m²
$ 99.00
Chain Fence Strainer, Heavy Duty Fence Stretcher Tensioner, Capacity 2200lbs Steel Fence Repair Tool, Plain Barbed Woven Wire Stretcher Tool for Center & End Post Pull
$ 20.99
Labelmaster ZTV20393 Two-Sided 4-Digit Hazmat Placard, 1993 Flammable/1203 Gasoline, Rigid Vinyl (Pack of 25)
$ 39.99
Chemspec-C-KOP1G Kill Odor Plus Professional Carpet and Textile Cleaner and Deodorizer, 1 Gal
$ 24.99
1
...
90
91
92
93
94
95
96
97
...
2070
BACK
Shopping Cart