{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Free shipping on orders over €79.99
EUR
EUR(€)
Home
Woman
New
Tops
Dresses
Sale
0
Home
Collections
Search
Product
EUR
EUR(€)
New arrivals
Effacer
Prix
€
€
filter
taxonomy:7912
taxonomy:79000
taxonomy:18647
taxonomy:7910
taxonomy:7909
taxonomy:7908
taxonomy:7907
taxonomy:24464
taxonomy:24635
taxonomy:24666
taxonomy:24566
taxonomy:31163
taxonomy:31076
taxonomy:31087
taxonomy:28409
taxonomy:28403
taxonomy:31157
taxonomy:28401
taxonomy:28396
taxonomy:70557
taxonomy:24351
Cloud Sofa
45%
badge:new_arrival
Living Room
Minimalist
badge:bestseller
Insider Sale
Classic Modern
Scandinavian
Mid Century
Black Friday in July
20%
tv stand
Entertainment
Jan_flashsale
Dining / Kitchen
Bedroom
Mirrors
Pillows & Throws
Living
Decor
Rug
rug
floor mat
rugs
floor covering
area rug
Free Shipping
Color_Brown
Color_White
Type_Queen Size
Type_Nightstand
Type_King Size
Type_Bedroom Mirror
Type_Bedroom Dresser
Type_Bedroom Collection
Type_Bedroom Chest
Material_Leather
Color_Cream
Type_Coffee Table
Style_Rustic/Mid Century
Type_Dining Chair
Type_Rectangular Dining Table
Style_Casual
Type_Dining Table
Color_Black
Color_Beige
Style_Modern
Type_Sofa
Type_Loveseat
Material_Fabric
Color_Navy
Fabric Upholstery
Style_Transitional
Style_Contemporary
Color_Gray
GigaCloud
Grade_New
Contemporary Modern
50%
Outdoor
Lighting
Bedroom Sets
Coffee Tables
Dining
Bedroom Furniture
Furniture
taxonomy:70566
taxonomy:79597
taxonomy:79194
taxonomy:24460
taxonomy:24459
taxonomy:24453
taxonomy:24359
taxonomy:24352
Hauptartikel
Jardin
Page d'accueil
Accessories
Filtre
Filtre
Trier par
Sélectionné
Les plus vendus
Alphabétique, A-Z
Alphabétique, Z-A
Prix, de bas à haut
Prix, de haut en bas
Date, De l'ancien au nouveau
Date, Du nouveau au vieux
Prix
€
€
filter
taxonomy:7912
taxonomy:79000
taxonomy:18647
taxonomy:7910
taxonomy:7909
taxonomy:7908
taxonomy:7907
taxonomy:24464
taxonomy:24635
taxonomy:24666
taxonomy:24566
taxonomy:31163
taxonomy:31076
taxonomy:31087
taxonomy:28409
taxonomy:28403
taxonomy:31157
taxonomy:28401
taxonomy:28396
taxonomy:70557
taxonomy:24351
Cloud Sofa
45%
badge:new_arrival
Living Room
Minimalist
badge:bestseller
Insider Sale
Classic Modern
Scandinavian
Mid Century
Black Friday in July
20%
tv stand
Entertainment
Jan_flashsale
Dining / Kitchen
Bedroom
Mirrors
Pillows & Throws
Living
Decor
Rug
rug
floor mat
rugs
floor covering
area rug
Free Shipping
Color_Brown
Color_White
Type_Queen Size
Type_Nightstand
Type_King Size
Type_Bedroom Mirror
Type_Bedroom Dresser
Type_Bedroom Collection
Type_Bedroom Chest
Material_Leather
Color_Cream
Type_Coffee Table
Style_Rustic/Mid Century
Type_Dining Chair
Type_Rectangular Dining Table
Style_Casual
Type_Dining Table
Color_Black
Color_Beige
Style_Modern
Type_Sofa
Type_Loveseat
Material_Fabric
Color_Navy
Fabric Upholstery
Style_Transitional
Style_Contemporary
Color_Gray
GigaCloud
Grade_New
Contemporary Modern
50%
Outdoor
Lighting
Bedroom Sets
Coffee Tables
Dining
Bedroom Furniture
Furniture
taxonomy:70566
taxonomy:79597
taxonomy:79194
taxonomy:24460
taxonomy:24459
taxonomy:24453
taxonomy:24359
taxonomy:24352
Hauptartikel
Jardin
Page d'accueil
Accessories
16320
Produits
Trier par
Sélectionné
Les plus vendus
Alphabétique, A-Z
Alphabétique, Z-A
Prix, de bas à haut
Prix, de haut en bas
Date, De l'ancien au nouveau
Date, Du nouveau au vieux
Abri de Moto Extérieur Tente Moto avec Housse en Tissu Oxford Fenêtres en Maille Enroulables Housse Moto Exterieur Étanche pour Moto Vélos Outils Noir
€ 67.36
Réfrigérateur Compact Mini-réfrigérateur 90 L Congélateur Séparé avec Design à 2 Portes Lumière LED Grand Angle Blanc
€ 68.14
Bestway Steel Pro Frame Piscine carrée sans pompe en acier Bleu 400 x 211 x 81 cm bleu 56405
€ 74.75
Scie circulaire portative batterie FUXTEC 20V FX-E1CS20 sans batterie ni chargeur
€ 73.80
Lit de Repos Rond pour Patio avec Auvent Rétractable Ensemble de Siège Sectionnels Séparés en Rotin PE avec Coussins Doux Blanc
€ 67.74
Chariot FUXTEC Family Cruiser l'original
€ 67.39
Roborock Q7 Max robot aspirateur avec puissance d’aspiration de 4 200 Pa
€ 72.90
FUXTEC - Set arrosage et irrigation BASIS 50
€ 68.04
Coupe bordure à batterie 20V FUXTEC FX-E1RT20 - Set avec batterie 2Ah et chargeur 1A
€ 69.66
Duramax StoreAway 1200L Plastic Garden Shed/ Flat Lid, Outdoor Storage Shed, Wheelie Bin Hideaways, Wheelie bin box, Durable Construction, Ideal for Bikes, BBQs & 2x 240L Bins, 145x85x125 cm, Brown
€ 74.93
Lot de 2 Chaises Longue à Bascule en Bois d'Acacia Conception à Lattes Butées de Fond Charge Max 160KG Transat Ergonomique Naturel
€ 66.84
5 Pcs Salon de Jardin en Fonte d'Aluminium Trou pour Parasol Repose-pieds Réglables Ensemble de Table Ronde et 4 Chaises Blanc
€ 67.18
Ponceuse delta sans fil 20V FUXTEC FX-E1MS20 SET avec 1 x batterie 2Ah, 1 x chargeur 1A
€ 68.24
Bestway Power Steel Deluxe Piscine tubulaire ronde avec cadre en acier solide Kit complet Aspect rotin 366 x 100 cm, Marron
€ 71.89
Chaise Longue Double Chaise à Bascule pour 2 Personnes 2 Appui-Têtes Amovibles Cadre en Métal Robuste Lit de Repos Ergonomique 2 Places Gris/Noir/Beige
€ 68.39
FUXTEC - Démarreur déneigeuse FX-SF210
€ 74.80
Abri de Rangement Toutes Saisons Abri à Outils Utilitaire avec Toit en Pente Porte Ouvrante Aérations Cadre en Métal Galvanisé Gris
€ 67.17
Compresseur batterie 20V FUXTEC FX-E1CI20 - sans batterie ni chargeur
€ 71.44
Taille-haies sur perche télescopique à batterie 20V FUXTEC FX-E1HH20 - sans batterie ni chargeur
€ 71.44
Bain de Soleil à Bascule Transat Suspendu avec Pare-Soleil & Coussin Hamac Charge 150KG 184 cm x 147 cm x 187 cm Vert
€ 68.84
Scie sabre sans fil 20V FUXTEC FX-E1SS20 - sans batterie ni chargeur
€ 74.52
Batterie lithium-ion 6 Ah 40 V - FUXTEC EP60
€ 74.36
Roborock Q7 M5 robot aspirateur avec aspiration de 10 000 Pa
€ 65.61
Souffleur de feuilles à batterie 20V FUXTEC FX-E1LB20 - set avec 2 batteries 2Ah et chargeur 2,4A
€ 69.66
1
...
640
641
642
643
644
645
646
647
...
680
RETOUR
Panier d'achat