{{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
Tapis de Course Électrique Pliable avec Écran et Moniteur de Fréquence Cardiaque avec Vitesse de 1 à 10 km/h et 12 Programmes Noir
€ 66.58
Roborock QV 35S robot aspirateur
€ 78.75
Roborock Qrevo Master robot aspirateur laveur avec station multifonction 3.0
€ 77.72
Lit de Jardin Rond d'Exterieur Table Relevable Modulable & Convertible - Pare Soleil Réglable rotin PE Coussins Inclus Noir
€ 68.37
Roborock Q7 M5 Set robot aspirateur avec aspiration de 10 000 Pa
€ 73.82
Abri de Voiture 595 x 300 cm Extérieur Tente de Garage avec 8 Parois Latérales Amovibles Portes Enroulables Fenêtres Ventilées Gris
€ 69.73
Bain de Soleil de Jardin Réglable à 4 Positions avec 6 Pieds de Soutien pour Jardin Cour Piscine Patio Jusqu'à 150 kg Naturel
€ 69.50
Machine à Glaçons 24kg en 24h Panneau de Contrôle Tactile LED
€ 67.63
COMFEE Eco Friendly Pro | Climatiseur Mobile 10000 BTU A+
€ 73.99
Marteau perforateur burineur sans fil 20V FUXTEC FX-E1RH20 - Sans batterie ni chargeur
€ 71.51
MEDION Smart Climatiseur Split P502 (5000 BTU, 3-en-1, Refroidir, Déshumidification, Ventilation, pour caravane, camping-car, kit de joint de fenêtre, mode sommeil, contrôle Wifi, Écran, MD 37735)
€ 68.96
Set irrigation et arrosage CONFORT 50
€ 72.09
Tondeuse thermique FUXTEC FX-RM4180
€ 68.57
Habitat et Jardin Piscine Bois Rectangle Caimans - 4.10 x 3.00 x 1.24 m
€ 71.74
Tondeuse thermique autotractée FUXTEC FX-RM5396
€ 70.37
Mini Congélateur Vertical Capacité 31,1 L Porte Réversible en Acier Inoxydable Contrôle Mécanique Température Réglable
€ 67.75
Réfrigérateur Compact Mini-réfrigérateur 90 L Congélateur Séparé avec Design à 2 Portes Fonctionnement Silencieux Blanc/Gris/Noir
€ 66.53
Sorbetière Turbine à Glace 1L Puissance 100W à Compresseur avec Cuillère 3 Modes de Fonctionnement Argent
€ 69.60
Aspirateur-laveur robot Roborock Q5 Pro
€ 78.53
Bosch Professional Nettoyeur Haute Pression GHP 5-65 X 0600910600, 0600910600
€ 73.99
Salon de Jardin 4 Pièces avec 2 Chaises Table en Verre Trempé et Causeuse Meuble Extérieur en Tissu Respirant Cadre Métallique Noir
€ 69.36
Roborock Qrevo S5V robot aspirateur laveur avec station d’accueil multifonctionnelle
€ 77.72
Roborock Qrevo S Noir-Échanger avec
€ 78.64
Coffre de Rangement 182L en Bois d’Acacia Charnière en Métal Banc de Rangement à Roulettes Extérieur pour Jardin Patio
€ 66.53
1
...
634
635
636
637
638
639
640
641
...
680
RETOUR
Panier d'achat