{{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
Marquis® e-Series Filter 20363
$ 19.99
Aero-Motive Festoon Intermediate Carrier Series 5200 for Round Cable or Hose For Cable & Hose Diameters of 0.49' & 0.91 Inches: 5221-1
$ 38.99
Moonetto Stainless Steel Blue GL45 Safety Cap with Holes, VapLock Solvent Delivery Cap
$ 14.99
Hobart Parts 00-087711-148-1 Switch (00-087711-148-1)
$ 17.99
166500 PT# 166500- Clip Nose Spirometry Plastic Spirometry Foam Nspd White 100/Bx by, A-M Systems, Inc.
$ 22.99
#89848 Grill Replacement Parts Electronic Ignition Module Battery Igniter 1851-01 for 210/310
$ 29.99
Killer Filter Replacement for FLEETGUARD AF1969
$ 46.99
Finishing Nails for Wood, 1', 100pcs/PK, 24 PK/BOX, Total 0pcs (PLX00576)
$ 13.99
80300-18 Ignition Control 4 Try Limo
$ 86.99
New Version Stair Climbing Dolly, 300LB Capacity Folding Stairs Climber Dolly Cart with Telescoping Handle & Silent Wheel, Stair Climbing Hand Trucks with Elastic Rope for Moving, Shopping, Office Use
$ 40.99
SAVORY Speed Control (208/240V) 21983
$ 14.99
Nuvo Iron Drywall Screws #6 x 1 5/8” - 6500 Count, Black
$ 63.99
Replacement Hydraulic Filter Compatible with HYDAC/HYCON 0075D010ON, 1-Pack
$ 31.99
Small Touchless Bathroom Trash Can with Lid 2.6 Gallon Smart Motion Sensor Trash Can Automatic Garbage Can for Bedroom Living Room Toilet Office (2 Pack)
$ 23.99
POTTER & BRUMFIELD KUL-11D15S-24 28VDC, 10A; CONTACT CONFIGURATION:DPDT; COIL VOLTAGE:24VDC; CONTACT CURRENT:10A; PRODUCT RANGE:KUL SERIES; RELAY MOUNTING:SOCKET; COIL TYPE:LATCHING SINGLE COIL; CONTA
$ 43.99
CONFAST 5/8' x 8-1/2' 316 Stainless Steel Wedge Anchor (5 per Box)
$ 52.99
Rib Rubber PK Multi Wedge Belt Length=PK1165~PK1420 Suitable for Industrial Transmission Belt Groove 5PK 6PK 8PK 10PK(1420,White_5PK)
$ 15.99
Blodgett Buzzer Terminals, 240V
$ 37.99
REEHUT Kid Preformed Teeth Crowns Preformed Metal Crown Stainless Steel Crowns 48 Different Sizes Crowns Digital Identification Size
$ 30.99
Hobart Pump Chemical Blue, Welco
$ 99.00
Hand Trucks Stair-Climbing Shopping Cart, Metal Frame 6-Wheel Multifunctional Shopping Cart, Multifunctional Luggage Cart with Wheels Trolleys(B)
$ 65.99
OHAUS 30111777 in-Use-Cover Without DS AX
$ 21.99
Hose Cut Off 7' Scalloped Blade fits Toledo Curtis 16334, AEROquip FT1023-3-40, Parker 22740
$ 84.99
CROSBY 3/8' G10 CLV SLG HK L1339 (1049130)
$ 51.99
Lincoln Lubrication 82784 Needle Nozzle with Extension & Locking Sleeve
$ 13.99
TeeJet CP18606-IENP Armature for AA145 Valve
$ 24.99
MaxTool M16X2.0 Hand Thread Taps Set Including Taper+Plug+Bottom HSS M2 Metric Taps Set Pitch 2.0 mm FULLY GROUND RIGHT HAND; HSM02W00R16
$ 21.99
beyondsupply-One Lab PTFE Mixer Stirrer 10mm Shaft, 1000mm Long New
$ 83.99
Gigli Wire Handle 8 cm (Set of 2)
$ 15.99
SM24A-SR 20Nm AC24V DC24V Modulating Damper Actuator with Position Feedback Valve Actuator
$ 99.00
Flipside Products 32' x 40' Kraft Two Sided (E-Flute) Corrugated Project Sheets, Cardboard Sheets, Flat Packing Inserts, Crafts, Pads Packing, Brown, Pack of 10
$ 23.99
Mean Well SDR-120-12 DIN-Rail Switching Power Supply, 12VDC, 10A, 120W
$ 24.99
Star 2H-Z18588 Ptfe Sheet 0.003 Tk Sing
$ 18.99
10% Neutral Buffered Formalin (NBF) Ready-to-Use Histological Tissue Fixative, Formaldehyde Wet Specimen Preservation, Research Chemical 1Gal
$ 21.99
Stainless Steel Tray, 3Pcs Premium Metal Surgical Medical Tray Organizer Containers for Tattoo Tool Bathroom Lab Instrument Supplies Dental Tools Kitchen Baking, 10.5 × 8 × 1 Inch(GETTON)
$ 15.99
Honeywell W7220-PCMOD PC Tool Software Interface Module for Economizer Systems
$ 99.00
1
...
52
53
54
55
56
57
58
59
...
2070
BACK
Shopping Cart