{{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
Autocollants texte inspirant en espagnol 50pcs Mignon Scrapbooking Autocollants Esthétique Rétro Journaling Fournitures Kit Imperméable pour Planner Scrapbook Papier Ordinateur Portable
$ 3.37
QUICK VIEW
DCIDBEI Diamond Painting Chat Lot de 4 30x40 cm Broderie Diamant Chat AI Diamond Painting Chat Enfant Peinture Numero Adulte Chat Tableau Diamant Kit Complet Adulte Chat Diamond Painting Enfant Fille
$ 4.50
QUICK VIEW
Torribala Pince à thé en acier inoxydable, boule à thé, infuseur, pince à épices, accessoires, épices, œufs
$ 5.62
QUICK VIEW
Arti CASA Pince de Fixation pour Table, métal, Noir, Tischstange
$ 13.51
QUICK VIEW
Viva Haushaltswaren Lot de 2 pelles en Bois 14 cm pour sel, Sucre, Farine
$ 3.37
QUICK VIEW
Fayemint 50 Pièces Cartes de Nom Table, Marque-Places, Cartes de Nom Table Blanc, Carré, pour Mariages, Anniversaires, Communions, Baptêmes et autres Décorations de Table de Fête
$ 3.37
QUICK VIEW
SoBuy Armoire Murale, Placard de Rangement, Meuble de Rangement Suspendu Salle de Bain, Meuble Haut avec 2 Portes, Étagère Réglable et Étagère Ouverte, 60x15x54 cm, Blanc et Vert, BZR140-GR
$ 32.66
QUICK VIEW
JNWYH Lot de 120 ailes d'ange en bois - 6,2 x 2,5 cm - Pour décoration de maison, fête, artisanat, pendentifs décoratifs, bricolage (4 styles)
$ 6.75
QUICK VIEW
ROWENTA STEAMFORCE, Fer à repasser doté de la technologie Microsteam400, 3100 W, Fonction Pressing 230 g/min, Capteur de mouvement, Arrêt Automatique, DW9240D1 Fer vapeur
$ 93.50
QUICK VIEW
CHNSHOME Housse de Fauteuil à Oreilles 2 pièces Extensible Housse de Fauteuil à Oreilles 1 Place avec accoudoirs élastique Housse de Chaise à Oreilles Rose
$ 22.52
QUICK VIEW
Benoon Matrice de découpe en métal en forme de cadre photo pour scrapbooking, décoration d'album – Argent
$ 3.37
QUICK VIEW
Lot de 3 filtres lavables pour aspirateur ZR009007 et X-Force Flex 14,60 11,6
$ 9.00
QUICK VIEW
Oairse Lot de 3 miroirs muraux Soleil - Décoration bohème moderne - Avec crochets en métal - Décoration murale - Style bohème - Décoration murale - Pour salle de bain, entrée, salon, chambre à coucher
$ 14.63
QUICK VIEW
MSV Brosse WC avec Support PP & INOX Gris
$ 2.24
QUICK VIEW
Générique Practical and ProfessionalPresse-ail Broyeur Hachoir Cuisine en Acier Inoxydable Ail Smasher Presse À Main en Acier Inoxydable Presse Outil De Presse Manuel
$ 5.62
QUICK VIEW
SKZ Poster Stray Kids Kopo Kopo - Décoration murale rétro et esthétique - Pour décoration de maison et de bureau - 40 x 60 cm - Sans cadre
$ 9.00
QUICK VIEW
Nucleiser Cerise, MUNSKT Multi Cherry Stone outil Nucleiser, Olive Picker Cerise Graine Nucleiser, Portable Multifonction Professionnel Rapide en Acier Inoxydable Dénoyauté Dispositif pour Aubépine Ce
$ 5.62
QUICK VIEW
FLAVOR PLUS Housse en Tissu Imperméable Anti-Taches Résiné, Compatible avec Friteuse Sans Huile Cecotec/Cecofry de 2,5 L, 5 L et 5,5 L. Dimensions 31 x 27 x 33 cm. Résistant à l'Eau, Beige
$ 7.87
QUICK VIEW
Dorccsi Tabouret en Plastique Noir Multifonctionnel 8,1 x 7,7 x 6,3 Pouces Petit Marchepied pour Salon, Salle de Bain, Cuisine
$ 11.25
QUICK VIEW
BNG Oreiller garnissage de Microfibre Mousse de Rembourrage, Rembourrage pour Peluche, oreillers, Poignet, Coussins. Sac et qualité au Choix (Basique, 4)
$ 20.27
QUICK VIEW
Glorex GmbH-Cintre Crochet, nickel, Gris, 2.8 x 84 mm
$ 3.37
QUICK VIEW
Générique Best Products - 24 CUILLÈRES DÉGUSTATION Argent 10CM
$ 5.62
QUICK VIEW
SwirlColor Coussin Aiguilles Couture, 4 Pièces Adorable Kit de Coussin en Forme de Citrouille Coussin à Broche Abordable pour Machine à Coudre à la Main Magasin de Couture épingles à Aiguilles
$ 9.00
QUICK VIEW
Humidificateur de bruit blanc multifonctionnel avec haut-parleur Bluetooth et diffuseur de veilleuse, Fl 3 en 1 Aromathérapie - LED sans flamme
$ 21.39
QUICK VIEW
Matte Ensemble gourde et bombilla Yerba Mate 184,3 g – Comprend une boîte DS Pro – Kit Yerba Mate sans BPA avec paille matée, design élégant, base antidérapante (noir)
$ 45.05
QUICK VIEW
nuluxi Presse-Purée à Pommes de Terre Professionnel 3 en 1 en Acier Inoxydable Presse-purée de Pommes Pomme de Terre Masher Presse à la Main Idéal pour Fruits Légumes Agrumes Aliments pour Bébés
$ 7.87
QUICK VIEW
Begchy Moule pour bougeoir avec huiles essentielles, bol rond, cire d'arôme, four de fonte, pot hydroponique, moule en silicone pour béton
$ 7.87
QUICK VIEW
XILIMEN Support Seche Cheveux, Porte Seche Cheveux et Lisseur, Acier Inoxydable Porte Seche Cheveux Mural, Auto-adhésif Support Seche Cheveux sans Percage, Convient pour Salle De Bain, Noir
$ 7.87
QUICK VIEW
Pandalein Lot de 2 écussons brodés à repasser - Motif rose rouge - Pour vêtements, bricolage, jeans, t-shirts, vestes - Pour travaux manuels - Rouge
$ 10.13
QUICK VIEW
BOL 0.75 LITRE + SOCLE + COUVERCLE POUR PETIT ELECTROMENAGER KENWOOD - KW714803
$ 47.31
1
...
127
128
129
130
131
132
133
134
...
3279
BACK
Shopping Cart