{{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
SCHNEIDER-ELECTRIC LC1D258G7 25A 600V 3P New
$ 61.99
Hydraulic Power Unit, 12V 13 Quart Hydraulic Pump, Single Acting Hydraulic Power, Dump Trailer Pump with 12L Steel Tank, Car Lift Hydraulic Power Unit Fir Auto Repair
$ 99.00
Siemens stlogo Expansion Module DM8 12/24R PU/I/O 12 24V/12V/24V
$ 59.99
MAC2-060106, Machinable Ceramic Sheet, 3/8' Thick X 1' X 6'
$ 25.99
Rubbermaid Commercial Products HYGEN PULSE Microfiber Spray Mop Kit, with Handle, 18 inch Mop Frame, and two 18 inch Mop Pads, Silver, for Janitorial and Heavy-Duty Industrial Floor Cleaning
$ 75.99
1 Pcs Carbon Steel Seamless Tube hollow round steel tube,For hydraulic,mechanical parts Etc. (30mm OD x 25mm ID x 500mm L)
$ 27.99
Carrand Handle, Fiberglass, Yellow, 72 in.
$ 14.99
937932Q 937933Q 937934Q Replacement Hydraulic Filter Element for Parker (937934Q)
$ 76.99
JLG Potentiometer Switch Speed Control JLG 4360407 JLG Lift Parts Rotary Electrical Potentiometer Switch for JLG Boom Lift H800AJ 18RS 18RSJ 24RS 24RSJ 340AJ 400S HC3 460SJ HC3 400S
$ 63.99
(AP) Automatic Products 4600,6600,7600,112,113, LCM Snack (2)'10' Ct. Large Spirals/Free 2-3 Day Ship!
$ 20.99
Rolyan Splinting Material Sheet, Aquaplast Original, Beige, 1/8' x 18' x 24', 19% OptiPerf Perforated, Single Sheet
$ 44.99
INTBUYING Air Cylinder Pneumatic Standard Cylinder Aluminum Alloy Magnetic Rod Dual Action Single Rod-SC 100 x 450 PT Bore:4' Stroke:18'
$ 36.99
Fiberglass Cloth 6 Ounce by 50 Inches Wide - 10 Yards - 125 sq/ft for Boat and Pool Repair
$ 36.99
SAGA-L4 Industrial Wireless Crane Remote Control Mini Portable 2 Transmitters 110V Receiver
$ 72.99
ADNIK 29025B Bal Jack Tongue Manual A-Frame Sidewind 2000 lbs.
$ 35.99
Hilitand Dial Bore Gauge Set Range 50-160mm 1.96-6.3 Inch Diameter Indicator Measuring Engine Cylinder Tool Kit with Case
$ 21.99
Titanium M6 M8 M10 M12 M14 Nuts Flange Nylon Lock Nut Pack of 6 (M12 Pitch 1.25mm)
$ 12.99
100107 Cotton Pellets, Size 2 (2 Pack)
$ 18.99
Cup Spring Mount Isolator, Steel Unhoused Spring Mount Vibrationv 1322 lbs Capacity, 1' Deflection (Black, Pack of 4)
$ 99.00
Antunes 0700871 Firehouse Wire Set
$ 30.99
Transport Drum, Open Head, 30 gal., Blue
$ 59.99
AllPoints 3/8' Y Strainer; Plastic, Injection Molded, Black, Polished
$ 14.99
24' Shrink Wrap Machine, 530W Sealer with Heat Gun, Adjustable Temperature Heat Sealing for PVC, POF, PP, PE Films, Ideal for Packaging and Protection
$ 69.99
Duck Brand Packing Paper, Each Sheet 24-Inch x 24-Inch, White, 1 Pack of 220 Sheets (285125)
$ 27.99
Grain Sampling Probe - Stainless Steel Sampler Soil Test Kits Soil Probes Tool for Granule and Solid Sack Bag Sampling(2.8cm,150cm)
$ 99.00
Cooper Bussmann TCF60RN Cube Fuse, 60 Amp, Non-Indication
$ 34.99
Yellow Caution Tape 12 Pack, 3inch x 1000 ft, Halloween Decoration Party Tape Bulk, Waterproof Construction Warning Safety Tape for Danger/Hazardous Area, Barricade Harzard Tape
$ 33.99
VEVOR Lab Distillation Kit, 3.3 Boro Lab Glassware Distillation Kit with 24, 40 Joint, 1000ml Essential Oil Distillation Apparatus Kit, 32 pcs Set of Glassware Equipment
$ 59.99
Universal Solid One-Piece Wood Table Top, 43'x24'x1' Workbench Top - Rectangular Particle Board for Standing Desk, Home Office Desk Countertop DlY, Washer Dryer, Coffee, Bar Tabletop
$ 38.99
AENBUSLM 20W Laser Engraver Module,10000mW Output Power,Built-in Air Assist,Fixed-Focus,Double Ultra-Fine Compressed Spot CNC Carving DIY Laser Masterfor Laser Engraver Machine - Laser Class:lV
$ 99.00
430 Stainless Steel Sheet Metal 48 x 96 Inches 24ga Metal Plates Panel #4 Brushed Finish Magnetic Mount Board Wall Food Truck Restaurant Crafting Kitchen Floor Trailer Garage Gym (1 Pack)
$ 88.99
Dovetail Linear Stage Goniometer Sliding Linear Stage Goniometer Turbine Dovetail FineTune Manual HXVA60 60x60mm Slide Precision Translation High
$ 49.99
Parker ECS5A ECS Oil Mist Arrestor, 1' NPT, 150 psi
$ 74.99
2.5x16 Tie Rod Hydraulic Cylinder - Double Acting Hydraulic Tie-Rod Cylinder 2.5 Inch Bore x 16 Inch Stroke, 3/8' NPT Ports, 2500 PSI
$ 78.99
DEWALT Concrete Grinding Wheel, Double Row, Diamond Cup, 5-Inch (DW4777)
$ 28.99
Genuine Joe 02407 Lobby Dust Pan Combo Kit, 2-Way Handle, Black
$ 14.99
1
...
5
6
7
8
9
10
11
12
...
2070
BACK
Shopping Cart