{{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
BNCVJFI Impression sur toile d'anime Solo Leveling 40 x 60 cm
$ 13.51
QUICK VIEW
Housses extensibles pour bols, housses alimentaires réutilisables - 100 pièces de manchons alimentaires réutilisables, housses alimentaires réutilisables, sacs de cuisine étanches pour bol et
$ 3.37
QUICK VIEW
WestCH 12 Pièces Cercle Attrape Reve 3mm Anneaux en Métal Cercle Metal 5cm/10cm/15cm/20cm Anneaux en Métal pour Mariage,Tenture Murale,Cerceau,Capteur de Rêves Bricolage Décoration
$ 7.87
QUICK VIEW
LUCKYLINDE Plaque en tôle avec inscription « Bike Service » - Panneau d'avertissement et de stationnement (20 x 30 cm)
$ 5.62
QUICK VIEW
GORGECRAFT 6 pièce 2 Couleurs de Robe de en Tissu Support D'Affichage en Plastique Support de Modèle de Table Mini Mannequin de Couture pour Jupe Vêtements Décoration de Maison de Noir et Blanc
$ 12.38
QUICK VIEW
DEGG Kit de filtres - Compatible avec aspirateurs Miele Boost CX1 - Remplace SF-HY 60 & CX-FSF - Filtre HEPA et Anti-Poussière Fine - Ajustement parfait - Accessoires pour aspirateur
$ 15.76
QUICK VIEW
GROVBLE 40 Pcs Serviette Anniversaire,Dinosaures Serviettes en Papier Party Serviettes de DinosauresParfait pour la fête d'anniversaire des pour Enfants pour garçon Décoration de Table 33 * 33 cm
$ 6.75
QUICK VIEW
Sea Team Panier de Rangement Tissu à Motif marocain Toile Corbeille de Rangement Pliable de Conception géométrique avec Couvercle à Cordon et poignées Cuir PU, 16,5 x 11,8 Pouces, intérieur étanche
$ 13.51
QUICK VIEW
Duosheng & Elegant Lot de 3 chaussettes de Noël à suspendre en fausse fourrure, parfaite décoration de fêtes familiales, personnalisable avec un nom écrit en grand, blanc
$ 10.13
QUICK VIEW
Lot de 13 kits de rechange pour aspirateur robot Mova Z50 Ultra / Z5 / Z5 Pro Ultra, pièces d'accessoires, 1 balai à rouleau, 4 brosses latérales, 4 filtres HEPA, 4 sacs à poussière
$ 16.89
QUICK VIEW
Neikafan Fil Chenille Cure Pipe Fleurs 500 Pièces Kit Bouquet Cure Pipe Chenille Fil Loisirs Creatifs de Fleurs Création Kit avec Floratape et Tige Fleur Artificielle pour l'Artisanat
$ 11.25
QUICK VIEW
TOAOB 30 pcs Craft Pompoms Loisirs Creatifs Multicolore 5 cm Gros Pompons Artisanale Moelleux pour Bricolage Fournitures Décorations Couture Guirlandes Franges Projets et Artisanat
$ 5.62
QUICK VIEW
4PCS Outil pour Cuir Polissage Polie Outil de Sculpture en Cuir Cuir DIY Fait à la Main Travail du Cuir Brunissoir Cuir Outil de Sculpture Maroquinerie pour Perceuse Polie Outil de Sculpture en Cuir
$ 5.62
QUICK VIEW
Thermomètre À Lecture Instantanée - Vérification À La Chaleur De Viande, Sonde De Température De Cuisine | Outil De Barbecue Électronique, Capteur D'affichage De Cuisson Réversible, Thermomètre De Gri
$ 2.24
QUICK VIEW
Panneau mural vintage en métal avec motif chat noir et café More Espresso Less Depresso - Décoration vintage - 20,3 x 30,5 cm
$ 4.50
QUICK VIEW
Spldsun 100 Pièces Bambou Bâton Cocktail, Mélangez et Assortissez, Brochette Fruits Cocktail, Bâtonnet Cure Dents Décoratif, pour Fruits, Snacks, Divertissements, Sandwiches (12cm)
$ 5.62
QUICK VIEW
NOLITOY Brosse De Nettoyage Pour Machine à Espresso Avec Cuillère Poils Amovibles Pour Nettoyage Des Cafetières
$ 5.62
QUICK VIEW
Hachoir électrique avec port USB, mini robot de cuisine 250 ml, 320 ml, coupe-légumes électrique, avec 4 et 6 lames tranchantes, presse-ail multifonction pour viande, légumes, fruits (vert)
$ 7.87
QUICK VIEW
Spetebo Plateau magnétique beige pour bougies à tige – 30 x 15 cm – Bougeoir en métal avec 4 supports magnétiques – Support pour bougies de table, plateau de l'Avent
$ 7.87
QUICK VIEW
New Look NL6035 Patron de Couture Tailleur 22 x 15cm
$ 4.50
QUICK VIEW
Royal Swiss Couscoussière en INOX (14 litres)
$ 21.39
QUICK VIEW
Poprkdre Support de douche 3 pièces sans perçage, support de douche en acier inoxydable, support de douche réglable en hauteur pour tiges de douche de diamètre 18-27mm(argent)
$ 6.75
QUICK VIEW
DecoInParis Lit Coffre capitonné en Velours Idaline 140 x 190 cm
$ 111.53
QUICK VIEW
Folia carton photo 6129 (50 x 70 cm, 10 feuille) Vieux Rose
$ 4.50
QUICK VIEW
Baroni Home Pouf en Velours pour Salon, Tabouret avec Jambes Or, Repose-Pieds Confortable de Séjour, 33x33x38 cm, Beige
$ 86.74
QUICK VIEW
HVVENTY Moulin à aliments en acier inoxydable, ustensiles de cuisine, broyeur à légumes, broyeur à aliments
$ 11.25
QUICK VIEW
Mont Marte Pinceaux Peinture Detail – 15 Pinceau Fin – Etui de Rangement Inclus – idéaux pour la Peinture Acrylique, à l'eau, à l'huile
$ 14.63
QUICK VIEW
Portaescobillas KS 120 EB
$ 25.90
QUICK VIEW
Modèle Gonflable léger pour vêtements pour Homme, Facile à Installer et à
$ 14.63
QUICK VIEW
BRIGHT SHOWERS Ensemble de double pommeau de douche à main avec, tuyau de douche en acier inoxydable de 152,4 cm de long, chromé
$ 36.04
1
...
14
15
16
17
18
19
20
21
...
3279
BACK
Shopping Cart