{{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
Zurn Z8743-8-PC - Solid Top, Open Grid P.O. Plugs with 8' Tailpiece
$ 17.99
Broaches 8mm C Push-Type Keyway Broach HSS Metric Size CNC Machine Tool
$ 24.99
3M 5423 0.625' x 36yd Translucent Polyethylene Tape -30 to 225 Degrees F Performance Temperature, 0.0117' Thick
$ 46.99
Hoffman F66G90E Wireway, NEMA 1, 90 Degree, Steel, 6.00' x 6.00', Gray
$ 26.99
PFI25-8DN, Sensor, Inductive Prox, Flat, DC NPN, NO, 3 Wire, 10-30 VDC
$ 19.99
Grid Coupling,Hub,1050T x 1-7/16'
$ 54.99
GOJO MULTI GREEN Hand Cleaner, Natural Citrus Solvent, 2000 mL, USDA Certified Biobased Product Hand Cleaner with Natural Pumice Refill PRO TDX Push Style Dispenser (Pack of 4) - 7265-04
$ 42.99
Woodriver 60° Ball Bearing Live Tailstock Center #1 Morse Taper
$ 16.99
SQUARE D B25 HEATING ELEMENT
$ 23.99
Omron D40A1C5 Safety Door Switch, Small Actuator, 125 VDC/250 VAC, 3 A, 1 NO
$ 66.99
17' Table Height Adjustable Round Seat Stool Heavy Duty Ship and Built Within 24 Hours, Spa, Medical, Lab, Cleanroom, Blue (Self-Braking Casters)
$ 52.99
40 HP Right Angle Bevel Gearbox with Crosshole & Keyed Shaft 19455-SR-KW-PH-GR CW/CW 1:1 1800 Max RPM
$ 67.99
104-1091-006 Hydraulic Motor Replacement for Eaton Char-Lynn 2000 Series 104-1091
$ 99.00
Globe Scientific Microscope Slides, 1324W, White Frosted, Soda Lime Glass, Ground Edges, Safety Corners, 25mm x 75mm, Pre-Cleaned, 72/Box, 1440/CS
$ 77.99
IV Poles Stand for Wheelchair & Walker Rack Hangers Supplise - Height Adjusts from 35' to 59', Portable
$ 18.99
5 Ton X100 Alloy Swivel Bearing Hoist Hook with Latch Load Rotation Device
$ 64.99
Salon Tray on Wheels, Rolling Tray Adjustable Height Salon Cart, Dental Tray with Wheels, Tattoo Tray, Black.
$ 21.99
3 Phase Energy Meter Electric Power Meter, 220/380V 20-80A Kilowatt Hour KWH Meter Energy Consumption DIN Track Installation
$ 17.99
Deep Fryer Pot, 11 Inch 4.2L Stainless Steel Japanese Tempura Frying Pot with Lid, Temperature Control, Oil Drip Drainer Rack for Fried Chicken, Shrimp, French Chips
$ 18.99
Royxen Metal Pegboard 3.5 x 6 Feet with 50 Hooks, Peg Board Display Stand with Wheels, Standing Pegboard Display, White
$ 56.99
Rocker Scientific MF3A Laboratory Magnetic Filter Funnel (Short Stem) with Lid Kit, PES, 300mL, 47mm (200310-01)
$ 42.99
VEVOR Lab Serving Cart, 3 Layers Stainless Steel Utility Rolling Cart, Medical Cart with A Drawer, Dental Utility Cart with Lockable Wheels, for Laboratory, Hospital, Dental Use
$ 69.99
Welch Allyn 5079-125 Harvey Elite Adult Cardiology Stethoscope, Black, Double-Head Chestpiece, Dual Lumen Tubing, 28'
$ 43.99
Timken 5535 Tapered Roller Bearing, Single Cup, Standard Tolerance, Straight Outside Diameter, Steel, Inch, 4.8125' Outside Diameter, 1.4375' Width
$ 29.99
Retro Bird Shape Door Latch Lock Brass Door Window Cabinet Elbow Buckle Compact Door Catch Home Improvement 1Pcs
$ 13.99
Kimble Chase KIMAX 605020-2224 Borosilicate Glass Two-Neck Round Bottom Distilling Flask, Side Neck Angled, 3000 ml Capacity
$ 75.99
XLJP 3000D Kevlar Aramid Fabric Cloth Sheet 400G High Abrasion Resistant Plain Aramid Fabric Thickness 0.58mm (Size : 100cmx100cm)
$ 35.99
Micro Mesh Tray with Lid, Stainless Steel, 80 mm x 80 mm x 40 mm
$ 27.99
Magnet Wire, Heavy Build Enameled Copper Wire, 20 AWG, 2.5 Lbs, 785' Length, 0.0346' Diameter,Red
$ 26.99
1500lbs Steel Panel Truck Cart, Platform Truck Cart, Lumber Cart Drywall Dolly Cart, Drywall Cart Panel Cart Dolly with 4 Dual-Bearing Casters, Steel Panel Cart, Steel Frame Dolly (1000lbs-39x24in)
$ 51.99
CNCCANEN Linear Guide Rail Kit 2Pcs HGR20-1500mm Linear Slide Rail + 1Pcs SFU/RM1605-1500mm Ballscrew with BF12/BK12 Linear Rail Bearing Blocks, Full Accessories of CNC for Automated Machines
$ 37.99
Y6120XH Ribbed FS Aluminum Steam Pans, 20 3/4 x 12 3/16 x 2 3/16 (Case of 40)
$ 35.99
Koolatron Mini Fridge - Refrigerator for Bedroom Skincare Office, Portable Table Top Beverage Cooler, 12V 110V Refrigerador For Drinks, Soda, Wine, Breast Milk, Use In Car, Dorm, Outdoor, Patio, 8 Can
$ 23.99
DC Speed Control, 90/180VDC, 3A, NEMA 4/12
$ 99.00
AMUREME Near Vision Eye Equipment Near Vision Chart with Led Light Far Vision Eye Test Chart
$ 18.99
Accusize Industrial Tools 0-1'' by 0.001'' Screw Thread Micrometer with 5 Anvil in Fitted Box, S916-C750
$ 43.99
1
...
2014
2015
2016
2017
2018
2019
2020
2021
...
2070
BACK
Shopping Cart