{{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
Sammons Tubigrip, Natural, F
$ 94.99
Max-Torque 3/4' Sprocket Clutch 35 Chain 12 Tooth Ss1234
$ 17.99
SYSTEM SENSOR HWL-LF-BP10 - Low-Frequency Sounder, 15, 30, 75, 95
$ 43.99
EISCO 100PK Chromatography Filter Papers, 8 Inch - No. 1 - Used in Separation Experiments & Filter Paper Art
$ 27.99
CCW Series WMB-230 Magnetic Wall Mount Retractable Belt Barrier (30 Foot Belt, Yellow with'Caution - DO NOT Enter' Black Letters Belt with Yellow ABS Case)
$ 22.99
Anatomy Lab Bullfrog Specimen for Dissection, for Biology Classrooms, 5-6 inches Plain Injection, Vacuum Pack of 1
$ 16.99
TURCK NI10-M18-Y1X-H1141 (40153), 1 LED, 10MM RANGE, 18MM SIZE, 4 PIN, 8.2 VDC NOMINAL, EUROFAST M12 MALE, INDUCTIVE, NAMUR OUTPUT (ATEX APPROVED), NONEMBEDDABLE, PARTIAL THREAD, SENSOR, STANDARD, STR
$ 28.99
B 1 7/8 Split Taper Bushing, 1-7/8' Bore
$ 22.99
Magnet Wire 24 AWG Gauge Enameled Copper Wire - 10 LBS
$ 80.99
CBK Gear Pump CBK-F0.5/F2.1/F2.5/F3.2/F4.2/F1.1, High Pressure Oil Pump Hydraulic Oil Pump, Lifter Hydraulic Power Unit Gear Pump MINGPING (Color : CBK-F2.1)
$ 56.99
OnlineMetals A36 Carbon Steel Perforated Sheet, Unpolished (Mill) Finish, Hot Rolled, Staggered 0.09375' Holes, ASTM A36, 0.06' Thickness, 16 Gauge, 24' Width, 24' Length, 0.1562' Center to Center
$ 26.99
Weller 12W Cordless Rechargeable Soldering Iron,Lithium-Ion Battery Powered - WLBRK12N
$ 28.99
Optometrist Motorized Table- Ophthalmic Electric Table Optical Eyeglass Instrument Table with Drawer, Working Size 15.7' Wide,22.8' Long
$ 72.99
15 Gallon Emergency Water Storage Barrel - Preparedness Supply - Water Tank Drum Container - Portable, Reusable, BPA Free, Food Grade Plastic (2 Tank)
$ 77.99
ALPHACO IS543 5/4/3 WIRE INTERCOM STAT-PLAST
$ 22.99
RADWELL 6ES7590-1AE80-0AA0-SUB 482MM
$ 17.99
roborock Flexi Wet Dry Vacuum Cleaner, 180° FlatReach Design, 17000Pa Cordless Vacuum Mop with Hot Water Self-Cleaning & Self-Drying, Edge-to-Edge Cleaning, Floor Cleaner for Tiles and Hard Floors
$ 99.00
U.S. Seal Mfg. Shaft Seal, PS-1901, 5/8' Shaft, Silicon Carbide PS-200
$ 30.99
UroWrap Compression Bandage Elasticated Tubular Sleeve 1 Size Fit All
$ 26.99
PFERD 61770 Bench Grinding Wheel, Aluminum Oxide, 10' Diameter, 1' Thick, 1-1/4' Arbor Hole, 46 Grit, 2485 Maximum RPM
$ 23.99
200 Pcs Ceramic Gas Discharge Tube B5G600L 2R600 5.5x6 600V
$ 14.99
Black on Clear Replacement Letters, 96399
$ 24.99
Montague Baso Gas Safety Valve- Montague: 34604-7
$ 58.99
Noga NG9400 21 Pc Gold Box Deburring Set for Professional Machinists
$ 48.99
Benchtop Cooler Color-Changing MCT Rack, PP/Inert Gel
$ 35.99
18 Gauge Black Jack Chain - 50 Ft. Roll
$ 35.99
DMEM Cell Culture Medium/High Glucose (12)
$ 76.99
Micro 100 FGC3-250-020-025 Face Grooving Tool, .020' Width, .025' Proj, 1/4' Min Bore Dia, 1' Max Bore Depth, 1/8' Offset, 1/4' Shank Dia, 2-1/2' OAL, Uncoated
$ 15.99
SG10 LED Stop and Go Light Signal System, 6-3/8-Inch Width X 11-3/8-Inch Height X 3-3/4-Inch Depth
$ 90.99
1/4' X 1/2' Stainless Steel Flat Bar, 304 General Purpose Plate, 48 Inch Length, Mill Stock, 0.25 inch Thick
$ 21.99
HTD 5M Timing Belt Pulley 15mm Width 405mm Belt 60 Teeth 20Teeth 3:1 Ratio Synachronous Pulley 5mm 6mm 8mm 10mm 12mm 14mm 15mm 16mm 19mm 20mm 22mm 24mm 25mm Transmission Pulley (60T-12mm, 20T-12mm)
$ 19.99
GRB8-01/02 Din Rail Twilight Switch Photoelectric Timer Light Sensor Relay AC110V-240V Auto ON Off
$ 25.99
Autel MV400-55 Maxi Video (3.5' Screen 5.5 Head), 1 Pack
$ 63.99
2PCS AMG8833 8X8 Camera Sensor Breakout Image Array Temperature Sensor Module
$ 21.99
Killer Filter Replacement for WIX 546830
$ 35.99
HALYARD Surgical Gloves Sterile Polyisoprene Individually Wrapped Pairs Powder Free Medical Disposable Gloves, 9.4 mil, Size 6.5 Small, White, SGL95065 (Box of 50 Pairs - 100 Total)
$ 42.99
1
...
1960
1961
1962
1963
1964
1965
1966
1967
...
2070
BACK
Shopping Cart