{{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 ORDER OVER $50✈️
USD
USD($)
Cart
0
My Account
Log in
Home
As Seen on Tiktok
Basics
Shop by Season
Shop by Theme
Jeweled
Wedding Day
FAQ
More Links
Nail Gallerys
Home
As Seen on Tiktok
Basics
Shop by Season
Shop by Theme
Jeweled
Wedding Day
FAQ
USD
USD($)
Home
/
News
News
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
98351
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
QUICK VIEW
BlesConi Lot de 2 filtres d'aspirateur de rechange pour X-Pert série 7.60 RH6A35WO RH6A39WO RH6A31WO RH6A33WO Filtres lavables pour aspirateur
$ 9.00
QUICK VIEW
Rayher 62982505 Winterland Couronne en bois certifiée FSC Ø 30 cm Naturel Lot de 14 pièces avec barres Décoration en bois avec motif
$ 4.50
QUICK VIEW
Generisch Dégazeur de vin pour perceuse | Mélangeur de dégazage en acier inoxydable pour vin et bière - Mélangeur de dégazage portable - Outil de mélange pour la fabrication du vin - Accessoire de
$ 5.62
QUICK VIEW
CreaTable, 13139, Serie Catania Mix, Geschirrset, Teller Set 12 teilig, Anthrazit & Sand
$ 34.91
QUICK VIEW
Mopec K43.03 Tampon encreur en mousse Bleu 7,5 x 5,2 cm
$ 3.37
QUICK VIEW
Royal Schneider 5527 - Chemin de table - Aspect lin - Avec protection anti-taches - Pour le jardin - Lavable - Marron foncé - 40 x 140 cm
$ 10.13
QUICK VIEW
Repose Sachet de thé en mélamine - Motif Poule - Collection Les Cocottes
$ 5.62
QUICK VIEW
200 Pièces De Fil De Perles De Bracelet, Fil D'Acier Pour Bijoux, Fil D'Argent Artisanal, Accessoires De Fabrication De Bijoux
$ 2.24
QUICK VIEW
Tramontina - TRAMONTINA- Ensemble 6pcs Assiettes à dessert Rondes Porcelaine blanche Ana flor 21cm - Élégance intemporelle, design classique floral. Parfaites pour toutes les occasions.
$ 14.63
QUICK VIEW
Tuyau flexible pour aspirateur LCD 1.0 2.0 Pièce de rechange
$ 3.37
QUICK VIEW
Kit de poignée de nettoyage, compatible for Dreame H12 Pro.
$ 25.90
QUICK VIEW
ACMHNC Rideau Courts à Carreaux, Rideau Brise-bise Romantique en Dentelle Demi-Rideau Café Cuisine Porte d'armoire évier Petit Rideau poussière occultant Demi-draperie,1 Pièce,W x H 90x45cm
$ 12.38
QUICK VIEW
Wilfa SVART AROMA Moulin à café - récipient à grains avec une capacité de 250 g, 130 watts, disques à moudre coniques, noir
$ 78.85
QUICK VIEW
60 Couleurs Feutre Acrylique Feutres Acrylique Acrylic Paint Marker Stylos de Marqueur Peinture Acrylique Marqueur Acrylique Marker Pointe Fine Pinceau pour Plastique Bois Verre Ceramique Galet
$ 4.50
QUICK VIEW
Accessoires de cuisson du pain,kit de démarrage de fermentation du pain,paniere a pain,pot à levain de 1000 ml,Machine de fermentation du pain indispensable pour les débutants
$ 20.27
QUICK VIEW
JoyBros Accessoires pour Roborock S5 Max S6 maxV S6 Pure E4 E5, 2x brosses principales 4x filtres HEPA 4x brosses latérales Pièces de rechange (11-Pack)
$ 12.38
QUICK VIEW
Extracteur de jus REVO830S + Gourde de conservation de jus sous vide
$ 111.53
QUICK VIEW
Yaheetech Caisson de Bureau à Roulettes avec 2 Tiroirs Déplacement à Roulette Aisé Caisson de Rangement pour Documents au Format A4, Dossier Suspendu, Bureau, 40 cm × 40 cm × 66,5 cm (Blanc)
$ 57.45
QUICK VIEW
YWLINK Fondue Chocolat Bougie, Tasses à Fondue Au Chocolat, Céramique, Tasse à Fondue Candy avec Fourchette pour Dîner Chauffe-Beurre Tapas à La Maison, Fondoir pour Chocolat et Fromage (A-2)
$ 7.87
QUICK VIEW
MINGYANMAO Toile Oeuvre Peinture 60 * 90cm Call of Duty Poster D'art Sur Toile Black Ops 3 Décoration Wall Art Soggiorno Poster Camera da letto Pittura Senza Cornice
$ 15.76
QUICK VIEW
Sapgaks Îlot de Cuisine, desserte de avec Plan de Travail escamotable, Armoire à roulettes pour îlot de Cuisine, desserte de Salle à Manger en Grain de Bois avec Quatre Portes et Deux tiroirs
$ 111.53
QUICK VIEW
CULEO Porte-ceintures Lot de 16 supports élastiques pour ceintures de travail, passants de ceinture élastiques, supports de sangles de sac à dos, supports de ceinture
$ 3.37
QUICK VIEW
TODAY Parure De Lit Double Imprimé Feuilles Et Pois Sunshine - Multicolore - 220 X 240 Cm
$ 10.13
QUICK VIEW
Baoblaze Mélangeur de récipient de vinaigrette, bouteille de salade manuelle, sans gouttes, pour vinaigrette, Shaker pour Restaurant
$ 4.50
QUICK VIEW
asobu Bestie Gourde isolée en acier inoxydable avec tête souple amovible pour enfants et adolescents avec paille flexible réutilisable (panda)
$ 19.14
QUICK VIEW
Xmart 9 Pièces A3 Tilleul Panneau Bois 420x300x3 mm Contreplaqué Mince Planche Bois Brut Bois Pour Gravure Laser DIY ModéLisation de Sculpture Artisanale Panneau Fond de Meuble
$ 4.50
QUICK VIEW
Cordon tressé LADO pour enfiler, faire des bracelets. Épaisseur : 2,8 mm. Diamètre avec pointes finies. Ne s'effiloche pas
$ 2.24
QUICK VIEW
PEGANE Paravent de 5 pans tressé en Fibres Naturelles Coloris Blanc - Dim : H180 x L225 cm
$ 45.05
QUICK VIEW
14 Pièces Emporte-Gouttes Pétales de Rose Emporte-Pièces Biscuit Plastique Fleur Emporte-Pièce Biscuit Fleur Emporte-Pièce pour Gâteau Fabrication de Pain Biscuits
$ 4.50
QUICK VIEW
Scrapcooking Moule Silicone Briques, Bleu
$ 7.87
1
...
170
171
172
173
174
175
176
177
...
3279
BACK
Shopping Cart