{{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
Signaworks Traffic Stop Light LED 8 Inch Diameter Lens, Industrial Loading Dock Bay Light, Indicator Light (1 Light Red/Green with Wireless Keyfob)
$ 99.00
Garosa X Axes Linear Stage 10mm Stroke Mini Linear Rail Stage Actuator Manual Fine Tune Sliding Table 20 x 20mm Aluminum Alloy DIY CNC Router Part
$ 24.99
Spring Hanger Vibration Isolator, Load 132lbs and 1' Deflection (Green, Pack of 4)
$ 37.99
Parker Hannifin 61P-4-pk20 Poly-Tite Nut and Sleeve Assembly Fitting, Plastic, 1/4' Tube Size, 3/8-24 Straight Thread, Brass (Pack of 20)
$ 22.99
Foot Pedal Heat Sealing Machine, 110V 850W Portable Plastic Bag Sealing Machine, 22.83in Foot Pedal Impulse Sealer with Cutter, 0.6mm Wide Seal and Foot Control, for Industrial and Commercial Use
$ 35.99
10pcs RPMT10T3 Indexable Carbide Inserts Milling Cutter with 1/2',5/8',' SRDPN Indexable Tool Holder Metal Lathe Cutting Tools (SRDPN1212H10+SRDPN1616H10+RPMT10T3)
$ 15.99
Bar Maid BRS-975 Brush - 8 1/2 inches For Extra Tall Delicate Glassware, Priced Per Each
$ 22.99
Omron E3K Gate and Garage Door Opener Reflective Photobeam Sensor
$ 73.99
Legion 455802 30Psi Max Air Vent
$ 40.99
Fieldpiece Dual-Port Manometer - SDMN5
$ 83.99
Door Gasket;21-1/4' X 24-1/4'
$ 14.99
BD Medical Systems 371901 E-Z Scrub Surgical Scrub Brush Dispenser Rack, Non-Sterile, 6-3/4' Height x 5-1/4' Width x 5-1/4' Depth
$ 28.99
4 Ton Porta Power Kit, Portable Hydraulic Jack with Oil Hose, Auto Body Frame Repair Kit with Storage Case for Car Repair, Truck, Farm
$ 77.99
Aztec Hydraulics Replacement - Compatible with Seal Kit for Caterpillar 93052-10060 - Hydraulic Cylinder - Lift
$ 63.99
Brother PT-E560BTVP P-Touch Edge Handheld Industrial Label Printer with Bluetooth and Dual auto-Cutter (up to 24mm Labels)
$ 99.00
Handle Arm Assembly 1115-310000-00 Compatible with Big Joe Pallet Truck
$ 54.99
Bunn 38316.1000 Air Pump Assembly with Leads (Pack of 2)
$ 16.99
Ruland MOCT41-10-A Oldham Coupling Hub, Clamp Style, Black Anodized Aluminum, 10mm Bore, 41.3mm OD, 50.8mm Length
$ 26.99
PZ-G62P Built-in Amplifier Photoelectric Sensors PNP
$ 56.99
FLAT AUTO-Adjust GS22 Self-Stabilizing, Square Table Base | 22'x22' Span, Cast Iron, Fits Up to 30' Table Tops, with Self-Stabilizing PAD Technology, Perfect for Restaurants & Cafes
$ 71.99
Crosby Ss4055 20Tc-30Ta Hook Latch (1090161)
$ 55.99
3/8' G80 Chain with Hook, 2 Pack Grade 80 Transport Binder Chains 3/8 inch X 15 feet, Tow Chains Trailer Safety Chain with Grab Hooks,7,100 Lbs Working Load Limit for Pulling Towing Securing
$ 60.99
Bennett V351HPU1 Hydraulic Power Unit - 12 Volt
$ 99.00
ET513 DC Low Resistance Tester Portable Milliohm Meter Microresistance Tester Low Resistance Tester Direct Current LCD Display with Backlight Low Resistance Tester for Resistance
$ 36.99
Annhua Plastic Dental Chair Covers Disposable, 29' x 80' Full Dental Chair Cover Sleeve, 125 Pcs Protective Plastic Dental Chair Protector for Dental Chair, Seat and Headrest
$ 30.99
Butyl Adhesive Tape 2x50', 10 Pack for Decking Protection, Waterproof Joist Tape- Ideal for Wood & Metal, Outdoor Construction Use
$ 43.99
Gates 300H100 PowerGrip Timing Belt, Heavy, 1/2' Pitch, 1' Width, 60 Teeth, 30.00' Pitch Length
$ 24.99
Caplugs 99390521 Plastic Rectangular Finishing Cap with Flat End Grip. VRF-125X1500-16, Vinyl, Length 1.000' ID 1.500', Black (Pack of 40)
$ 21.99
Commercial Janitorial Cart with 4 Cabinet, Hotel Cart Housekeeping Room Service Cart Hand Push Utility Cart with Wheels, Cleaning Cart with Wheels and Large Capacity Vinyl Bag, Housekeeping Carts
$ 99.00
Miniature Linear Sliding Guideway Rail MGN12 MR12 25.59 inch / 650mm with MGN12-C Type Linear Slider Carriage Block for CNC Machine
$ 20.99
IIVVERR CW4B-20A-S AC 380V 20A 6-Pin Soldering Metal Case 3 Phase Noise Suppressor General Purpose Power EMI Filter (CW4B-20A-S CA 380V 20A Caja de metal de de 6 pines Supresor de ruido de 3 fases Pot
$ 16.99
Elitech 4G Reusable Real-time Temperature Humidity Data Logger Light/Shock/Location, Built-in SIM Card, Shadow Data,Airplane Mode,Cloud Data Storage,SMS/Email/APP/Web Alarm,100000 Points,Loget260-THE
$ 39.99
Magswitch MagJig 60 - Magswitch - 8100818
$ 21.99
10' Steel Wheel, Black Oxide with Sprocket and Drum, 60 Tooth 35 Chain
$ 39.99
ABB TA25DU-14NEW IN A BOX
$ 41.99
Acrimet Wastebasket Bin for Recycling and Waste, 6.75 Gallon/ 27 Quart/ 24 Liter (Plastic) (Green and Blue) (Set of 2)
$ 17.99
1
...
57
58
59
60
61
62
63
64
...
2070
BACK
Shopping Cart