{{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
EISCO Crystallizing Dish, 2000ml - Flat Bottom, with Spout - Borosilicate 3.3 Glass - Laboratory, Kitchen, Crafts Labs
$ 19.99
Rubbermaid Commercial Products HYGEN Microfiber Quick-Connect Mop Frame, 59 inch, Silver, for Janitorial/Professional/Industrial Cleaners for Heavy-Duty Floor Cleaning/Mopping/Dusting
$ 24.99
1045 Carbon Steel Round Rod 1.625' Diameter x 3 Foot Length 1 Pc.
$ 71.99
SPRECHER & SCHUH CA7-PV-20 10 AMP, 2 NO, 690V, Auxiliary Contact Block, TOP (Front) Mount
$ 17.99
Nevlers 48 Pack Blue 1 Oz Glass Spray Bottle | The Blue Misting Glass Bottles Includes Sprayers, a Funnel & Brush with Bonus Labels to Easily Identify its Contents
$ 15.99
DUKAL 4353 Tech-Med IV Stand, Four Caster, 2 Hook, Adjust from 47' to 84'
$ 30.99
IEC Module AC Power Socket with Fuse EMI Filter 6A 115V/250V 50HZ/60HZ
$ 24.99
12 PCS Shopping Baskets, 28L Plastic Portable Shopping Baskets with Handles, Durable Store Basket for Supermarket Retail Grocery (Yellow)
$ 23.99
HSS 30mm x 3.5 Taper and Plug Tap Right Hand Thread M30 x 3.5mm Pitch
$ 17.99
DURASPACE 4 Panel Pegboard Freestanding, 5.6 FT Wooden Foldable Privacy Screen, Portable Jewelry Display Board for Retail, Craft, Cloth, Art Display Panels (White)
$ 44.99
Revopoint Portable Turntable for All 3D Scanners, Equipped with Marked Top Cover, Easy Scanning of Featureless and Small and Medium Objects
$ 18.99
Dialysis Flat Tubing, 100' Length x 1' Width -1385198
$ 41.99
Quilt Air Large Pillow Cushion Film for Mini Pak'R Machine, Handy Pak Mini and Handy Pak Pro 1312Ft 400M Roll
$ 48.99
Troemner 7018-1W 50g Analytical Class 1 Weight with NVLAP Accredited Certificate
$ 83.99
8.4 6ED1 052 6ED1052-1MD08-0BA2 1CC08 1HB08 6ED1052-1FB08-0BA2 6ED10521FB080BA2 6ED10521MD080BA2(6ED1052-1HB08-0BA2)
$ 76.99
6 Pack Traffic Delineator Post Cone with Fillable Base, Crowd Control Barricade, Safety Cones, Adjustable Delineator Post Traffic Cones with 5.4FT Chain Outdoor and Indoor (Yellow+Black)
$ 31.99
JUVITUS Cobalt Blue 2 oz Boston Round PET Bottles (BPA Free) with Black Disc Cap Dispenser (24 Pack)
$ 13.99
Safety Bollard 4 Packs,36 Inche Height Steel Bollard Safety, 4.5 Inch Diameter Parking Bollard.Yellow Steel Bollard for Driveways, Parking Lots, Store Entrances and Sensitive Areas
$ 56.99
Holiday Designs - Pop-Up Florist Delivery Box, Corrugated Cardboard Vase Boxes for Secure Floral Arrangements During Transport, 8 x 8 x 5 (Large - Bulk Case of 50)
$ 43.99
Keystone Disposable Fluoride Trays, Medium - 10-07045
$ 13.99
PDT PDT-R138 Cruise Line Montana Jack Scaler, Double End
$ 22.99
DDP Equine Horse Dental Mouth Gag Speculum with Floats Stainless Steel with Leather Straps Series 2000 Millenium Dentistry Veterinary BITS Cups Upper Lower Jaws
$ 69.99
VF2S-212 Normal-Duty Flange Unit, 2 Bolt, Setscrew Lock, Regreasable, Contact and Flinger Seal, Cast Iron, Inch, 3/4' Bore, 3-17/32' Bolt Hole Spacing Width, 4-13/32' Overall Width
$ 34.99
US Stainless Stainless Steel 316 Chain 5/32' (4mm) Medium Link Chain 50' in Poly Bag
$ 41.99
Mophorn Single Acting Hydraulic Pump 12V DC Hydraulic Power Unit 3.75 Gallon Dump Trailer Pump Steel Hydraulic Power Unit (Steel, 15 Quart/Single Acting)
$ 99.00
GlassBottleOutlet (Pack of 108) 1 oz. Amber Boston Round with Black Fine-Mist Sprayer
$ 23.99
Chem-Dry Professional Strength Spot Remover 18oz (2 Pack) by Chem-Dry
$ 52.99
Sherwin Williams 1050QD Quick Dry Siliconized Acrylic Latex Caulk 12-Pack
$ 27.99
Metabo HPT Framing Nails | 2-1/2-in x 0.131 | 21 Degree | Bright | Smooth | 1,000 Count | 20132SHPT
$ 17.99
Loc-Line - 49421 Coolant Hose Component, Acetal Copolymer, Coil, 1/4' Hose ID, 50' Length
$ 99.00
KB Electronics KBMM-225 DC motor control 9450
$ 72.99
Sierra GS62820 Marine Gas Spring
$ 14.99
DDLR-0805 Pro Dial Caliper 0-8 Inch Double Shock Proof Stainless Steel Body SAE Measuring Tool
$ 26.99
Blodgett 20530 Black Rocker Switch
$ 22.99
Replacement Tube; 6 W, 365 nm for Ultraviolet Equipment
$ 17.99
Harper Trucks PGDY8635P 700 lb Capacity Glass Filled Nylon Convertible Hand Truck and Dolly with 10' Flat-Free Solid Rubber Wheels,Black with Yellow Handle
$ 55.99
1
...
2044
2045
2046
2047
2048
2049
2050
2051
...
2070
BACK
Shopping Cart