{{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
Ideal Warehouse Innovations, Inc.-70-1000 Accu-Tilt Fork Tilt Level Indicator for Forklifts and Lift Trucks
$ 86.99
Black Spiral wrap Designed to to fit 5/8' Hydraulic Hose Size. Hose Range 0.62' - 1.06', 66' Length
$ 37.99
AED Cabinet | Defibrillator Wall Mounted Storage Cabinet White | Alarmed | Large Fits Zoll/Cardiac Science/All Brands
$ 62.99
Shelf Label Strips, 50 Pack Snap-in Angled 1.25”H Shelf Label Holder Strips for Metal Wood or Plastic Gondola Shelf with Price Tag Channel, PVC Plastic Clear Front/White Back Strip for 48” Long Shelf
$ 73.99
Simpson Strong-Tie THD50800H 1/2-Inch by 8-Inch Titen HD Zinc Plated Heavy Duty Screw Anchor for Concrete/Masonry, 20 per Pack
$ 32.99
Pitco 60142301 Neon Lamp/Indicator Light, Amber, 120V
$ 20.99
Rigol RP3500A Digital Oscilloscope Passive High Resistance Probe,500MHz,10X
$ 98.99
Shop4Mailers Warning Suffocation Labels, Keep Away from Small Children, for Shipping and Packing, 2' x 2' Rolls of 500 (12 Rolls/6000 Labels)
$ 17.99
Cylinder Hone Tool Kit, Adjustable Engine Cylinder Honing Tool for Sizes 3/4' to 7' Cylinders, 1-1/8', 3' and 4' Diameters with Extra 11 Piece Replacement Honing Stones 220 Grit
$ 19.99
ABB TA25DU14 10 - 14 Amp, IEC, Overload Relay
$ 26.99
Thomas Compressor 2650, 2660, 2680 Rebuild/Service kit # SK2660 2660CE44 2660CE37 2660CGHI42 2660CE50. Invacare 5LX 10LX Respironics M10 Repair Parts. 2650 2680
$ 35.99
US Cargo Control 5/8' Galvanized Drop Forged Wire Rope Clips - 4 Pack
$ 18.99
NEMA 23 57HS09 2.8A 127oz Stepper Motor
$ 16.99
Inspecta-Shield Fire Retardant, 1 gal Jug, 1/EA
$ 61.99
Bringer 3 Gallon Square Plastic Bucket Pail with Lid for Food Storage, Multipurpose Square Bucket Pail Container with Portable Handle, White, Pack of 4
$ 26.99
Warming Mat for Food(XXL 36x15.7in), Fast Full Surface Graphene Electric Warming Tray, Foldable and Portable Food Warmer, 6 Temperature Settings and 0-6 Hour Adjustable Timer, for Parties, Gifts
$ 45.99
Imperial 36930 Switch
$ 26.99
[2-Sets] Cone: HM89443 Cup: HM89410 Tapered Roller Bearing 1.3125' x 3' x 1.1563' (ID x OD x W) | 33.338 mm x 76.2 mm x 29.370 mm (ID x OD x W)
$ 22.99
Mitutoyo 06AGL021 DIGIMATIC Cable(2M)
$ 38.99
Hamilton - 1710NPT5 100ul SYR (22s/2'/5)
$ 27.99
Cambro 6302MT Market Pan 6' X 30' X 2'
$ 15.99
Pneumatic 4.10/3.50-4 Tire, Wagon/Utility cart/Hand truck Replacement, Gray, Set of two
$ 21.99
Commercial Utility Sink 3 Compartment Stainless Steel Sink Set Freestanding Restaurant Station with 2 Faucets Commercial Utility Basin for Bars, Kitchens (39 x 18 x 35.8In)
$ 82.99
HORIBA 7113 pH Electrode ToupH Shock Resistance for U-50 Series
$ 66.99
Rubber-Cal PE Flex (Ultra Flexible) Black - Blower Hose - 2' ID x 12.5ft Length Hose (Fully Stretched)
$ 22.99
Ishihara Color Deficiency Test Book 38 Plates
$ 24.99
3M Flap DISC 769F, 05903, T27, 4 1/2 in X (00638060059036) (10/Each)
$ 31.99
27PCS Multimeter Test Leads Kit,Professional and Upgraded Test Leads Set with Alligator Clips, Test Hook Clip, Banana Plug and Piercing Probe Clip for Multimeter Electrical Testing
$ 17.99
Azzota 2mm Pathlength Quartz Cuvette - 0.7ml, with Cover and Round Bottom
$ 36.99
24 in. x 50 ft. PVC Brown Trim Coil-DISCONTINUED
$ 78.99
Steel Strapping Seals - 3/8' Snap-On Open Seals (2500/Case) - S38S02
$ 56.99
Relay 55.34.9.024.0090 55.34.9.024.0090 55.34.9.024.0090 24V DCV24VDC 7A 24PIN 5Pcs
$ 18.99
Fuel Oil, Diesel Oil, DEF or Water Tank Gauge 275, 330, 55 Gallon 42' and 24'
$ 28.99
Air Systems BB30-FK Replacement Filter Kit For BB30-CO Series Models
$ 73.99
Floor Mount Vibration Isolator, Neoprene, 550 to 1100 lb Capacity Range-Each
$ 19.99
MSA075-10 Slotted Shim Size A .075' X 2' X 2' (10 pc. Pack)
$ 16.99
1
...
2004
2005
2006
2007
2008
2009
2010
2011
...
2070
BACK
Shopping Cart