{{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
Morse Taper Drift Key, Morse Taper Shank Removal Tool for MT1 MT2 MT3, Semi Automatical Easy Ejecting Drift for Morse Taper Drill Chuck Sleeve Morse Taper Adapter
$ 16.99
Hot Rolled Steel Plate 3/8' x 4' x 4' (Pack of 4!)
$ 18.99
Schneider Electric TeSys Series D 30 to 40 A LRD340 Thermal Relay
$ 83.99
5 Gallon Honey Bucket Heater 110v 400w Honey Bucket Blanket Pail Heater with Indicator Lights & Digital Display,Honey Heating Blanket for Honey Producer,Beekeeper
$ 43.99
Direct Replacement for GE WH03X29622 Appliance Pulley
$ 18.99
VIVOSUN Nitrogen Regulator with CGA580 Inlet and 7/16'' UNF Outlet Connection, Heavy-Duty Handle Helium Regulator with Double Pressure Gauge
$ 17.99
STEPPERONLINE 1 Axis Stepper Motor CNC Kit 3.0 Nm(425oz.in) Nema 23 Stepper Motor & Digital Stepper Driver 1.8-5.6A 20-50VDC
$ 32.99
Aliwovo Human Anatomy Model - 11 Inch, 15 Pcs Removable Human Torso for Medical Education Display
$ 20.99
ADF5355 Development Board Signal Generator Module Ultra Low Noise LDO Power Supply Phase Locked Loop RF PLL Output 54MHz to 13.6GHz for Wireless Infrastructure Microwave Links
$ 54.99
10X PBS (Phosphate Buffered Saline), pH 7.4 - Molecular Biology Grade - RNase/DNase Free, Sterile, 0.22um Filtered - 500 mL
$ 15.99
Air Tester, DC 24V 4-20mA Digital Manometer, LCD Intelligent Digital Air Transmitter, Port Air Pressure Meter Sensor for Measure, Manometers (0-500Pa)
$ 27.99
Amalgam Mixer, Lab Dental Digital High Speed Amalgamator for Saving Your Time
$ 59.99
Globe Scientific 513500W Slide Storage Cabinet, White, 402mm Width, 477mm Length, 126mm Height
$ 99.00
for Subaru for Impreza 2002 Power Window Switch Bezel Right
$ 20.99
Fork Terminal, Std, 6 Stud, Bare, PK100
$ 14.99
SMC AW20-N02-CZ Filter/Regulator, Polycarbonate Bowl with Bowl Guard, 5 Micron, Manual Drain, Relieving Type, 7.25 - 123 psi Set Pressure Range, 28 scfm, No Gauge, 1/4' NPT
$ 21.99
12017, 15 and 40 Series Roller Wheel with Ball Bearing Hub (15 Pack)
$ 72.99
Remington Industries 43SNSPR 43 AWG Magnet Wire, Enameled Copper Wire, 1.0 lb, 0.0024' Diameter, 66092' Length, Red
$ 21.99
2Pcs 1/4in Reduced Shank for Router,5/16in 37°Helix Solid Carbide End Mill for Aluminum,3 Flute, ZRN Coated Bits Tool for Aluminum and Other Non-Ferrous Materials
$ 17.99
28x20' Flat Corrugated Cardboard Bulk Sheets, Pack of 75, Made In USA -White 1/8' Thick Cardboard Sheets For Inserts Filler, Shipping, Mailers, DIY School Craft Supplies
$ 52.99
ABN Metric and SAE Standard Tap and Die 60-Piece Rethread Set Rethreading Kit for Cutting External and Internal Threads
$ 20.99
Variac Transformer, 3000w 30Amp Auto AC Variable Voltage Converter, 0-130V AC Volt Output Regulator Variac Transformer, Variable AC Power Voltage Regulator
$ 42.99
60.13.8.120.0000 10 AMP, 120 Volt AC Coil, 3PDT, Agni Contact, General Purpose Relay
$ 15.99
Acetate Film 35 µm, 10x15 cm Sheet, 20/PK
$ 19.99
Vestil P-CADDY-BK-CWN Recycled Plastic Crown Pallet Truck Caddy 7-3/4 In. x 16-1/4 In. x 18-5/8 In. Black
$ 28.99
Hammond Manufacturing 1650R Audio TX 5K OHM 100 WATT
$ 92.99
Killer Filter Replacement for Florida PNEUMATI AF-16D (Pack of 4)
$ 15.99
Micro 100 SFA-187-45 Square End Mill - Upcut, 3/16' Cutter Dia, 5/8' LOC, 1 Fl, 1/4' Shank Dia, 2' OAL, Uncoated
$ 17.99
pistro 2PCS Gypsum Board Lifter Handles – Drywall Tools Carrier for Wood, Plasterboard, Tile – Multifunctional Panel Mover, Anti-Slip Design
$ 14.99
1000973 Bearing Thrust Hs, 9' Height, 6' Width, 5' Length
$ 25.99
With You in Mind, inc - Restroom Amenity Basket - Men/Micro - 25 or less guests (Unfinished Wooden Box)
$ 22.99
Dream Mat 8X47 Sluice Box Vortex
$ 99.00
Electric Vehicle (EV) High Voltage Lockout/Tagout Safety Hat Kit
$ 44.99
Red Head 3/4 in. x 5-1/2 in. Wedge Anchor 10CT
$ 16.99
Replacement Spin-On Filter Compatible with LEEBOY 290030, 1-Pack
$ 26.99
Globe Scientific 7084000 Vacuum PP Bottle, Heavy Duty, White, PP 83mm Screw Cap, 4L Capacity, Pack of 6
$ 28.99
1
...
46
47
48
49
50
51
52
53
...
2070
BACK
Shopping Cart