{{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
Trampoline d'Extérieur Ø366 cm Trampoline avec Panier de Basket Filet de Protection Trampoline pour Enfants et Adultes
€ 68.74
Weber Q1400 Barbecue électrique avec support, surface de cuisson 43 x 32 cm, nomade, grille en fonte émaillée divisée en 2 parties, couvercle et cuve en fonte d'aluminium - Gris foncé (52020853)
€ 74.90
Salon de Jardin 4 PCS Mobilier de Terrasse en Rotin PE pour Véranda Patio Terrasse Piscine Marron et Gris
€ 66.93
Table de Jardin Extensible en Aluminium Ajustable de 80 à 160 CM Table à Manger Extérieure Rectangulaire pour 4-6 Personnes Naturel
€ 66.79
Vélo d’appartement silencieux avec roue et guidon en acier
€ 67.17
24V Voiture Électrique 2 Places Enfants avec Télécommande 2,4G Musique LED Démarrage Lent 2 Vitesses Charge 35kg pour 3-8 Ans+ Rouge/Rose/Vert
€ 68.55
Cuisine Enfants en Bois XXL Angle 105 x 49 x 85 cm ( L x l x H ) Cuisine Complet avec Four Lave Linge 3 An+
€ 67.58
Roborock Qrevo Edge robot aspirateur laveur avec station d’accueil multifonctionnelle 3.0
€ 73.08
Goulotte d'éjection pour FX-SF2196
€ 72.17
Rampe D’accès en Aluminium avec Plaque de Transition pour Maison 122L
€ 66.81
COMFEE’ RCU160WH2(E) | Congélateur Armoire 160L
€ 73.99
COMFEE’ MPPH-08CRN7 | Climatiseur Mobile 8000 BTU 3-en-1
€ 73.99
ENGWE EP-2 Pro Vélo électrique Pliable 20 × 4.0 Fat Bike Electrique 7 Vitesses avec Batterie Amovible 48V 13Ah Autonomie 120km Tout-Terrain & VTT & Plage & Neige
€ 68.96
Voiture électrique Enfant 12 V Télécommande pour 3-8 Ans 2 Vitesses Ressort de Suspension Charge 59KG 118x74x71CM Noir/Rose/Rouge
€ 68.74
Espalier Mural Espalier de Gymnastique Capacité 150 kg Diamètre Barre 3,3 cm en Bois de Pin 195x80x14cm Naturel
€ 68.56
Boulonneuse à choc sans fil 20V FUXTEC FX-E1IW20 sans batterie, sans chargeur
€ 69.66
Tondeuse à gazon thermique mulching autotractée FUXTEC FX-RM51SA96
€ 68.73
Trampoline Extérieur Ø 223cm avec Toboggan&Echelle avec Filet de Sécurité 2 Portes en U Charge 270kg pour 2-3 Enfants de 3 Ans+ Bleu/Vert
€ 69.54
Desserte Extérieure à Roulettes à 3 Étagères Chariot Service de Cuisine Étagère Réglable Épices Porte-Serviettes Porte-Mouchoirs Noir
€ 67.58
Aspirateur de bassin Pondomatic 3 Pontec
€ 71.34
Bestway Steel Pro Kit Piscine Hors Sol Rectangulaire 3,00 m X 2,01 m X 66 cm, Bleu
€ 74.58
Roborock QV 35A Set robot aspirateur laveur avec station d’accueil multifonctionnelle
€ 74.40
Sécateur manuel FUXTEC 20V FX-E1HAS20SET
€ 71.51
FUXTEC - Kit PowerTool 20V sans fil avec scie sauteuse, visseuse sans fil et marteau perforateur
€ 72.70
1
...
642
643
644
645
646
647
648
649
...
680
RETOUR
Panier d'achat