{{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
Prolinemax 100 Pc Gloss Black Gridwall Joining Connectors Grid Panel Joiner Clips Joining Clamps
$ 23.99
Kimble Polyethylene White Snap Cap, Cap No 1 (Case of 500)
$ 24.99
SP Bel-Art Mouse Restrainer with Dorsal Access; Holds 18-35 Gram Mice, Clear TPX (F46401-0000)
$ 35.99
2536-F-34 - Linear Solenoid, 120 VAC, 14.8 ohm, 19 W, Pull, Continuous
$ 29.99
Mettler Toledo 1344R15ST 13865 Aluminum Sample Pans (Pack of 50)
$ 66.99
Mitutoyo 186-906, Radius Gage Set, 26 Leaves, .010 to .500', 5 Radii per Leaf
$ 76.99
10 Pack Breeze 9410 Aero-Seal Liner Clamps with Stainless Screw Effective Diameter Range: 9/16' - 1-1/16' (14mm - 27mm)
$ 15.99
3 Tier Mobile Merchandiser with Round Plastic Wicker Baskets - 42 H Inches
$ 99.00
SM312D 25619, Output: Bipolar, PHOTOELECTRIC Sensor, Input: 10-30 V DC, Mini-Beam, Diffuse, 1 PNP, 2 M (6.5 FT) Cable, Range: 380 MM, 1 NPN
$ 67.99
Dart 85HTB3R Med Perforated Black 3 Comp Foam Hinged Container, 8.5 in, Black (Case of 200)
$ 15.99
Telemecanique Sensors 9007FA1 Limit Switch Lever Arm, A+AW
$ 18.99
BT 40 Taper Face (Shell) Mill Arbor, 3/4' Pilot Diameter, 1 1/4' Projection
$ 26.99
ERIE CONTROLS AG14A020 General Close-Off (GCO) ACTUATORS, N/C ACT, HIGH Temperature, ON/Off, POPTOP 2-Position ACTUATORS, 24V
$ 42.99
Heathrow Scientific 120-Place Mega Tube Rack, Polypropylene, Holds 10 mL Tubes, White
$ 19.99
EMX IRB-4XHD Photo Eye Replacement for IRB-325 with Hood
$ 99.00
Kingdder 2 Pcs 10T Magnetic Base Holder Bed On/off Switch 220 Lbs Holding Power Magnetic Holder Bed M8 x 1.25 Tapped Hole Switchable Base Stand Without Adjustment Arm for Indicator 3.1' x 2.2' x 2'
$ 18.99
FPE - Forklift Governor K21 H20-II Nikki 19100-50K00 Orcu Original Equipment Manufacturer (OEM) - New
$ 99.00
Tungsten Rod Pure Tungsten Solid Round Bar Easy to Process Widely Used in Electrical Length 150mm Diameter 1mm to 6mm 3pcs,Diameter 5mm
$ 20.99
Murphy by Enovation Controls 20P7-200, 2' Pressure Swichgage w/Lockout, 0-200 psi (05703209)
$ 46.99
15 Ft, 7 Way Plug, ABS Straight Cable Assembly, Green, 4/12, 2/10, 1/8 Gauge Cable, Made in USA
$ 41.99
Filter/Regulator, 11.93 in. H, 3.15 in. W, Mfr: 4ZK97-A
$ 40.99
X-ray Protective Lead Cap Head Shield Hat, Radiation Safety Leaded Cap for X-Ray MRI CT Radiation Protection,Adjustable
$ 20.99
Norton 66253044180 8x3/4x1-1/438a46-kvbe Type 01 Straight Wheel
$ 26.99
Denture Base Resin
$ 30.99
Forward & Reverse Column Switch 701/52601 701/46601 Compatible with JCB 2CX 2CXL 3C 3CX 3D 3DX 4C 4CN 4CX 4CN 1400B 1550B 1600B 1700B Backhoe Loader Left Hand Handle Lever 6 Pin
$ 23.99
304 Stainless Steel Flat Bar Thickness 8mm Width 10-50mm Solid Flat Bar Good Stability Length 500 mm,8×20×500mm
$ 13.99
Shelf Label Strips, Pro Painter 25 Pack Self Adhesive 1.5”H Shelf Strip Price Tag Holder for Plastic, Metal and Wood Gondola Shelf, Clear Plastic Front/Clear Back Sign Holder for 48” Long Shelf
$ 23.99
DNX12 Dermabond Advanced Topical Skin Adhesive, 0.7 mL Ampule of High-Viscosity Skin Adhesive, Medical Supplies
$ 99.00
Sauermann Si-1801 Centrifugal Condensate Pump for Boilers, Furnaces, AC Units - 23 ft Lift, 132 GPH, 120V, Tank Included. Note: Tubing Sold Separately
$ 39.99
Green House Fancy Home-Use Standing Beer Server GH-BEERD-SV
$ 68.99
D.A.S Factory Diaphragm GM-M-75 for Aero12A, Artec 320, WR 6412, 6415, M-75N
$ 29.99
KES Toilet Paper Holder Stand with Reserve Industrial Pipe Toilet Paper Holder Bathroom Toilet Paper Storage Black, BPH503A-BK
$ 17.99
32-17 MIL-C Connector 4-pin Circular Connector 5015 MIL STD MS3102A MS3106A MS3108A Socket(Plug 3106 32-17P)
$ 25.99
5/8' Precision Cut Keyed C1018 Cold Drawn Steel Shafting; 3 feet Long
$ 18.99
Extech PH110 Waterproof ExStik pH Meter
$ 56.99
Electric Power Window Master Control Switch Lift for 2008-2009 84820-52370 8482052370
$ 24.99
1
...
1987
1988
1989
1990
1991
1992
1993
1994
...
2070
BACK
Shopping Cart