{{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
320178 -- 4-WAY ELECTRONIC SOLENOID VALVE (Direct Replacement for Velvac 320131)
$ 54.99
Clarke 997022 Commercial 14 Inch X 20 Inch Black Pad (Floor Finish Stripping), Case of 5
$ 14.99
Colarr 150 Pcs White Cardboard Protectors Bulk, 2 x 2 x 48 Shipping Packing Protectors, Paper Shipping V Shaped Board Cardboard Guard for Corners of Boxes and Stabilize Shipments Flat
$ 77.99
Teardrop Pallet Rack Safety Clip, Universal Cross Beam Locker for Steel King, Bulldog, SpaceRak New Style Racking System and Other Brands with Tear Drop Alignment Holes, 2 Packs, 50 Pcs/Pack, USCLIP
$ 51.99
DC Cargo Weld-On D-Ring Tie-Down Anchors – 1' (2 Pack) Heavy-Duty Forged Steel with 46,800 lb. ABS – Rotating D-Rings Secure & Durable for Trailers, Trucks, Warehouses, Docks
$ 21.99
10801 Phosphor Plates, 24 mm Height, 40 mm Length, 0.15 mm Thickness, Size 1 (Box of 4)
$ 62.99
FP 1089 Baby Choux Flexipan Origine Silicone-Fiberglass Mold with 59 Cavities 1-3/16 Inch
$ 13.99
Medical Air Bed Anti Decubitus Anti Bedsore Hospital Air Bed Mattress with Digital Compressor Alternating Pressure System (Blue)
$ 55.99
NEW EATON P1-25/EA/SVB MOELLER 600V-AC 20A AMP MAIN SWITCH D528218
$ 16.99
3/4' Jaw & Eye Swivel Marine Mooring Galvanized 7200 LBS
$ 14.99
33515 Heavy Duty Swivel Hoist Ring, Alloy Steel w/ Black Oxide finish, G Thread Size 1/2'-13, 2500 lbs Working Load Limit, 5-19/64' Height, 1' Thread Length
$ 47.99
4 Pack Shipping Container Anchors Shipping Containers Side Twist Lock Shipping Container Accessories for Anchoring to Rock Floor or Cement
$ 23.99
SINOCMP Hydraulic Pressure Gauge Kit, 25Mpa/40Mpa/60Mpa 3 Pressure Gauges 6 Test Couplings 3 Test Hoses 1 Storage Case for Excavator Construction Machinery Upgraded Version
$ 27.99
20' Red Floor Maintenance Pads – Synthetic Non-Woven Buffing/Scuff Removal Pads for Orbital Machines
$ 25.99
THINBIT LGS14R 1-1/4 inch, Right Hand Orientation, Straight toolholder. Use with Grooving, face Grooving, Threading and Parting Inserts.
$ 59.99
ALLSTAR PERFORMANCE Steel Angle Stock 2in x 1/8in x 7.5ft ALL22158-7
$ 27.99
Dilauryl 3,3'-thiodipropionate, CAS: 123-28-4 (500g/17.6oz)
$ 21.99
Marine 4' Sheave Square Block 5/8' Rope Wire Pulley 2000Lb WLL Stainless Steel
$ 35.99
Sick IME30-20NPSZC0S Sensor IME3020NPSZC0S
$ 38.99
Brown & Sharpe 01699123 Value line Magnetic Base, Stand, Indicator Holder, 6.9' x 6.5' Overall Length,0.32' Rod Diameter, On/Off Switch for Magnet
$ 44.99
MIRACLE Super Ceraton Ceramic Fiber Stones Pack of 10-100L x 4W x 1T mm for Metals Wood Mold Grinding Removal Deburr Pneumatic Toos Ultrasonic Tools (#120 Dark Brown)
$ 27.99
MV4XRK Vortech Manifold Repair kit
$ 12.99
Taylor Precision THD32D Mechanical Scale, Analog, dial Type, 32 oz. x 1/8 oz./900 g x 2 g Capacity, Heavy Duty, top Loading Counter Model, Fixed dial, sloped face, 9' x 9' Stainless Steel Platform
$ 59.99
Linear Optical Ruler KA500 Linear Encoder for Lathe Machines Slim Linear Scale KA500 70 120 170 220 270 320 370 420 470(170MM)
$ 79.99
DiversiTech UC2448-3 Ultralite Pad, 24' x 48' x 3'
$ 51.99
Charmin Commercial Bathroom Tissue, Septic Safe, Individually Wrapped, 2-Ply, White, 450 Sheets/roll, 75 Rolls/carton
$ 33.99
3MTM Scotch-BriteTM EXL Unitized Wheel, 6' x 1/2' x 1/2', 2S FIN, Silicon Carbide - Lot of 4
$ 99.00
Rokuhan Z Gauge C002 Point Switch
$ 16.99
Come Along Winch Ratchet Tool 5 Ton Pulling Capacity 3 Hooks Steel Cable Dual Gear Power Puller with Two 1'x8FT Lifting Straps Hand Winch Cable Automotive Hoist Winch Puller Recovery Gear
$ 20.99
Joint Sealant, 5/8” wide x 15 feet long, “DIY” Gasket Material, QTY: 1 spool
$ 47.99
Duda Diesel 2 Pack of 600 Micron EZ Strainers for 5 Gallon Buckets & Pails - Strainer only, DOES NOT include pail
$ 19.99
Hydraulic Car Ramps, 4-Position Adjustment, 5T 11000lbs Low Profile Car Lift Service Ramps Truck Trailer Garage,Height Hydraulic Vehicle Ramps, Lift Height 11.61-16.21 inches
$ 99.00
HSS M25 x 1.5mm Tap and M25 x 1.5mm Die Metric Thread Right Hand
$ 17.99
1-3/8' -12 LEFT HAND Hex Rethreading Die - Carbon Steel
$ 20.99
Essential IC Assortment 133 pcs LM318, LM258, LM358, LM224, LM324, LM331, LM311, LM393, LM339, LM386, LM3914, LM3915, NE555, NE556, NE5532, CA3140, UC3843, TL494, 4N26, Viper22a, DS1302, ATtiny85 etc
$ 18.99
Killer Filter Replacement for YANMAR 12990155850
$ 24.99
1
...
2019
2020
2021
2022
2023
2024
2025
2026
...
2070
BACK
Shopping Cart