{{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
Navac NTEHHK NHE11H Expander Kit, 1-1/4', 1-3/8', 1-1/2' and 1-5/8' OD
$ 31.99
0-100HACD Electronic Digital Shore Durometer Type A/D/C Sclerometer Tire Plastic Rubber Hardness Tester Meter Paragraph Tools(A Style)
$ 19.99
6 Pack Tool Box Foam,Foam Inserts for Cases, 24 x 24 x 1 InchTool Box Liner Polyethylene Tool Foams Sheets, Toolbox Kaizen Organizer and Storage Tool Shadow(Red, Black)
$ 32.99
Sargent 6 Pin Key Blank 6270 RDH Keyway, Pkg of 10, Factory Original
$ 18.99
Meiko 0431073, Scroll Spring for
$ 59.99
MAPLE ACE UCF206-18 Square Flange Bearing 1-1/8' Bore, 4-Bolt Self-Aligning, Solid Base, R3 Triple Lip Seal, Heavy Duty (Qty 2)
$ 13.99
Killer Filter Replacement for NAPA 2254
$ 20.99
Skeleton Spine and Rib Cage- Life-Size- 2nd Class- Aged Version
$ 46.99
GWP 3/4' x 600' 3 Strand Black Polypropylene Rope (7,650 lbs. Tensile Strength) Various Sizes in Listing
$ 94.99
3M Health Care 3346 Cavilon No Sting Barrier Film, Pump Spray Bottle, 28 mL Capacity (Pack of 12)
$ 53.99
Cellulase Food Grade 100000 Enzyme Activity, 1000 Grams
$ 37.99
Portex Acapella DH (Green)
$ 33.99
1000ML Electric Suction Machine, Portable Veterinary Suction Machine for Home Use 110V (B)
$ 48.99
Siemens 3SU11004BF111BA0 Key-Operated Switch, Complete Unit, 22mm, Plastic, Silver, 2 Positions O-I, Maintained, RONIS Lock SB30, Includes 2 Keys, 1NO, Screw Terminal
$ 42.99
1615-9436-01 Air-Oil Separator, Compatible with Atlas Copco 1615-9436-01
$ 93.99
1pc new pressure switch sensor 80685-66 806851731 T129996
$ 42.99
Lockout/Tagout Training Booklets (pkg of 10)
$ 18.99
Notifier ACT-1 Audio Coupling Transformer Module Accessory
$ 24.99
Belltech 9123 Shock Set
$ 99.00
STEPPERONLINE Closed Loop Stepper Motor 1 Axis CNC KIT 6.5 Nm/920.48oz.in 6.0A Nema 34 Motor with 1.5m Cables & 0-8.5A 20-80VAC/30-110VDC Driver CL86Y
$ 38.99
Replacement Gauges, 2 in, 4,000 psi, Brass, 1/4 in (NPT) (2 Pack)
$ 26.99
BISupply House Jacks for Leveling Crawlspace 1 Pack - 12 to 16 inch Adjustable Support Beam Basement Jack Post - Floor Lifting Joist Beam Brace for Cellar Ceiling - Screw Pole Jack
$ 24.99
12 Set 1/6 Size Stainless Steel Hotel Pans with Lids 4' Deep Steam Table Pan Food Pan Lid with Handled Catering Food Storage Metal Anti Jam Steam Pans Cover for Fruits Vegetables Restaurant Hotel
$ 23.99
GRK 137147 R4#10 by 3-1/8-inch PHEINOX 316SS Marine Grade Fasteners Handy Pak, (70 per Pack)
$ 21.99
7444SD1 Power-Stud and Sd1 3/4-Inch by 6-1/4-Inch Type Carbon Steel Wedge Expansion Anchor Carbon Steel Clip, 20 Per Box
$ 28.99
Dinkle DK35N-WE White DIN Rail Terminal Block Screw Type UL 600V 150A 1/0-12AWG, Pack of 5
$ 14.99
(200) Torx T30 Trailer Deck Floorboard Screw 1/4-20 x 2-1/2 Flat Thread Cutting Floor
$ 16.99
Watts L100XL 3/4' 150 Press-Temp Valve Long Shank
$ 19.99
Ridetech 31973000 Pneumatic Paddle Switch
$ 26.99
Gas Griddle, 6L/1.59Gal Stainless Steel Griddle & Deep Fryer Combo Gas Deep Fryer Gas Grill Griddle with Oil Draining Basket, Lid & 3 Spice Boxes, Commercial Griddle with Fryer for RV, Camping
$ 51.99
Laboratory Regenerated Cellulose RC microporous Needle Filter Made of 100/PK Regenerated Cellulose with a Diameter of 13/25mm Syringe filte(25mm 0.45um)
$ 28.99
RATION for Hydraulic Seal Kit - Bucket Tilt Cylinder Fits for John Deere 110 317 240 250 320 52
$ 29.99
XCS-Z03 | XCSZ03 | SCHNEIDER Key Actuator
$ 20.99
Bonnlo Female Wire Dress Form, Vintage Style Wire Mannequin for Home Decor Display, Small Size Adjustable Height Metal Wire Body (Black)
$ 28.99
Master Magnetics Heavy-Duty Magnetic Bulk Parts Lifter with Release - 8.5' Length, 4.75' Width, 9.75' Height Including Handle, 10 Pound Pull, Black, ML76C
$ 99.00
Impact Products Down Press Mop Wringer
$ 45.99
1
...
1958
1959
1960
1961
1962
1963
1964
1965
...
2070
BACK
Shopping Cart