{{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
86.30.0.024.0000 1.5S to 100H., 12V-24V AC/DC Coil, Plug-in Multi-Voltage ON Pulse/ON DELAY Timer Module
$ 17.99
200mm,24/40,Glass Spiral Reflux Condenser,New Advance Lab Glassware
$ 15.99
American Supply Deluxe Replacement Housekeeping Cart Bag Full Fold Over Bar 36' Long
$ 29.99
Heavy Duty 18' Adjustable Leveling Jack Scaffolding Feet - Set of 4, Leveling Screw Jack with Base Plate,Silver Galvanized Solid Threaded Rod with 1.2' OD for Baker-Style Scaffolding
$ 37.99
Equine Dental Speculum Horse Mouth Gag Stainless Steel McPherson Leather Straps
$ 30.99
Chain Hoist Lever Chain Hoist 3/4 Ton 1650LBS Capacity 10 FT Chain Come Along with Heavy Duty Hooks Ratchet Lever Chain Block Hoist Lift Puller
$ 21.99
12mm Bi Directional Ball Screws Left and Right Hand Combo Ballscrew SFU1204 RM1204 Length 31.5 inch / 800mm 4mm Pitch + 2 Ball Screw Nut, No End Processing C7 Precision for CNC Machinery
$ 90.99
Dual Aluminum Air Cylinder, CXSM 25-150, Guide Rod Plate Double Rod Guided Pneumatic Slide Bearing Cushioned, 25mm Bore, 150mm Stroke, Double Acting
$ 18.99
Hammond Manufacturing 166G36 Power TX 115VAC - [email protected]
$ 15.99
BOX USA Newsprint Packing Paper Sheets, 20' Length x 15' Width, 100% Recycled, Case of 2400, White, Great for Moving, Storing, and Packing
$ 39.99
JRS2-63 3UA59 Heat Thermal Overload Relay Protector Guide DIN Rail Mounted Adjustable Electric Protection(25-40A)
$ 14.99
BDS PP-31 Green Digital Audio Spectrum Analyzer Display 1U Music Spectrum VU Meter 31 Segments
$ 87.99
McKesson Sterilization Pouches, Medical-Grade Self-Sealing Autoclave Sterilizer Bags for Equipment, 8 in x 16 in, 200 Count, 1 Pack
$ 26.99
Dental Radiation Lead Apron with Collar and Hanging Loops - Lightweight - Adult
$ 40.99
Electric Dough Maker with Ferment Function, Commercial & Home Dough Kneading Machine 5L/169oz Stainless Steel Mixer With Auto Timer & Touch Control for Bakeries, Restaurants, Home Kitchens (Silver)
$ 28.99
Beast Repellent Solar Warning Lights with Loud Volume, SolarWarningLights 5 Modes with Loud Volume, Solar Lights Outdoor with Alarm for Orchard Farm Barn Yard
$ 17.99
Resin Bubble Remover Machine, Resin Vacuum Chamber 5 Mins Remove 99.99% Bubbles, 95kPa Resin Degassing Chamber, Compact Airless Machine for Epoxy, UV, Silicone, Art Resin Mold Casting
$ 40.99
Caplugs Evergreen 240-6388-R30 Microcentrifuge Tube Rack. 96 Places, Reversible, Polypropylene, Red
$ 16.99
40910 Sensible Refill Kit, Bite Blocks, Large (Pack of 12)
$ 23.99
SP Bel-Art, H-B DURAC Safety 0/12 Degree Brix Sugar Scale Combined Form Thermo-Hydrometer (B61822-0000)
$ 29.99
AUTONICS PRL12-4DN 10-30 VDC, 10-30 VDC Supply, 3 Wire, 4 MM Sensing Distance, Cable Type, Cylindrical, INDUCTIVE Proximity Sensor, Long Body, M12 Thread, NPN Normally Open, PR Series, PRD
$ 15.99
Master Magnetics ZG10A-ASC2BX Flexible Magnet Strip with Adhesive Back, 1/16' Thick, 1/2' Wide, 100' Score-Cut Every 2' with 594-1/2' x 2' Pieces (1 Roll)
$ 16.99
Consolidated Plastics Boston Round Bottles with Yorker Dispensing Cap, LDPE, 1 oz, 24 Piece
$ 16.99
Direct Green Laser Module VLM-520-52 LPA (Non-DPSS Green Dot Laser module: operating temperature range : -4 °F ~ 140 °F)
$ 27.99
VBR-SOL Solar Irradiance Meter Daily Solor Radiantion Energy Record, Measure Panel Inclination
$ 45.99
3 Tier Clear Pastry Display Cabinet, Commercial Countertop Bakery Display Case with Removable Tray & Magnetic Door, Acrylic Pastry Display Case Cabinet for Dessert Display
$ 40.99
Eaton IEC Style Overload Relay, 4.0 to 20.0A, 3 Poles, Auto, Manual Reset, Trip Class: 5, 10, 20, 30
$ 74.99
Original New Printhead for TSC MB340 MF3400 Thermal Barcode Label Printer 300dpi 98-0680031-01LF
$ 99.00
5/8' x 36' SAE 100R16 Hydraulic Hose 4000 PSI with 2 Female JIC Swivel with 5/8' Threads
$ 26.99
(30pcs) Metric DIN 8140A M10X1.5X25 Metric Helical Thread Repair Inserts, Free Running Stainless Steel Ships Free in USA by Aspen Fasteners, ASMM19833
$ 57.99
SAINI_MEDICOS 3 INCHES HIGH POWER Horse Shoe magnet (pack of 2), Horsemagnet-2
$ 19.99
Beverage Dispenser,2.1Gallon Glass Drink Dispenser with stand,Drink Dispenser with Spigot,Large Drink Dispensers for Parties,Water Dispensers for Bar,Wedding,Restaurants
$ 30.99
Morcte 3.5 Gallon Heavy Duty Plastic Cleaning Bucket Pail with Portable Handle, 4 Pack Commercial Round Utility Cleaning Pail, Gray
$ 29.99
MY2IN-D2 24DC (S) | MY2IN-D2 24DC(S) | 143510 | OMRON Relay, 8 PIN, DPDT, 10A
$ 18.99
Fiii Slushie Machine 92 oz, Slushy Machine for Home, 6 Preset Programs, Quiet Operation, LED Display, Auto-Clean, No Ice Needed, Perfect for Milkshakes, Margarita Smoothie, Frappes and More
$ 99.00
5J SURE-FLEX 5JE EPDM SF SLEEVE D614907
$ 20.99
1
...
98
99
100
101
102
103
104
105
...
2070
BACK
Shopping Cart