{{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
ABB OHB95J12 Pistol Handle, For Use With OS315 - 400 Series Switches, Black
$ 29.99
5/16' Counterbore, Carbide Tipped, 3 Flutes, 19/64' Shank Diameter, Straight Shank, 3 13/16' OAL, USA Made, (.3125' Diameter), 56402
$ 42.99
3M TALC Hot Melt Applicator PG II/PG II LT Extension Tip 9946, 072 in Orifice, 3 Tips Per Package
$ 30.99
WISDOMFUR Versatile Slatwall Panels 2x4 ft - Set of 2 | Durable, Easy-to-Install Wall Storage Solution (Natural Oak)
$ 53.99
1/5/20 Sets Rema Type Electric Forklift Male Female Plug Connector 80A 160A 320A Battery Charging Source Male Connector(320a Female with St,1 Set)
$ 37.99
Micro 100 DT-250-060-010 Dovetail Cutter, 60° Included Angle, 1/8' LOC, 1/4' Cutter Dia, .120' Neck Dia, 1/8' Neck Length, .010' Corner Rad, 2 Fl, 1/4' Shank Dia, 2-1/2' OAL, Uncoated
$ 35.99
AXYGEN - Axygen Impermamat, Chemical Resistant Silicone 96 Round Well Sealing Mat for Deep Well Plates, NS, PK10
$ 31.99
6ES7 214-2BD23-0XB0 SIMATIC S7-200, CPU 224XP Compact Unit 6ES7214-2BD23-0XB0 PLC Module
$ 93.99
CRL Brite Anodized Aluminum 3/16' 'J Channel - 12 ft Long
$ 27.99
IKA 3428000 MS 3.5 PCR Plate Attachment
$ 99.00
AmGood 6 in. x 16 in. Stainless Steel Wall Shelf with Squared Edge | NSF Certified | Appliance & Equipment Metal Shelving | Kitchen, Restaurant, Garage, Laundry, Utility Room
$ 15.99
Easton 12 - Pk Full Metal Jacket N - Fused Carbon Shafts Gun Metal Black Finish, 340
$ 79.99
N-68X Isolation Transformer Compatible with Triad Magnetics, Chassis Mount Transformer, Secondary Voltages:115V, Power Rating:50Va, Dual Primary, Single Secondary, 435Ma
$ 15.99
StarTech.com USB Galvanic Isolator 6KV, Electrical Noise Isolator, IP40, DIN Rail, Isolated Power Filter, USB 2.0/1.1, TAA
$ 26.99
Festool 492284 D125 Hard Pad for ETS EC
$ 27.99
Dayton 1TDT2 Blower, 549 CFM, 115V, 2.05 Amp, 1640 RPM
$ 60.99
Timken L44640 Tapered Roller Bearing, Single Cone, Standard Tolerance, Straight Bore, Steel, Inch, 0.9375' ID, 0.5800' Width
$ 14.99
Continental Refrigeration 2-710 Drawer Gasket, 11 1/4' x 30.1'
$ 47.99
Outdoor Siren Strobe, Easy to Install Adjustable 80W 180dB Sound Light Alarm Horn with USB Port for Emergency (DC24V)
$ 61.99
FESTO LR-3/8-D-MIDI 0-16 BAR, 3200L/MIN, Direction Control, G 3/8, Gauge, Pressure Regulator
$ 64.99
1PCS New in Box E40S6-200-3-T-24
$ 16.99
SIBE-R PLASTIC SUPPLY PVC Closed Cell Expanded Plastic Sheet 1/4' x 24' x 48' - Black
$ 14.99
Globe Scientific 1402-10 Cover Glass, 20 x 20mm, #1 Thickness (Case of 10)
$ 23.99
Windshield Washer Fluid GHS Label - 3' x 5' (Pack of 25)
$ 27.99
1' #150 1/16' Thick, Klingersil C-4401 Full Face Gasket (ASME B16.21) Pack of 25
$ 18.99
400mm,24/40,Liebig Condenser,Jack Length 40cm,Glass West Column,Laboratory Glassware
$ 23.99
Ramede 3 Pieces Hospital Gown for Women Cotton Labor Delivery Gown for Hospital Maternity Pink Blue Grey
$ 19.99
Portable Lifter, Cabinet Lift, 331 Lbs Capacity Steel Material Lift, Cabinet Lifter for Installing Cabinets and Warehouse Material Handling,Cabinet Lift
$ 99.00
SOFTT-W Tourniquet 1.5 - Black 3 Count
$ 35.99
12PCS Interlocking Drainage Mat, 12' x 12' Non-Slip Splicing Rubber Drainage Floor Mats with Holes, Cushioning Floor Tiles Mats for Deck, Pool, Indoor Bathroom & Outdoor Balcony-Gray
$ 14.99
Swann Morton Blade-Non-Sterile Carbon Steel Sz 60B 50/bx
$ 17.99
Flexco 54520 Alligator Ready Set RS125 Steel 24' W/Nylon Covered Steel Cable Pins, 4 Sets Per Box
$ 99.00
KSEIBI Unibit 3-Piece High-Speed Steel Step Drill Bit Set - for Stainless Steel, Aluminium, Wood
$ 21.99
Turck Vas 22-D-Fs 5.3 Connector Din Valve Plug, Vas 22-D-Fs 5.3
$ 26.99
Eisco Labs Standard Force Table - 40cm Diameter
$ 73.99
E-CAP321 PVC Vent Cap for Furnace Flue Pipe | Hemispherical GELOY CR7520 Resin Cover | Keep Small Animals Out of Exterior Vent Outlets | Exhaust Vent Cap Fits PVC Flue Pipes 1.5',2',&3' | Pack of 12
$ 59.99
1
...
1998
1999
2000
2001
2002
2003
2004
2005
...
2070
BACK
Shopping Cart