{{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
XC-4K Mini Desk-Top Centrifuge, 4,000 rpm Single Speed, 2 Fixed-Angle Rotors, Non-Refrigerated, 110-240VAC
$ 82.99
Tennant 603538 PAD LOCK
$ 15.99
VPA 491610 Gen IV ProLine Heater Control Panel 3-Knob Controls LED Backlit Knobs
$ 99.00
Hillman 1/2X8 Carriage Bolt
$ 25.99
American Made Triple Glove Box Holder/Dispenser, Stainless Steel (15'H X 9.875'W X 3.5'D)
$ 26.99
PE050248 Genuine Vking Float Switch
$ 79.99
772 lbs Granite Slab Lifting Clamp, Adjustable Range: 11.8-20 in, Heavy Duty Stone Scissor Lifter Clamp for Carrying and Vertical Transport of Marble Concrete Blocks Slate Sheets Curb Stones
$ 81.99
Peristaltic Pump 500ml per Min Metering Pump Vacuum Pump with Adjustable Flowing Direction Function for Lab Experiment (Black)
$ 12.99
Hypro 3350-0059 Nylon Line Strainer with 1700-0057 Buna O-Ring and 3800-0041 Screen 50 Mesh (Bundle, 3 Items)
$ 23.99
E-67211-14133 Coupling, Inner Ball for Kubota B1550, B7510, B3000, B7200, B2100, B2320, B3000, BX2360, BX23D, BX24D, BX25 ++
$ 21.99
ICON Coreless Standard Roll Vertical Toilet Paper Dispenser (58711), White Mosaic Faceplate, Holds 2 Rolls, Wall Mounted, Commercial Grade (Qty 1)
$ 22.99
200 ml(6.7 OZ) Amber Glass Wide Mouth Packer Bottle with Black Ribbed Cap, Pack of 24 bottle
$ 30.99
AWP Square Dump Bin, 18' Size, (Pack of 2)
$ 75.99
Digital Stirring Heating Mantle 110V 2000ML Lab Thermostatic Heater with Magnetic Stirrer 380℃/500W Digital Display Thermostatic Heating Mantle for Laboratory
$ 87.99
Mortar Tubes Fireworks 6PCS Orange HDPE
$ 20.99
RS5000X Series Set of Front & Rear Shocks fits 1997 2006 Wrangler TJ with 2.5' Lift - Accommodates Larger Wheels - Includes TrendsAuto Decal
$ 99.00
Air Conditioner Control Board KFR-72W/BP2-(311+0515+6061HD+PSS30S92F6-AG+6822+HEAT).D.13.WP2.1 17122000036588 PCB
$ 80.99
25 Cents Coin Operated Vending Machine, Commercial Gumball Machine, Toy Capsule, Big Candy Vending Machine, Dispenser Prize Machine, Candy Machine Dispenser for 3-5.5cm Gadget Retail Store (Blue)
$ 29.99
Rolser I-Max MF 4 Wheel Foldable Shopping Trolley - Orange
$ 54.99
10PCS M2716-1F1 2716 Memory UV EPROM IC
$ 14.99
Brady PTL-15-498 TLS 2200 and TLS PC Link 1' Width x 0.275' Height, B-498 Repositionable Vinyl Cloth, Semi-Gloss Finish White Label (750 per Roll)
$ 45.99
CG-1850-08, Morris Cleaner for 10mm x 7' NMR Tube
$ 58.99
Apera Instruments 301Pt-C ORP Electrode, Platinum-Ring Sensor, BNC Connector, PC-Body
$ 41.99
Eaton Hansen 3000 Brass 3000/4000/5000/6000 Series Industrial Interchange, Coupler Socket, 1/4' Body Size x 1/4' NPT Female
$ 16.99
Leviton T5632-HGR 15-Amp Hospital Grade USB Charger/Tamper-Resistant Duplex Receptacle, Red
$ 22.99
USB Stack LED Andon Tower Lights with Buzzer, Industrial Warning Lights, IP53, Column Tower Lights(5VDC, 3 Layer, with Buzzer)
$ 50.99
Apache 98108495 1' x 20' Farm Farm Fuel Transfer Hose with Male Pipe Thread Crimped Fittings
$ 27.99
IDEAL 62-164 Amplifier Probe
$ 21.99
Right Hand Offset 3/4' Bore X 7/8' Shank w/1.25' ID Tube Adapter Steering Heim Joint
$ 25.99
092001 Split Liner with Quartz Wool, 4 mm I.D. (Pack of 5)
$ 43.99
2mL Volumetric Pipet Pipette, Class A, Borosilicate Glass, Pack of 6
$ 20.99
3in1 Breakfast Station, Household Electric Breakfast Maker, Electric Mini Toaster Bread Breakfast Machine Sandwich Maker, Breakfast Sandwich Maker with Frying Pan&Boiling Pot, Food Steamer
$ 27.99
12V ESD5500E Series Electronic Engine Speed Controller Governor + MSP6729 Speed Sensor + ADC120 Actuator 30V GDAE10 Generator Genset Parts Regulator
$ 56.99
Rapid Fuse 25SH150 25SH140 25SH100(25SH140)
$ 23.99
AAB ABM-100 Smartphone Anemometer, Measures Volume and Velocity
$ 27.99
16 Pack Single Pulley Block Wheel 4' x 1.57' x 0.98' Heavy Duty Zinc Plated Iron 360 Degree Swivel Pulley Roller for 3/8 Inch Cable Wire Rope Lifting Rigging, Working Load 420 Lbs
$ 18.99
1
2
3
4
5
6
...
2070
BACK
Shopping Cart