{{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
Trombetta 684-1251-212 12V DC Contactor Power Seal, 1 Pack
$ 21.99
LSE Lighting S600RL-HO UV Lamp Compatible with SP600-HO, SC-600, SCM-600, VP600, VP600M, SPV-600 SPV-12 | High Performance Replacement Bulb | Designed in USA
$ 24.99
SPTA 29Pcs Car Wash Bucket Set, 15L Scratch Free Detailing Bucket with Car Wash Filter, Wash Mitt Sponge Towels Tire Detailing Brush Set, Exterior Interior Car Detailing Set, Complete Car Care Tools
$ 25.99
Lab Supply Drying Rack Pegboard Bench-top/Wall-Mount Laboratory Glassware Detachable Pegs Lab Drying Draining Rack Cleaning Equipment (52 Pegs, Grey)
$ 51.99
Brass 260 Wire, Straightened, 0.025' Diameter, 36' Length (Pack of 3)
$ 25.99
Red Head RM-58 5/8-Inch Multi-Set Drop-In Anchor (25 per Box)
$ 34.99
Cylinder Double Rod TN10 Cylinder Diameter 5/10/15/20/25/30/35/40/50/60/70/80/90/100/125/150mm Stroke Aluminum Alloy(TN10-25S)
$ 26.99
132665T S/P 1 Dialysis Membrane Trial Kit, 6000-8000 Dalton, 50mm
$ 68.99
Metcal STTC-199 STTC Series Soldering Cartridge for Most Standard Applications, 775°F Maximum Tip Temperature, Chisel Bent 30°, 1.5mm Tip Size, 11.9mm Tip Length
$ 16.99
Digital Orbital Shaker Mixer 0-300rpm, Work Plate 15.7x9.8'' Capacity 15KGS, Orbital Rotator Shaker with Continuous Mode or Timer Mode 0-999mins, for School Laboratory
$ 99.00
Vermont American 16911 12-Inch 100 percent Wool Polishing Bonnet with 1-Inch Pile
$ 15.99
3pcs Tray Acid Alkali Resistance Compact Tray Chemical Experiment Apparatus
$ 14.99
Vohala Manual Lever Hoist Come Along 3-2/1 TON 7716 LBS Capacity 10FT Lift 2 Heavy Duty Hooks Commercial Grade Steel for Lifting Pulling Construction Building Garages Warehouse Automotive Machinery
$ 45.99
Sodium Hydroxide - Caustic Soda - Lye - Food Grade - 1 lb - 50 lb Options (25 lb)
$ 32.99
X Micrometer Manual Fine-Tuning Cross Roller Precision Linear Stages X Axis Linear Stage Cross Roller Guide Manual Precision Linear Translation Stage Platform 60 * 60mm
$ 20.99
MABOZOO Waterproof Bed Sore Mattress Topper, Wave Shape Hospital Bed Topper Medical Mattress Topper for Hospital Bed, Foam Care Pad for Bed Sore, Ulcer, Bedridden Treatment (78' x 36')
$ 31.99
30Mpa/4500Psi PCP Air Compressor Oil Water Separator,High Pressure Air Filter with 8mm Quick Connectors,Seamless Aluminum Alloy Air Compressor Filter for Diving & Air Rifles(Blue)
$ 28.99
Qty 5, FHK Series, 1/4' Plugs and Sockets, Two Way Shut-Off~(Conforms with ISO 7241-1, Series B)
$ 27.99
Ammonia Inhalants 40 Pack. Crushable amppoules
$ 16.99
Wet Blade Cutting Kit 5' (Wet Cutting Adapter) WBC5KIT
$ 39.99
12 Pack Dap 18300 DYNAFLEX 230 Premium Indoor/Outdoor Sealant - White 10.1-oz Cartridge (18275)
$ 24.99
iSonic® P4820-CPAP Ultrasonic Cleaner – Deep Cleaning for CPAP Masks, Hoses & Sleep Apnea Accessories, 110V
$ 62.99
PUREPLUS Whole House Water Filter Housing, 10'x4.5' Sediment Cartridge Universal Housing, Pre-Filtration System, with Pressure Gauge, 1' NPT Port
$ 21.99
Brady Authentic (M4C-750-595-YL-BK) All-Weather Permanent Adhesive Vinyl Labels 0.75 in W x 25ft Black on Yellow. for use with BMP41, BMP51, M410, M510, and M511 Label Printers.
$ 19.99
12' Sieve, Brass/Stainless, Full Height, No. 20
$ 48.99
Prestige Clinical I Black Stethoscope
$ 17.99
Norton HP1800 Conventional Curved Nonwoven Abrasive Hand Pad, Blue Color, Diamond, Grit 1800 (Pack of 1)
$ 15.99
New Pig PIG214 Polypropylene Skin Super Absorbent Sock, 2 Gallon Absorbency, 3-1/4' Diameter x 7' Length, Gray (Box of 12)
$ 49.99
Timken Tapered Roller Bearing Cone - 335
$ 38.99
MAPLE ACE UCF209-28 Square Flange Bearing 1-3/4' Bore, 4-Bolt Self-Aligning, Solid Base, Heavy Duty (Qty 4)
$ 27.99
Glass Rinser, 304 Stainless Steel Stylish High Pressure Washing Pitcher Rinser with Drain Drip Tray Hose Cup Washer For Sink For Kitchens, Cafes, Bars, Restaurants (Stainless
$ 23.99
Danfoss 042N0826 12VDC 10WATT COIL
$ 19.99
3M ESPE 3402 Bendable Applicator Brush, Blue/Green/Yellow/Red (Pack of 120)
$ 15.99
Slurry Test Kit, Mud Hydrometer, Mud Viscometer, Marsh Funnel and Viscometer Cup Mud Tester Slurry Test Kit Sand Content Kit Mud Tester Viscosimeter Sand Content Meter Kit
$ 43.99
Replacement Hydraulic Filter Compatible with UFI ERA32NCC, 2-Pack
$ 30.99
10-32 Carbide Thread Mill, AlTiN Coated UN Thread .1200 Cutting Diameter, 3 Flute .3120 Thread Length - RM20109
$ 49.99
1
...
62
63
64
65
66
67
68
69
...
2070
BACK
Shopping Cart