{{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
20/Pack Dental Automix Tip with Bendable 20Ga Metal Cannula BioActive-Restorative Delivery Tips
$ 22.99
Dorma 8062 Center Hung Top Pivot
$ 99.00
1.5' x 18' x 36' Birch Table/Counter/Island Top ** see all Edge options ** (Sharp edges (no routing))
$ 46.99
BUNN 07074.1030 CBA LIQ LVL 120V 5S ROHS
$ 40.99
AEP 0232357 XX Heavy Duty Can Liner, 45 Gallon, 1.4 ml, Black (Pack of 100)
$ 21.99
Yellow Magic 7: One Gallon, Full Strength, Undiluted Jug of Human and Pet-safe Flexo UV Ink and Varnish Cleaner for Food Packaging, Coatings & Varnishes, Rubber, Plastic, Steel
$ 14.99
Multi-Function Tongue Retractor Cheek Retractor Lip Retractor More Views for Teeth Whitening/Dental Photography Sugical Mouth Openner (M) 2bdent
$ 17.99
0310781-1 Vc1000 M2 Pivot Door Handle
$ 18.99
Turbochef 104132 TURBOCHEF 104132 STIRRER HUB (104132)
$ 24.99
Toledo Pipe 45005 2nd Gear Assembly compatible with RIDGID 300 Motor Gearbox
$ 48.99
Gatuida Human Blood Vessel Model Vascular Model PVC Tool Human Body Human Cardiovascular Model
$ 38.99
ANCEL AD310 OBD2 Scanner + ANCEL PB600 Power Circuit Probe Tester with Battery, Relay, Injector Test, 8-35V Automotive Electrical Circuit Tester, Multimeter/Oscilloscope Power Circuit Probe Kit, 30FT
$ 90.99
ABB OXP6X360 Operating Shaft, For Use With OT160-250 Disconnector Switches
$ 16.99
Test Sieve, 8 Inch - Full Height - ASTM No. 230 (63µm) - Brass Frame with Stainless Steel Wire Mesh - Eisco Labs
$ 25.99
Rational Drain Plug with Chain for Trolly
$ 19.99
Black Slatwall Panels 24'H x 48'L (Set of 2 Panels) - with or Without Metal Inserts (Without Metal Inserts)
$ 46.99
AUTO car 12V Relay 012-1H2T-80A HHZ-012-1H2T-80A 0121H2T80A 80A 14VDC 12VDC DC12V 4PIN(5pcs)
$ 59.99
Manual Chain Block Hoist Come Along Heavy Duty Hooks Commercial Grade Steel for Lifting Pulling Construction Building Garages Warehouse Automotive Machinery,250KG*3m
$ 75.99
NANPU 3/8' NPT Embedded Gauge Compressed Air Filter Regulator Lubricator Combo Water/Oil Trap Separator - 0-180 psi Gauge, Auto Drain,Poly Bowl, Bracket
$ 21.99
Guide Pin Sleeve, Metal Guide Bushing 7mm ID 10mm OD 0.005 Concentricity Precise 20 Sets for Silicone Molds Positioning
$ 17.99
OUTWATER 10' (Nominal) Diameter x 2' Height 304 Polished Stainless Steel Trash Grommets for Countertop Inserted Trash Chutes
$ 23.99
Doyon ELE168 Immersion Element 3000W 240 Volt F
$ 99.00
TTL4010P5 Paper Label, Thermal Transfer, Perforated, OEM 83340, 4' Width x 1' Length, 1' Core, 5' OD (Pack of 4)
$ 37.99
150PSI Air Pump Portable Car Tire Inflator
$ 50.99
2.25' OD x 1/4' Wall DOM Steel Tube (36)
$ 47.99
KingSeal Disposable Glove Wire Racks, Wall Mounted Universal Box Holder (Ideal for Larger Sized Boxes), 5 Rack Set
$ 25.99
Olympia Tools 150 Lb Folding Hand Truck and Dolly with Telescoping Handle and Bungee Cord for Moving
$ 18.99
Clothes Rack 8-Arm with Wheel, 48-67' Adjustable Height Retail Clothing Rack, Floor Standing Metal Garment Racks with Shelves, Square Tube Merchandise Display Racks for Boutique (BK, 59x19.6x61.02in)
$ 55.99
Pyle 1 Ft. Rubber Curb Ramp - Pack of 2 Heavy Duty Non-Slip Threshold Ramps for Driveways & Sidewalks, Yellow Reflective Strips, Marine Grade, Expansion Screws Included, 12.0’’x 16.0’’ x 2.6’’ Inches
$ 26.99
Corning LANscape CCH Patch Panel with 6 ST Simplex OM1 Multimode 62.5 Adapters CCH-CP06-15T
$ 27.99
Peer Bearing HC207-20 HC200 Series Insert Bearing, Relubricable, Eccentric Locking Collar, Single Lip Seal, 1-1/4' Bore, 19 mm Wide Inner Ring, 51.1 mm Spherical Outer Ring, 72 mm Outer Diameter
$ 26.99
Rainin® LTS™ LiteTouch™ Compatible Filter Pipette Tips, Low Retention (200ul, 960)
$ 26.99
Intercoms Wireless for Home, 2024 Upgraded Full Duplex Wireless Intercom System for Home Use, 1600 Feet Range Portable Home Intercom System for Business(4Pack)
$ 63.99
R622E-DCH 2nd Stage Regulator, 1-2.2 psig Spring, 3/4' x 3/4' NPT
$ 32.99
Potassium Carbonate FG - Bulk 25 kg (55 lb) - Leavening Agent
$ 99.00
USB 3.0 Fiber Optic Extender to Max 250 Meters (820 FT) Over Single-Mode Optic Fiber with 10Gbps SFP Module, Supports 5 Gbps Super-Speed, Supports Kinect Devices etc
$ 99.00
1
...
2018
2019
2020
2021
2022
2023
2024
2025
...
2070
BACK
Shopping Cart