{{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
Moule à crêpes, Outil antiadhésif de cuisson de crêpes Oeuf Ring Maker Fromage Egg Cooker Pan Flip Egg Mould, Pancakes Egg Omelettes Fixator, Egg Maker Mold Pochoir de cuisson pour Fast Easy DIY Egg
$ 4.50
QUICK VIEW
Lastario Drap de Plage ou Drap de Bain Emoji en Vacances
$ 4.50
QUICK VIEW
Lot de 30 chaînes de collier avec fermoirs mousquetons pour la fabrication de bijoux, chaînes en acier inoxydable en vrac, chaînes fines de 1,2 mm pour la fabrication de colliers, pendentifs
$ 7.87
QUICK VIEW
CAPXSNOB Warriors1 SV835L Réservoir d'eau de rechange pour machine à café à capsules, capacité de 800 ml, hauteur 18 cm, diamètre 10 cm, avec couvercle amovible noir
$ 7.87
QUICK VIEW
Éplucheur, Lot de 2 Éplucheurs Universels en Acier Inoxydable - Poignée Ergonomique, Lame Tranchante pour les Fruits et Légumes, 3 en 1, Design Pratique, Adapté à la Cuisine de Tous les Jours
$ 5.62
QUICK VIEW
SONGMICS Tabouret, Repose-Pieds, en Tissu Façon Lin, Pouf, Rembourrage Épais, Capacité de Charge 150 kg, pour Salon, Chambre, Entrée, Noir d’Encre LOM502B01
$ 14.63
QUICK VIEW
Moteur moulin à café adaptable pour ecam23-230v
$ 46.18
QUICK VIEW
FAVOMOTO Parchemins de calligraphie chinoise Parchemins de papier japonais Xuan Papier Art Mur Parchemins Pour Décrire Parchemins Pour L'étiquetage
$ 7.87
QUICK VIEW
Porte-filtre sans fond pour machine à expresso LELIT 58mm – poignée en noyer, filtre 21 g
$ 21.39
QUICK VIEW
Jegehoyo Kit d'accessoires pour aspirateur robot Ecovacs Deebot T50 Max Pro Omni, comprenant 1 brosse principale, 6 brosses latérales, 2 filtres, 6 chiffons, 4 sacs à poussière, 1 brosse de nettoyage
$ 11.25
QUICK VIEW
TOEECY Croix En Bois Chapelet Chretien Croix Suspendue Avec Sac à Fil Crucifix Catholique Moderne Décoration Quotidienne Pour Les Baptêmes Mariages Prières Quotidiennes Sainte Communion
$ 4.50
QUICK VIEW
2 brosses de Nettoyage pour espaces colorées,Brosse à Poils durs pour Nettoyer Les Interstices,Pince à épiler pour ramasser Les Cheveux,Brosse multifonctionnelle pour Salle de Bains,Cuisine,carrelage
$ 4.50
QUICK VIEW
Tablette de radiateur en mélaminée réversible Blanc/Hacienda (100x12cm), sans perçage
$ 14.63
QUICK VIEW
3D Chat Autocollants Voiture, Mignon Chaton Sticker Anti-Rayures PVC Autocollants Imperméables DIY Autocollants Drôle Réfrigérateur Autocollants Chats Porte Autocollants Cuisine Décoration Murale
$ 5.62
QUICK VIEW
mizikuu Porte-gobelet gonflabl, Support Gonflable de Boisson Grande capacité Bar Flottant Piscine Plateau Flottant Support de Boisson Gonflable pour Pool Party et Beach Party
$ 5.62
QUICK VIEW
Machine à coudre Microtex 70/10, 80/12
$ 4.50
QUICK VIEW
Artibetter 20Pcs Formes d'ours en Mousse Petits Blocs de Modélisation de Arrangement de Fleurs Moule en Fête de Mariage Saint-Valentin Animal Mousse Artisanat 7. 5 Cm
$ 11.25
QUICK VIEW
ZIRYXQ Épingles à nourrice géantes lourdes de 12,7 cm en acier inoxydable argenté, Classique, pour vêtements
$ 4.50
QUICK VIEW
Figuren Shop GmbH Porte-clés médiéval – Dungeon Keys | Décoration antique, aspect rouillé, Rouille, 23 cm
$ 6.75
QUICK VIEW
Filtre HEPA universel combiné pour aspirateur bidon – compatible avec DPE – OlimpIC – POWERPLUS – K-408 – dimensions en cm : hauteur 12,4 – diamètre 10,8 – diamètre intérieur 7,2
$ 7.87
QUICK VIEW
Tirsuli Bouteille thermos isotherme de voyage 2 Litres à double paroi en acier inoxydable - Chaud/froid plus de 24 heures - eau, café, lait ou thé (bleu)
$ 18.01
QUICK VIEW
Pochoir 21 x 21 cm en plastique mylar : Singe bad Boy
$ 3.37
QUICK VIEW
OKKO | Poubelle 17L | Design Moderne Poubelle | Poubelle sur Pied Extérieur, Interieur | Taille Optimale, Deux Fonctions | La Poubelle Extérieure en Acier Inoxydable | Argent, Noir
$ 23.65
QUICK VIEW
VERFARM Lit simple en métal, avec sommier à lattes, avec tête de lit, lit simple, 120 x 200 cm, noir
$ 41.67
QUICK VIEW
IT'S PURE EXPERT Filtres à Eau pour Delonghi DLSC002, Filtre Detartrant Compatible avec machines à café Magnifica S, les Séries ECAM, ESAM, ETAM, Adoucir l'eau et Réduire le Calcaire (Lot de 4)
$ 11.25
QUICK VIEW
Carte anniversaire garcon spécial football. Carte 3D pop up pour souhaiter un anniversaire à un fan de foot ou pour utiliser comme carte d'invitation, peut accompagner un bon cadeau d'anniversaire.
$ 3.37
QUICK VIEW
ybaymy Lot de 12 feuilles de lierre artificiel à suspendre - Plantes artificielles - Pelouse murale - Pour la maison, la chambre ou le jardin - Décoration 60 x 40 cm
$ 50.69
QUICK VIEW
Browin 602013 Verre universel en plastique pour concombre de sel 3 L, PET
$ 6.75
QUICK VIEW
2 Tampons transparents 'Florilèges Design - Vue sur mer' Au grand air
$ 1.12
QUICK VIEW
Furnitech Ensemble Meuble TV Mural Suspendu Salon – Meuble Salon Design Moderne avec colonnes, vitrines et rangements – Mobilier sans éclairage LED (Future 68/HG/W/2 1B)
$ 111.53
1
...
60
61
62
63
64
65
66
67
...
3279
BACK
Shopping Cart