{{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 Mince Tapis de Jogging avec Capacité de 120 Kg Télécommande et Écran Led Inclinable à Roulettes Tapis de Course à Glisser Gris/Noir/Rose
€ 68.29
Chaise Longue Convertible avec Coussin Canapé de Jardin 2 en 1 en Bois d’Acacia avec Accoudoir Réglable pour Patio Piscine Jardin Blanc/Gris/Bleu/Rouge
€ 69.23
Mini Réfrigérateur 48L, 2 niveaux et porte-bouteille, bac à légumes, Silencieux 230V, 46 x 44 x 49 cm, Blanc
€ 68.66
Tapis de Course et de Marche avec 12 Programmes Prédéfinis Télécommande et Écran Tactile Led Machine de Jogging et de Marche Capacité 120 Kg Noir
€ 68.52
Aspirateur laveur Roborock Dyad Air
€ 73.52
Roborock Q7 L5+ Set robot aspirateur avec station de vidage automatique
€ 78.75
Tondeuse à gazon thermique FX-RM4646ECO
€ 67.25
Ensemble de 4 Chaises en Rotin pour l'Extérieur Chaises avec Accoudoirs en Bois d'Acacia Structure Métallique Robuste Chaises Ergonomiques
€ 69.10
Maison Chef House -Thème Burger Bar - Table de Pique Nique Cabane de Jardin Anti-UV en Plastique 164x124x132 cm Bleu/Rose/Jaune
€ 67.08
Bac à Sable en Bois pour Enfants avec Couvercle Aire de Jeux avec Table Sensorielle Pliable & Banc Parasol Ajustable pour 3+ Ans Naturel
€ 69.84
Liebherr Rci1620-20
€ 69.99
KETER Desserte barbecue gris UNITY XL - 207 litres - 134 x 51.7 x 89.6 cm
€ 73.99
Balançoire 7-en-1 Aire de Jeu en Métal avec Fort Couvert Réglable en Hauteur Corde d'Escalade Bac à Sable Glisseur Toboggan Ondulé Vert
€ 67.85
Balancelle d'Extérieur Convertible Jardin Porche Avec Sièges à Coussins Auvent Réglable et Cadre en Métal Enduit Hamac 3 Places Beige
€ 66.69
KETER Coffre de rangement extérieur ROCKWOOD - 570 litres
€ 72.35
Abri à Poubelle en Bois de 120 L Abri pour Outils d'Extérieur avec Couvercle Ouvrable Doubles Portes Loquet de Verrouillage Naturel
€ 67.93
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
Chaise à Bascule d'Intérieur et d'Extérieur Chaise Papasan Surdimensionnée avec Coussin Rembourré & Cadre en Métal Capacité 205 Kg Gris
€ 69.89
Perceuse-visseuse à percussion sans fil 20V FUXTEC FX-E1SBS20 - Set avec 2 batteries 2Ah et chargeur 1A
€ 74.52
Abri de jardin en métal 8,67 ㎡ 340 x 255 x 210 cm avec 2 portes coulissantes verrouillables 4 trous d’aération gris pour vélo 20_0005483
€ 68.88
Souffleur à dos thermique FUXTEC FX-LB133T 33cm3 vitesse de soufflage 300 km/h
€ 74.52
Outil multifonction batterie 20V FUXTEC FX-E1MT20 - set batterie 2Ah et chargeur 1A
€ 73.22
Tondeuse thermique autotractée FUXTEC FX-RM5170PRO
€ 73.63
Abri de Jardin en Métal & Extension 10.85㎡ avec 2 Portes Coulissantes Verrouillables 4 Trous d’Aération Gris pour Vélo
€ 68.03
1
...
644
645
646
647
648
649
650
651
...
680
RETOUR
Panier d'achat