{{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
Revamp Your Space With A Versatile Pegboard Kit - Effortlessly Organize Home, Office, And Gaming Setup With Customizable Hanging Solutions (Black)
$ 18.99
Carriage Bolt 18-8 Stainless Steel 5/16'-18 x 1-1/2' Qty-100
$ 25.99
Tornado Heavy Equipment Parts Fits Case 175251A1 Hydraulic Cylinder Seal Kit
$ 19.99
241TPS-0241 3/4' x 3/4' Two Plane Hose Swivel
$ 15.99
Duke 600228 Fwm Switch
$ 15.99
Four Medium White Birch Poles 8 ft
$ 40.99
602901M0002 Evaporator Coil
$ 99.00
Ultra-Slim Black Adjustable Tilt/Tilting Wall Mount Bracket for Magnavox 32MF301B 32' inch LCD HDTV TV/Television - Low Profile
$ 14.99
Functional Devices TR175VA001 Transformer, 175 VA, 240/208 to 24 Vac, Foot Mount, Dual Bottom Openings
$ 32.99
Norton 10 x 1 x 3 In. Vitrified Aluminum Oxide Medium Grit 80 K VBE T01 Toolroom Wheel for Bench Grinder, Die Grinder
$ 99.00
CBN Wheel 8 inch,CBN Grinding Wheels 8'' Diameter, 5/8'' Bore, 1.5'' Wide, 1'' Down The Side, for Sharpening Woodturning and HSS Tools(600 Grit)
$ 63.99
Welch Allyn REUSE-12-2BV FlexiPort Reusable Blood Pressure Cuffs with Inflation System, Large Adult, Size 12
$ 22.99
Campbell 6421801 #3 Duplex Hand Grip, 0 - 5/16' Grip, 500 lbs Working Load Limit, 2' Handle
$ 96.99
Heavy Duty Hydraulic Bottle Jack - 32 Ton Capacity Lifting Equipment with Handle, Red
$ 25.99
STEPPERONLINE Nema 17 Closed Loop Stepper Motor 42Ncm/59.48oz.in with Encoder 1000PPR(4000CPR)
$ 24.99
Hillman 16 Ga. x 5/8 in. L Brass Escutcheon Pins 1 pk 2 oz.
$ 22.99
Maxitrol RV48-3/4 3/4' Gas Regulator, 1/2 psi Inlet Pressure
$ 15.99
X Linear Stage, Keenso SEMX80-AS Micrometer Manual Precision Linear Translation Stage Displacement Trimming Bearing Sliding Table X Axis 80x80mm Size Other Tools & Accessories
$ 27.99
Chain Sling - 3/8' x 6' Single Leg with Oblong Ring - Grade 100
$ 54.99
Red Dot Round Zinc Lamp Holder Silver 4-23/32 in.
$ 18.99
100975 Flow Switch for Pressure Washer, Flow Switch Fit for General Pump, 12.0 GPM, 5000 PSI, Mounts in Any Position
$ 21.99
Replacement Part Deck Large Idler Pulley Sheave For John Deere 190C La175 100 Series Tractor Qty3 Brit1c23148
$ 37.99
Milwaukee EC59 LED Waterproof Combination Pocket EC/TDS/Temp Tester with Replaceable Electrode, 3999 microSiemens/cm, 1 microSiemens/cm Resolution, 2 percent EC/TDS Accuracy, 0.0 to 60.0 degree C
$ 28.99
VEVOR Essential Oil Distillation Kit, 500ml Distillation Apparatus, 3.3 Boro Lab Glassware Distillation Kit with Alcohol Lamp, Ceramic Mesh and 24, 40 Joint, 28 pcs Set
$ 34.99
ABB AF09-30-10-13 IEC Magnetic Contactor,120VAC,10A,1NO,3P
$ 13.99
Simpson Strong-Tie S13A175SNBP - 1-3/4' x .090 Stainless Ring-Shank Coil Siding Nails
$ 38.99
Dilwe Electric tricycle chainring, 420 34T sprocket Toothless flywheel for ATV -kart
$ 19.99
JJ CARE Dental Bibs [Pack of 500] - 13' x 18' Purple Dental Bibs, 3 Ply Waterproof Dentist Bibs, Dental Bibs Disposable for Eyelash Extension, Patient Bibs for Nail Art, Dental Napkins for Piercing
$ 20.99
FIYA 3/16'-24 Stainless Steel Dome Head Cap Acorn Hex Nuts Silver Tone 50Pcs
$ 14.99
Justrite 29157 Ex Replacement Handle
$ 94.99
DWYER Model 25 Mark II Manometer -0.05-0-3IN-H2O D599980
$ 36.99
HHIP 4901-0047 26 Piece Precision Radius Gage Set, 5-13 mm by 0.5mm
$ 20.99
GA - Landscaper Spill Response Kit, 5.5 Gallon Pick-Up Capacity
$ 25.99
Coca Cola Mini Fridge for Bedroom Cosmatic Office 4L Small Refrigerator Fridge Red Mini Refrigerator Dorm Fridge Ideal Compact Personal Cooler Perfect for Snacks and Drinks
$ 26.99
VEVOR 440lbs Electric Hoist with 14ft Wired Remote Control, Electric Hoist 110 Volt with 40ft Single Cable Lifting Height & Pure Copper Motor, for Garage Warehouse Factory
$ 34.99
5pcs 6mm 90 Degree Chamfer Mill 2 Flutes HRC45 Carbide End Milling Cutter
$ 16.99
1
...
1952
1953
1954
1955
1956
1957
1958
1959
...
2070
BACK
Shopping Cart