{{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
for KEYENCE FU-77G Fiber Optic Sensor FU77G Cable
$ 25.99
Bearing with circlip 6900 6901 6902 6903 6904 6905 6906 6907 6908 ZZNR ZZ NR N(6903-ZZNR 17x30x7)
$ 32.99
4 Pcs of 2' X 4' Aluminum Angle 1/8' Thick 12' in Length
$ 26.99
12V Spool Lockout Solenoid Valve 87445987 Compatible with New Holland L180 L185 L190 LS180.B LS185.B LS190.B C185 C190 Case Skid Steer Loaders 410 420 430 435 440 445 465
$ 16.99
H&Z PAR20 Flood 39W 120V 480 Lumens, High Output 9 Pack 39W PAR20 Halogen Bulb (Equivalent 50W Halogen Bulb), Long Lasting PAR 20 Flood 39Watt 120V with 3000K Warm White, PAR 20 E26 Dimmable
$ 15.99
Drum Cover, 55 Gal, Steel, w/Bung Fittings
$ 52.99
XS618B1MAU20, Proximity Sensor Inductive NO 8mm 24V to 240V
$ 59.99
Heavy Duty Grommet Tool Kit, 500 pcs 3/8 Inch 10mm Grommets, Grommet Kit, Eyelet Tool, Press for Tarp, Fabric, Banner, Canvas, Leather, Tents, Vinyl, Punching Machine
$ 16.99
YITAHOME Wire Laundry Cart 2.5 Bushel, Rolling Laundry Basket with Wheels, Metal Commercial Wire Laundry Basket Cart with Galvanized Finish, Heavy Duty Large Steel Basket for Laundry Clothes Storage
$ 39.99
5/16'-18 Flat Head T40 Torx Star Drive Thread Cutting Trailer Floorboard Screws (250, 5/16'-18 x 2-1/2')
$ 22.99
SUPERLIFT 3' Wide x 16' Length 2 Ply Nylon Lifting Sling, Eye & Eye, Heavy Duty, 6600 lbs Vertical, 5280 lbs Choker, 13200 lbs Basket Load Capacity, Yellow
$ 13.99
Taco 5120-2
$ 47.99
Watflow Water Flow Gauge, Temperature and Pressure Test Assembly, 0-160psi,0-13 GPM, 3/4' Female Hose Thread.
$ 30.99
Fire Hose - 1' x 50' Lay Flat Water Hose - Made in the USA - Yellow Forestry Firefighter Hose - NPSH Couplings
$ 74.99
427800 Thermometer Dial, 2-1/2'
$ 34.99
Pullulan polysaccharide thickener 50g
$ 13.99
Diversitech IQP-120-AM ClearVue Condensation Pump, Variable Speed, 120V
$ 35.99
D0399-43 Polypropylene White Closure with PTFE Liner, 43-400mm Cap Size (Case of 100)
$ 16.99
Electronic Digital Dial Indicator, 0.01mm Electronic Gauge, Digital Probe Indicator for Mechanical, Industrial, Laboratory
$ 19.99
Carrier HT01CN236 - Tranformer
$ 26.99
Mitutoyo 264-016-10 USB Input Tool
$ 99.00
Killer Filter Replacement for ISEKI 69885131070 (Pack of 4)
$ 16.99
TURCK BI2-M12-AP6X-H1141 (46065), 1 LED, 10-30 VDC, 12MM Size, 2MM Range, 4 PIN, EMBEDDABLE, EUROFAST M12 Male, INDUCTIVE, Normally Open, Partial Thread, PNP (SOURCING), Sensor, Standard, Straight
$ 27.99
5 Sets Pulley Block Physics Lab Science Kits Energy Science Kits Science Education Kits Pulley System Teaching Tools for Physical Mechanics Physics Tool Physics Kit Abs
$ 26.99
909163 Shelf, Gdm-10/12/15/10Rf
$ 24.99
Micro 100 RR-038-12 Grooving Tool - Retaining Ring, .038' Width, .100' Proj, .334' Min Bore Dia, 3/4' Max Bore Depth, 5/32' Offset, 5/16' Shank Dia, 2-1/2' OAL, Uncoated
$ 26.99
1/2 Shank Indexable Boring Bar 6pcs Set 1/2' - 3' and 6pcs Carbide Inserts
$ 30.99
McKesson Tongue Depressors [5000 Count] Junior Size, Non-Sterile, Wood, Unflavored, Splinter-Free, 5.5 in - Use for Medical, Arts, Crafts, Spa - 500 Count, Pack of 10
$ 34.99
Micro Essential Hydrion CM-240 Chlorine Test Paper with Dispenser, 10-200ppm (Case of 10)
$ 20.99
1ft-8ft Adjustable Float Gauge for Oil/Fuel/Heating/Water Tanks, 1.1/2' With Backnut Oil Tank Level Monitor, Oil Tank Level Gauge, Water Level Sensor, Tank Level Sensor, 0-250cm Reversible Scale
$ 22.99
Extech CG206 Coating Thickness Tester
$ 99.00
CALT 1000mm Draw Wire Encoder 24Vdc Supply 4-20mA Output
$ 17.99
Shars Magnetic V-Block 2-3/4' X 3-3/4' X 4' 202-6003 R
$ 31.99
QuickJack 1.5 Inches Low-Profile Blocks Compatible W/Compatible 5000 Series Models Accessory
$ 31.99
2-1/2in x 2-1/2in x 1/4in Steel Angle Iron 60in Piece
$ 18.99
66 FT Max Head 10.6 GPH Mini Split HVAC Condensate Pump, 110-240V w/Automatic Safety Switch, AC Condensate Removal for Air Conditioner System, Furnace, Dehumidifier, Ice Maker
$ 27.99
1
...
2015
2016
2017
2018
2019
2020
2021
2022
...
2070
BACK
Shopping Cart