{{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
Industrial Lev-o-Gage Sr (Degrees Model). - Glass Tube Inclinometer (Model 3041-I)
$ 23.99
2x 1 3//16in Pollow Block Pressed Steel SBPP206-19 Mount Bearing SB206-19+PP206
$ 27.99
Triplett CTT42 Coating Thickness Tester for Ferrous and Non-Ferrous Substrates
$ 76.99
IDC 314 Box Scotchlock Gel Waterproof - 3 Wire Connectors (Pack of 100)
$ 28.99
Cuno 56121-11 CFS110 9.75 Cartridge by Cuno
$ 14.99
Killer Filter Replacement for KELTEC, INC. KA175025 (Pack of 4)
$ 18.99
3m 07529 3 Scoth-brite Roloc Bristle Discs 120 Grit Fine White
$ 82.99
Whaledent PF161-5.5 ParaPost Fiber White Resin Esthetic Posts .055 5/Pk
$ 16.99
Elastic Polyethylene 55 Gallon Drum Cover, Lot of 100
$ 71.99
Stainless Steel Chain 0.08 inches Thick Durable Rust Resistant Chain Link for Hanging Planters Artworks Light Fixtures Ideal for Home and Garden Use Not for Heavy Items or Safety Equipment (2mm,150ft)
$ 29.99
U.S. Solid Digital Lab Scale 2000g/4.4lb x 0.01g - Precision Analytical Balance Kitchen Jewelry Scientific Weighing - AC/DC Power
$ 32.99
018F7363 | BB230CS | DANFOSS Solenoid Coil, Type BB230CS, 230VAC
$ 23.99
Norton 6' Type 11 Aluminum Oxide Flaring Cup Grinding Wheel, 5/8'-11 Arbor, 2' Thick, 16 Grit, 6000 Max. RP
$ 15.99
Metabo 623513000 P60 Flap Wheel, Green, 105 x 100 mm
$ 25.99
8 Button Hoist Crane Industrial Wireless Radio Remote Control 2 Transmitter and 1 Receiver for 12-24V DCOverhead Bridge Tower Crane Electric Chain Hoist Remote Control Q800
$ 89.99
Hydraulic Motor 255040F3DD22AAAA 9-8287 98287, 4 Bolt Mount, Shaft 1' Dia. x 1-3/4' Keyed, Rotation Reversible, Clockwise Rotation, Roller Stator Hydraulic Motor, One Year Quality Assurance
$ 63.99
6 Quart Electric Hydraulic Pump, 12V DC Hydraulic Power Unit Double Acting with Steel Oil Tank and 4.5M Wired Control Handle, 3KW Motor for Dump Trailer Car Lifting Electric Forklift Trucks
$ 57.99
3M 341D Coated Aluminum Oxide Spiral Band - 36 Grit - 2 in Width - 2 in Dia - 6000 Max RPM - 40187 (Pack of 100)
$ 66.99
3SB3802-0AA3 | SIEMENS Enclosure for 22MM Program, Plastic, 2 Command Positions Grey
$ 23.99
ATC-21138 Airtech Air Filter - Made in USA - 2000 Working Hours
$ 23.99
Classic Glass Preparative TLC PLC Plates Silica Gel 60 F254 1 or 2 mm Layer Thickness (1000 or 2000 μm/microns) 20 x 20 cm Size 8 or 6 Plates/Box AAdvance Instruments (2 mm, 6)
$ 27.99
Kable Kontrol Cyclone Heavy Duty Hydraulic Hose Spiral wrap - 1/2' Diameter - Black - 165 feet Long | Abrasion Resistant | HDPE Construction | Protects Hose-Lines
$ 52.99
Steel Rectangular Tube 2' x 4' x .125' x 36'
$ 27.99
5/8' Lathe Threading Turning Tools with Threading Threading Indexable Turning Inserts (5/8' SER1616H16)
$ 14.99
Signaworks 1 Stack Super Bright Red LED Andon Tower Light, 3 Pos On-Off-Flash, 8 ft Industrial Power Cord, Plug & Play Ready, 3 Prong Plug Meets OHSA Standard * Assembled in USA *
$ 75.99
13/32' Interchangeable Pilot Counterbore
$ 14.99
10075 | Magnetic 123 Blocks Ultra Precision Matched Set
$ 20.99
Nutrichef Professional Stainless Steel Buffet Warmer Server with 3 Trays | Portable Hot Plate Food Warmer Station for Parties & Events | Easy to Clean | 3 See-through lids | Max Temperature 175F
$ 48.99
GREAT WALL VNMG331 Carbide Insert Cutter VNMG160404-PM Grade of GW3025 for Steel Semi-Finishing Turning Cutting,10pcs
$ 16.99
Whittet-Higgins BH-11 Bearhug Threaded Shaft & Bearing Locknut, UNS 2.157-18 Right-Hand Thread, Self-Locking, Replaces SKF N 11, Standard N11, SN-11,
$ 43.99
Koch 713926 Machine Straight Chain, Trade Size 2/0 by 50 Feet, Zinc Plated
$ 21.99
Goyen M1182 Diaphragm Kit K4000
$ 27.99
TurboChef I3-9309 Door Gasket for TurboChef i3 Rapid Cook Ovens
$ 30.99
NEW Genie Level Sensor/Genie Tilt Cone - (Genie #: 40836)
$ 99.00
YG-1 S01407 HSS M4 Spade Drill Insert, TiN Finish, 5/16' Thickness, 2' Insert
$ 15.99
1842A57 Electric Oven Thermostat Control for Brown 1842A057 AP3798818 ER27
$ 43.99
1
...
64
65
66
67
68
69
70
71
...
2070
BACK
Shopping Cart