{{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
Pressure Transducer, Range 0 to 100 psi,
$ 90.99
VARWANEO Stainless Steel Welded Wire Mesh 304 23 inches x 10 feet 1/2 inch Mesh 18GA Hardware Cloth
$ 20.99
4E's USA Tissue Cassette Storage - Histology Cassette Cabinet with Six Impact Resistant Drawers, Stackable Histology Block Storage, Holds up to 2100 Tissue Cassettes Per Cabinet
$ 61.99
Made in USA 1/4' G43 High Test Chain NACM, Anchor Chain WLL 2,600 lb, Thick Hot Dipped Galvanized, Multiple Length Avaliable (20ft)
$ 26.99
Apache 98138010 1-1/2' x 25' Blue Standard-Duty PVC Lay-Flat Discharge Hose with Aluminum Pin Lug Fittings
$ 14.99
YITAHOME Stainless Steel Shelves Unit 36x18x48in Adjustable Storage Standing Shelf, NSF Heavy Duty Shelving 3 Tier for Kitchen Garage Office Restaurant Warehouse
$ 29.99
Veris H600 Mini Split-Core Go/No Go Current Switch - Black, Relay, Push Button, Manual
$ 21.99
Over The Bed Table with Wheels Rolling Cart Tilting Sofa Laptop Stands Hospital Tray Medical OverbedTables-Black
$ 22.99
VERNUOS 1/4' x 2' C110 Copper Flat BAR 12' Long Solid .23' Plate Mill
$ 20.99
Stens 520-852 Carburetor/MTD 951-14026A
$ 19.99
Press Sender 80PSI SNGL 1/8' NPFT
$ 20.99
Environmental Express Clear VOA Vials with White Open-Top Septa Caps; 40 mL (72 Pack)
$ 31.99
Shop-Vac 20V Cordless Wet/Dry Vacuum, 3-in-1 Portable Shop Vacuum Cleaner, Battery and Charger Included, Ideal for Jobsite, Garage, Car & Workshop
$ 52.99
MICROSWITCH LSZ52A Features:Nylon Construction, Switch Actuator, 0.75-in. (19.05MM) Diameter ROHS Compliant: YES, IP/NEMA Rating:-, Product Range:
$ 28.99
Onset CTV-E, 60 - 600 Amp Split-core AC Current Sensor
$ 72.99
HHIP 3402-0002, 2-3/8 L X 2-3/8 W X 2 H Precision V-Block & CLAMP Set
$ 21.99
Mitutoyo 177-146 Setting Ring, 50mm Size, 20mm Width, 85mm Outside Diameter, +/-1.5Micrometer Accuracy
$ 99.00
Bar Maid COR-125 Complete Cord, 110V, 9' Height, 9' Width, 7' Length
$ 88.99
2/Pk Dental Universal Sensor XCP Positioning System Periapical Biteblock Refill Size 0 (H or V) Black, Autoclavable
$ 50.99
United Scientific ANBR01 Aneroid Barometer, 7.5' Overall Diameter
$ 21.99
10pcs 1/8',1/4',3/8',1/2' M5;M6;M8;M10 Coolant Pipe Adjustable 304 Stainless Steel Screw-in Coolant Nozzle High-Pressure Water Oil Cooling Tube for Lathe,Milling,CNC Machine M10*1.0_Tube Length 40mm
$ 28.99
014973322120 Rod Coupling Gr2, 5/16-18-Inch, 50-Piece
$ 21.99
Berry Plastics HR243306N Rhino-X High Density Polyethylene Coreless Roll Can Liner, 12-16 Gallon Capacity, 6 Micron Thick, 33' Length x 24' Width, Natural (Case of 1000)
$ 19.99
Thermal Relay Overload Protection Thermal Overload Relay Thermal Protection Relay LRN(LRN12-18A)
$ 29.99
1/2' x 1' x 33', 304 Stainless Steel Flat Bar, HRAP
$ 19.99
250 Small Dental Surgical Aspirator Aspirating Blue Suction Tips, 1 16 Diameter, 10 Bags
$ 17.99
FSE 373-QLP-3619 Louvered Panel, Wall Mounted, 36'L x 19'H, Heavy-Duty 16 Gauge Cold Rolled Steel, Gray Enamel Coated Finish
$ 41.99
Delfield Model UC4460N Magnetic Door Gasket
$ 18.99
Parker Labs 42-32 Disinfecting Cleaner, Case, 12 Bottles, 12 Bottles, 32 oz, Spray Bottle
$ 62.99
TWTADE/Infrared Wireless Visitor Counter Box 110-220VAC LED Auto Display Digital Counter 0-999999 6 Digits Count Mall People Flow Distance 2m NPN Photoelectric Switch Sensor + Reflector
$ 41.99
T1732S Flexible Gravity Skatewheel Conveyor
$ 99.00
Leer 1261009 Defrost Heater, 30-1/2' Long, 3° C
$ 30.99
A36 Carbon Steel Perforated Sheet, Unpolished (Mill) Finish, Hot Rolled, Staggered 0.25' Holes, ASTM A36, 0.06' Thickness, 16 Gauge, 12' Width, 12' Length, 0.375' Center to Center, OnlineMetals
$ 13.99
Siemens 3SB34001B NSNP **GENUINE** 3SB34 001B Furnas
$ 28.99
3M Dual Lock Reclosable Fasteners Heavy Duty Industrial Use Black TB3550 1' x 10 ft Mated Strip Indoor/Outdoor Use Great for Metal, Glass, Acrylic, PC, ABS
$ 19.99
HSS M22 x 1.5mm Tap and M22 x 1.5mm Die Metric Thread Right Hand
$ 15.99
1
2
3
4
5
6
7
8
9
...
2070
BACK
Shopping Cart