{{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
Accusize Industrial Tools WCMT2.52 Inserts, TiN Coated, Carbide, Cutting Steel, 10 Pc Set, 2139-1020x10
$ 24.99
1' Aluminum Bar Sheet Plate 6' x 12' 6061-T6 Mill Finish
$ 25.99
(125pcs) 1/2'x4' Sleeve Anchor, Hex Nut, Zinc CR+3 (inch), Size: 1/2', Length: 4'
$ 45.99
Hook-Latches Durable Aluminum Alloy Sliding Door Hook Lock Cross-Shaped Key Bolt Locks for Framed Glass Door
$ 15.99
Groen RTD Probe, Gas Braising Pan 174851
$ 74.99
168PCS JIC and ORFS Flat Face Hydraulic Caps and plugs Kit, Fittings Size 4 6 8 10 12 16
$ 50.99
Brass Fully Threaded Round Rod, RH, 5/16'-18 Diameter x 12' Length, 2 Pc.
$ 20.99
GOS Cellimax Dual Barrier Skin Wearable Cream
$ 14.99
CG-1187-20 Series CG-1187 Chromatography Column with 2 mm PTFE Stopcock and Coarse Fritted Disc, 2.00' ID, 18' Length
$ 99.00
SPL Plant Culture Dish for Sprout Culture, PS, 100x40mm, Sterile, Case of 200
$ 88.99
Impact Products 5-gallon E-Z Fill Container Pack of 6
$ 67.99
Zymo Research C1003-250 Zymo-Spin I Columns (Pack of 250)
$ 99.00
XY-10 Exhaust Silencer, 1'' NPT Male Interface, for Air Compressors, Dryers, Vacuum Pumps
$ 27.99
Manitowoc Ice 000002671 Start Relay Potential
$ 26.99
Aftermarket Hydrovane 57562 Spin-On Oil Filter | Replacement Part | Compressor Lube Filter | for Compressed Air Equipment & Systems
$ 13.99
Killer Filter Replacement for WIX D39B100SV
$ 30.99
4-Bottle Mounted Drink Dispenser – Bar Butler Liquor Rack for Wall Installation
$ 31.99
Magnetic Tool Holder, Magnetic Strips Tool Magnet Bar PVC Coated for Garage Tool Organizer (12IN-10 PACK)
$ 21.99
AH-DRNIR 660nm & 850nm Red/NIR Light Irradiance Meter – Professional Dual-Wavelength Radiometer
$ 44.99
1pc 200kg Precision Electronic Balance Sensor Platform Scale Load Cell Weight Weighing Sensors Electric Tool
$ 13.99
3 Compartment Sink Stainless Steel Kitchen Sink Commercial Utility Washing Station with Filter & Drainage Pipe Freestanding Triple Bowl for Outdoor, Indoor 39” W X 18” D X 35.8” H
$ 77.99
Honeywell 958-2 Overhead Door Adjustable Magnetic Contact, SPDT Switch (Form C), Adjustable Magnet with L Bracket, 24' (61cm) Armored Cable is Standard, 2-3/8' (60 mm) Minimum Standard Gap
$ 25.99
TOFR 23 Teeth Front Belt Drive Wheel Pulley for Sur-Ron Light Bee LB for Segway X160 X260
$ 33.99
HVAC Digital Thermometer LM55 Digital Temp Clamp HVAC Thermometer High Precision Sensor Real-Time Temp Measurement for Heating&Cooling Systems -50°C~260°C Store 8 Waveform Data, Ajustable Brightness
$ 18.99
Micro 100 RR-030-6 Grooving Tool - Retaining Ring, .030' Width, .050' Proj, .272' Min Bore Dia, 3/8' Max Bore Depth, 1/8' Offset, 1/4' Shank Dia, 2-1/2' OAL, Uncoated
$ 19.99
Accessories Part Kit for Dreame X40 Ultra / X40 / X40 Pro / S30 Pro Ultra Robot Vacuum, Main Brush, HEPA Filters Activated Carbon Filter, Side Brushes, Dust Bags, Wipes
$ 16.99
Professional Indoor Air Quality Monitor with 7X AQI Beep Alarms,16 in 1 Portable Real-Time Detector for PM2.5 | PM10 | CO2 | TVOC | HCHO | Temp | Hum for Home Cars Plants Pets
$ 72.99
Decibel Meter Wall Hanging Sound Level Meter,5-in-1 Classroom Noise Meter Large LED Display Noise+Time+Temperature & Humidity Meter for Home, Studio, Factory, Classroom Noise Meter
$ 16.99
Replacement For G105551 Tilt Lift Cylinder Seal Kit Fits Case 580B 580C 350 450 450B 450C 455B
$ 20.99
Telemecanique XZCPV1965L5 Female Connector Cable, Pre-Wired, 90 Degree Elbow, 3 Pins, 5 M
$ 18.99
Tremec Tr3650 5th Reverse Gear Synchronizer slider sleeve
$ 29.99
SKF 99367 Speedi Sleeve, Inch, 3.753in Shaft Diameter, 0.688in Width
$ 19.99
BEA 10BR3X
$ 62.99
HOLDPEAK IR Thermometer with Color LCD Display -58℉~3272℉ D:S=50:1 Non-Contact Thermometer Gun, Nine Laser Pointer Adjustable Emissivity for Cooking, Grill, Industrial
$ 32.99
Ruko HSSE-Co 5 Machine Tap Set in Plastic Case, Bright Finish, 7 Pieces, R245061RO
$ 29.99
Vestil PRN-123-4 Nylon Pallet Rack Netting 1 Net 123 in. x 3/16 in. x 48 in. 2500 Lb. Holding Capacity Black
$ 60.99
1
...
1984
1985
1986
1987
1988
1989
1990
1991
...
2070
BACK
Shopping Cart