{{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
XS7C4A1MPG13 - Inductive Proximity Sensor, Rectangular, OsiSense XS, Flush, 15 mm, SPST-NO/SPST-NC, 24-240V, PG13
$ 46.99
Classic NXT Team Rope (35-Foot, Soft)
$ 25.99
Type-C Data Cable Parts Silicone Wire Parts ODESC V4.2 8-24V Single-Drive High-Current High-Precision Brushless Servo Motor Controller, Based On ODrive3.6 Upgrade
$ 26.99
FastCap 3-H UPPERHAND Upper Hand 28' - 60' 3rd Hand Support Pole, 1-Pack
$ 27.99
MU250-415V 3-Phase Voltage Relay
$ 52.99
Price Tags, with String, 88896
$ 13.99
Sawzit, 1 Gallon Pail of Cutting Fluid, Tapping and Tap Fluid is Transparent Pure Synthetic Sawing Lubricoolant for Metalworking – Machining & Finishing
$ 21.99
Brecon No-Wrap Tubular Compression Bandage, Black, 4'' x 10 yd
$ 26.99
954 Bronze Round Rod .500' Diameter x 13.00' Length 1 Piece
$ 23.99
CRC HydroForce® Glass Cleaners Professional Strength - 20oz glass cleaner & lab [Set of 12]
$ 42.99
5-200pcs SRBV181004 for Rotary Switch for Home Appliance Applications 8-Position Signal Switching Shaft Length 15mm(5pcs)
$ 23.99
Streacom BC1 Mini V2 Benchtable - Schwarz (GESC-095)
$ 71.99
Sterling Seal SSI90004304GR300X12 Spiral Wound Gasket with Flexible Filler for 4' Pipe, Pressure Class 300#, 5' ID, 7.125' OD, 304 SS Windings/Graphite/Carbon Steel Outer Ring (Pack of 12)
$ 31.99
Omron K8AK-PM2 Monitoring Relays
$ 82.99
3M 467MP Clear Adhesive Transfer Tape, 6' Width x 20yd Length (1 roll)
$ 23.99
Hydraulic Gear Pump Replacement for John Deere 6320 6330 6405 6410 6415 6420 6425 6430 Part# AL156335, AL117812, AL200830, X-A-AL200830
$ 73.99
PT530 Digital Manometer,Air and Gas Pressure Tester,Dual Differential Digital Manometer,-100 to 300 Kpa Measurement Range,10 Pressure Units,Data Locking,Storage and Flashlight
$ 36.99
Manhattan 460941 Wall Mount for Flat Panel Display TV - 32 to 55 Screen Support - 77 lb Load Capacity - Steel - Black WLM
$ 19.99
PLASTIC PRINCE) 7-10 Gallon Trash Bags, Small Office Trash Bags, 8 Mic Wastebasket Liners, 24' x 24' Clear Garbage Bags for Office Trash Cans Kitchen Bathroom, Pack of 1000
$ 15.99
1.5' Diameter Hot Rolled Steel Rod x 36' Long
$ 14.99
Hoover Commercial AH10243 Upright Bags for HushTone, Allergen Filtration (Pack of 10) (3 X Pack of 10)
$ 37.99
Peristaltic Pump Tube Reusable High Temperature Pressure BPT Rubber Tubing Hose
$ 17.99
Philips 208835 - CDM35/TC/842 35 watt Metal Halide Light Bulb
$ 28.99
Master Appliance Ultratorch UT-100SiK Butane Powered Cordless Soldering Iron, Flameless Heat Tool for Wire Connectors and Pinpoint Butane Torch, 3 in 1 Tool with Metal Case - USA Company
$ 50.99
New 3HAC039602-002 FB Motor External Cable for ABB Industrial Robot 7 M/ 22 Ft
$ 99.00
Metallographic Cold Inlaid Silicone Soft Mold, Elastic Silicone Round/Square Mold Groove, Laboratory Cold Inlaid Slice Mold (Quadrate L*W*H=100 * 50 * 19mm)
$ 17.99
4Pcs/Set Protective Full Dental Chair Covers - Stretch Spandex Protective Seat Cover For Tattoo Chair - Elastic Dentist Protector - Headrest Backrest Protector - Dentist Equipment(Color:Green)
$ 15.99
KEO 55531 Cobalt Steel Single-End Countersink, Uncoated (Bright) Finish, 6 Flutes, 82 Degree Point Angle, Round Shank, 1/2' Shank Diameter, 1' Body Diameter
$ 34.99
Dust-proof flexible cuff with stainless steel hose clip, flexible PVC connector for plastic and iron pipe connections, connector port dust collection fittings (4 inches,)
$ 16.99
Aluminum Square Tubing 2Pcs 12mm x 12mm x 500mm Long Wall Thickness 1.5mm, 2 Pack Aluminum Structural Square Tube 0.47 x 0.47 x 0.06 x 19.69' inch
$ 14.99
MABLEVI 5 Pcs Four Spiral Flute Step Drill Bit Set, 1/8'-1-3/8' HSS Unibit Step Drill Bit, 1/4' and 3/8' Shank Step Bit for Metal, Stainless Steel, Aluminum, Wood, Plastic
$ 16.99
SPECO ASPC-20 Amplified Mobile PA Horn 6IN 20W 3-16OHM 12V-DC
$ 52.99
Goodman Heating Element w/Limit Switches 240V B1037489S
$ 46.99
Martin 7JEMS Quadraflex Sleeve, Thermoplastic Rubber, Inch, 4.344' OD, 2.188' Length
$ 16.99
D452424 Synthware Dean Stark Distillation Receiver, PTFE Stopcock, 20 ml, 24/40 Joint, 2 mm Bore PTFE Stopcock, 3250 mm Height, 95 mm Width
$ 57.99
VEVOR Electric Griddle for Commercial Use, Temperature Range 122℉-572℉, 3200W Countertop Grill, Dimensions 22 inches, Includes Stainless Steel Surface, 2 Shovels, and 2 Brushes(No Plug)
$ 62.99
1
...
1961
1962
1963
1964
1965
1966
1967
1968
...
2070
BACK
Shopping Cart