{{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
Mazzella Lifting Technologies 9521-575 Mechanical Splice Wire Rope Sling, Eye-and-Eye, 6 x 25 IWRC, 11' Length, 1' Diameter, 16' Eyes, 19600 lbs Vertical Load Capacity
$ 22.99
Classic Gumball Machine/Candy Dispenser, 9 Inch - Bubble Gum Pink
$ 40.99
The ROP Shop (Pack of 2) Flat Idler Pulleys for 2005-2008 Toro Z Master Z400 74410 52' Decks
$ 14.99
379-2512524 Aluminum Fire Hose Adapter, Rocker Lug Swivel, 2-1/2' NH x 2-1/2' NPSH Double Swivel RL Female
$ 61.99
Apw Wyott Thermostat Knob For Griddle Model 8705801 Chrome 8002034
$ 24.99
Inteplast HDPE Can Liners, 16 Microns, 33' x 40', Natural, Pack of 250 Liners
$ 16.99
8‑Channel Pipette 50‑300μl Pipettor Multichannel Pipette Vraiable Volume Mechanical Pipette Manual Adjustable Pipet Laboratory Tool
$ 58.99
4.9 Cu.Ft Retro Small Beverage Refrigerator Cooler with Double Tempered Glass Door, 120 Can Wine Drink Beer Mini Fridge for Office Bedroom Bar with 7 Temperatures, Adjustable Shelves, Red
$ 17.99
Pressure Transmitter MBS3000 060G1133 Pressure Transmitter
$ 99.00
MMA-41PAS 1/8' NPT, 4-Way, 5 Port, Actuation: AIR/Spring, AIR Pilot Valve, Spool
$ 21.99
KEO 55352-TiN CO RH 3Fl C Reamer Countersinks, 0.5' Cutting Diameter, 120 Degree Cutting Angle, 2' Cutting Length, 1/4' Shank Diameter, 2' Length, Cobalt, TiN Coating, 1/2' (Pack of 6)
$ 48.99
OTS-8(24)-0.65-01 Pitch 0.65mm Width 4.4mm for SSOP8/TSSOP8 package IC MCU Test Burn-In Programming Adapter Socket Enplas @XYG
$ 16.99
T.B. Woods 7JE Coupler
$ 22.99
SYLVANIA 20 Pieces 21277 CF7DS/827/ECO Non-Dimmable DULUX 7 Watt 2700K G23 T4 CFL Bulb
$ 44.99
110V 60Hz Ionizing Air Blower Fan Anti Electrostatic Ion Blower Anti-Static Ionizer ESD Static Electricity Elimination Eliminator Fan Adjustable Wind Speed
$ 21.99
5' x 3' L Corner Brackets - 2PCS Thickness 0.19'/50mm Metal Angle Brackets, 90 Degree Countertop Support Shelf Fireplace Mantel Supports
$ 19.99
Nema 23 Closed Loop Stepper Motor Kit 1.2Nm/170oz.in 56MM Nema23 Motors with Closed Loop Stepper Driver BHA57 0-6A 24-80VDC for CNC Milling Engraving Machine
$ 35.99
CHARMMA Double-Sided slatwall Display Cabinet,Display, Shelving & Etageres 16.8x16.8x55inch(LxWxH),48.5lbs
$ 99.00
(50) Carriage Head Bolt 1/4-20 x 8 Zinc Plated 307A
$ 14.99
8UC7222-3BB20 | SIEMENS Handle and Shaft RED/Yellow 300MM
$ 68.99
8' Sieve, All Stainless, Full Height, 5/8'
$ 36.99
Ultrasonic Jewelry Cleaner, 48Khz 12oz Professional Jewelry Cleaner Ultrasonic Machine with Digital Timer, 30W Portable Ultrasonic Cleaner for Eyeglasses, Necklaces, Rings, Watches, Dentures
$ 18.99
PP 37506000 625B - 6'' X 6-3/4'' X 5/8'' Poly Pack
$ 28.99
BlueDiamond MicroBlue Condensate Removal Pump for Mini-Split AC Systemes up to 18,000 btu. Extreamly quick and reliable mini-split condensate pump.
$ 99.00
Leuchtturm 325773 4 Watt Portable UV Fluorescent Light
$ 14.99
Strength Tester Force Sensor,Smart Force Tracker for Punching Bag,Power Meter Speed Test Real-Time Data,Boxing Target, Wall Target,Voice Alert Power Meter ,for Boxing Sanda Taekwon
$ 62.99
3pcs Push Pull Type Solenoid Electromagnet Linear Motion Open Frame Dc Electromagnet with Plunger Spring Return for Vending Machines Household Appliances and Transport Equipment
$ 17.99
60146 Porcelain Ceramic Gooch Crucible, 13mL Capacity, 29mm OD, 15-16mm Filter Paper Diameter, 0.7mm Perforations Diameter (Case of 24)
$ 99.00
Replacement Hydraulic Filter Compatible with UFI ERF34NFA, 1-Pack
$ 53.99
MK Morse HACK Frame,Cont RACT HT 12' 24T (300056) (HHBF04)
$ 25.99
VI-637568 Ivoclean Refill, 5G (Pack of 1)
$ 21.99
Johnson Controls - S1-024-25916-700 - YORK Start Relay, 332V, 60Hz: Fits York Brand, S1-024-25916-700
$ 58.99
Cole-Parmer PTFE Tissue Grinder, Glass Vessel; 5 mL
$ 64.99
100653 Thermocouple, 2C W/48 Lead
$ 29.99
JDSU DSAM XT 3300
$ 45.99
Nordyne 621720 Motor
$ 96.99
1
...
4
5
6
7
8
9
10
11
...
2070
BACK
Shopping Cart