{{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
Freestanding Vending Machine,45-50mm Capsule Toys Small Vending Machine 2 * 25Cents Coin Gumball Machine Rectangle Bubble Gum Machine for Game Stores,Coin Operated Gumball Bank
$ 39.99
Whole House Water Softener Valve, 110V 5600xstst Timer Digital Control Valve for Water Softeners Digital Filter Timer Control Valve Digital Filter Control Softeners Resin
$ 86.99
HUHOLE Gridwall Shelves 4 Pack, 16'x 8' Wooden Grid Wall Shelves,12pc Gridwall Accessories for Garage, Craft Rooms, Retail Stores, and Office – 8 Inch Gridwall Shelf Ideal for Organized Display
$ 18.99
Manual Blood Pressure Cuff Adult 9”-21” Inches (22-53CM) (Large/XL)- Aneroid Sphygmomanometer -Extra Large with Integrated Bulb, Dial and Air Valve, Comfort Cuff | for Clinical or Home Use
$ 16.99
Phrozen Ceramic Pro Resin, Ceramic-Like Matt Finish, Ultra-Low Viscosity, for Industrial-Grade Mechanical Models (White, 1000ml)
$ 99.00
Eisco - Pack of 12, 500mL Sterile Polycarbonate Erlenmeyer Flasks, Non-Vented, Baffled Bottom, Gamma Sterilized, USP Class VI, Lab-Grade, Mixing, Cell Culture, Shaker Compatible
$ 68.99
PETZL J08452 ASAP'SORBER Energy Absorber, 20cm Length
$ 24.99
1622-0658-00 Air Filter Element - Designed for use with Atlas Copco Air Compressors
$ 20.99
Camco 100' Heavy-Duty Contractor's Water Hose - Premium Reinforced Outdoor Hose (22883)
$ 36.99
A-Premium Rear Struts Assembly Compatible with Mini Cooper Countryman 2011-2016, Cooper Paceman 2013-2016, Driver and Passenger Side 2-PC Set
$ 35.99
Dayton Rectangular Balancing Damper, 12x6
$ 29.99
Glass Backed TLC Classical Silica Gel Plate GF254 2.5CM x 7.5CM (80/Box)
$ 19.99
FESTO LFX-D-MINI 532776 Activated carbon filter
$ 42.99
20 Pieces DIN Rail Slotted Zinc Plated Steel RoHS 1 Meter Long 35mm 7.5mm 20 Meters Total
$ 39.99
Functional Devices RIB2421C Pilot Relay, 10 Amp SPDT, 24 Vac/dc/120-277 Vac Coil, NEMA 1 Housing
$ 16.99
Cleanroom Sticky Mats with Base Pad, Include 5 Tacky Mats of 30 Sheets (150 Sheets Total) & 1 Non-Slip Hard Plastic Frame, Size 24x36 Inches, 50 Microns Per Sheet, Repositionable, Blue
$ 39.99
Cleveland 111002 Foot 4.00In Adjustable Flang
$ 22.99
Killer Filter Replacement for SURE FILTER TECH SFA2745PF (Pack of 3)
$ 33.99
Motorcraft - Shock Absorber Asy (P) (ASH24676)
$ 44.99
Reznor Product 111848
$ 41.99
Flow Indicator, 1/4 In
$ 19.99
2-4-6 Blocks Matched Pair (2 Each), Hardened Steel RC 55-62, 23 Holes (2x4x6 Inches) 246 Precision Ground Machinist Set Up Blocks TTW246
$ 36.99
AUTONICS PR12-4DN INDUCTIVE Proximity Sensor
$ 17.99
Gilson Performer V8SF #35 Stainless Steel Sieve, 35, 8' Diameter, Full Height
$ 43.99
DALY Accessory 4.3 Inch Touch Screen Display with UART Port Smart BMS
$ 22.99
4-Vane; 1-1/2”x 5” Diameter Paddle with Pins
$ 25.99
Switch Contact Pneumatic Component Quick Exhaust Valve LXB-B191 for PARKER Valve Replaces PXB-B191
$ 32.99
4 Tiers Rotating Acrylic Display Case, Clear Acrylic Eyewear Showcase with V-Shaped Shelves & Lock, Countertop Display Box for Jewelry, Watches, Glasses
$ 30.99
Phosphate Coated Drywall Nails (1-3/8') - 30lb Bucket
$ 41.99
Brake Shoes for Komatsu Forklift FG18ST-2
$ 98.99
YITAMOTOR Forklift Extensions 96 Inch Length & 6.5 Inch Width, Heavy Duty Steel Pallet Fork Extension for Forklift Truck, Red (96'x6.5')
$ 84.99
Tap - HSS - STI - Bottoming - M20-2.5 (1 PK)
$ 28.99
Shop-Vac 8 Gallon 6.0 Peak HP Wet/Dry Vacuum, Stainless Steel Tank, Portable Shop Vacuum with Multifunctional Attachments for Jobsite, Garage & Workshop. 5989400
$ 71.99
Lab Test Sieve φ10 × 4.5 cm, 100 Mesh(0.154mm) for Laboratory Use, 304 Stainless Steel
$ 14.99
USB Programming Cable,USB Programming Cable Speed Limit Release Wheel Diameter Setting for Bafang M600 M510 M500 Mid Drive Motor CAN Protocol
$ 29.99
Shars 2-3' Disc Micrometer .0001' 303-2309 P)
$ 29.99
1
...
15
16
17
18
19
20
21
22
...
2070
BACK
Shopping Cart