{{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
TEMPIQ WiFi 2-Pack Temperature & Humidity Sensor - App Integration, Alerts, Helps Monitor 2nd Home, AirBnb, RV, Pets,Freezer and Server Room, Remote Indoor & Outdoor Hygrometer & Thermometer
$ 67.99
TRADESAFE Safety Glasses Required Anti-Slip Floor Sticker - Eye Protection Required Caution Sign, Peel and Stick Adhesive Vinyl Sign, ANSI-Compliant, 17” Diameter Round Sticker
$ 15.99
Miller 174992 Knob, Pointer .840 Dia X .250 Id w/Spring Clip-.21
$ 14.99
4in x 4in x 3/8in Steel Angle Iron 48in Piece
$ 25.99
Rubber-Cal Coin-Grip Flooring and Rolling Mat
$ 44.99
2 Pcs Premium UCP 215-47 Self-align Pillow Block Bearing 2 15/16
$ 38.99
Bonvoisin Analytical Balance 500 gram x 0.001g High Precision Lab Scale Accurate Scientific Laboratory Electronic Scale 1 Milligram Digital Jewelry Weighing Scale with Windshield (500g, 0.001g)
$ 50.99
GFS Chemicals 54001 Nitroso R Salt, 100 g
$ 33.99
CMI Health SpiroLink | Smart Peak Flow Meter | Portable Pulmonary Function Test, Pocket Spirometer | Long Lifespan, Durable | for Asthma, COPD, Musicians, Smokers, Athletes, and More
$ 36.99
ECO-Plastic One-Time-Use Heavy Duty Padlock B Security Seal, with Metal Wire, Numbered and Barcoded, Yellow Color, 40 pcs.
$ 16.99
SK-1467-01 Valve Replacement for GT2 Valve Hi/Lo
$ 17.99
45L/12Gal Lab Oven,Horizontal Electric Blast Drying Oven,Air Convection Drying Ovens with Intelligent Temperature Control for Laboratory Industrial, Schools, Research Institutes
$ 99.00
3M Nitrile High Performance Plastic Adhesive 1099, Light Tan, 1 Qt can
$ 18.99
Oil Drums-Bag of 100
$ 17.99
Fluid-O-Tech Pump 401 Brass Rotary Vane w ByPass 2.3 GPM
$ 61.99
M30-375-4-90, Manifold, 90 Degree Ports, 4-Station, 1/2 NPT Input, 3/8 NPT Output
$ 24.99
Nylon Syringe Filter, Sterile, Diameter 13mm, Micron Pore Size 0.22 Micron, Pack of 100
$ 28.99
EISCO Distilling Flask with Side Arm, 2000ml - Borosilicate Glass Round Bottom, Beaded Rim- Eisco Labs
$ 28.99
Solid Wood Dresser Bistro Table with Compact Storage, Natural Finish, Table Desk for Accessories, 60cm Width
$ 99.00
Glass Rinser Cup Washer, Commercial 304 Stainless Steel Pitcher Rinser with Faucet and Multi Angle Cleaning Nozzle for Bar, Cafe, Restaurant, Hotel, Home
$ 44.99
JET 15-Ton Screw Jack (Model SJ-15T)
$ 92.99
Killer Filter Replacement for PARKER 922933 (Pack of 2)
$ 43.99
Silver Nitrate Applicator Silver Nitrate/Potassium Nitrate 75% - 25% Applicator Vial (Pack of 100 Applicators)
$ 17.99
Portable Gridwall Panel Floorstanding Display Stand One-Step Installation Black Finish
$ 22.99
Drill America DWTSQNPT12X2 1/2'X 2' Carbon Steel Square NPT Pipe Die, DWT Series
$ 19.99
Wall Lenk LPT-500 Pro Torch - Ships Without Butane Fluid, Small
$ 28.99
Yale 918565400, Forklift Master Cylinder
$ 27.99
6061 Aluminum Flat Bar, 1/4' x 1-1/2' x 17' long, Solid Stock, Plate, 6 pack
$ 19.99
EATON CUTLER HAMMER M22-WJ4 JOYSTICK OPERATOR
$ 29.99
REPLACEMENTKITS.COM Cylinder Seal Kit Compatible with Tuxedo Duro Eagle Auto Lifts TP9KAC TP9KAF AL2-9K, MTP-9, MTP-9-DURO (Replaces TP9-1057)
$ 15.99
Drive Wheel 9004909 1020688 1223583 1218753 Compatible with Tennant A5 B5 B7 T5 T5e T500 Industrial Cleaning Equipment Accessories
$ 64.99
Rubbermaid TCell Automatic Aerosol Refill Citrus 6/Carton (FG402113) (848944)
$ 30.99
Mytee Products Air Spring Bag - Rolling Lobe Air Spring Replaces 1R12-538, 1R12538, Batco 10-99648, Goodyear 1R12-398, FLTA1R12538, GY1R12538, Navistar 2027-911-C, 2027911C, 2027911C1, Torque TR9648
$ 31.99
SHARS 9/16-1' Radius GAGE Set 303-4203 1\
$ 24.99
Quality, New (Part) Ametek 117104-01 Draft Inducer Replacement 70-22838-02, J238-150-1533, J238-150-15165
$ 62.99
Thread Checker, 42 Nut and Bolt Identifier Gauge, Bolt Size and Thread Gauge, Thread Pitch Gauge, 19 Standard and 15 Metric Sizes Bolt Identifier Board with 8 Drill Bit Gauge (Red)
$ 17.99
1
...
1985
1986
1987
1988
1989
1990
1991
1992
...
2070
BACK
Shopping Cart