{{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
KnitPro Aiguille Conseils, Acier inoxydable, Argent, Un Taille
$ 3.37
QUICK VIEW
Guanici 8 Pièces Porte Manteau Mural Patère Murale Patere Murale Porte Manteau Patères Murales pour Murs Portes Placards Dans les Chambres Salles de Bains Couloirs Bureaux (Noir)
$ 9.00
QUICK VIEW
Marabu Peinture Textile Textile 50 ML – 062 Vert Clair
$ 5.62
QUICK VIEW
Mug Amour Tirade Idée Cadeau Original Femme Homme Tasse Message drôle Humour Déclaration pour Ami Couple Amoureux Collègue Mari Fiancé Copain Copine pour Anniversaire St Valentin Noël.
$ 9.00
QUICK VIEW
YETONADO Lot de 50 sacs sous vide en feuille d'aluminium transparent argenté Mylar pour emballage alimentaire, différentes tailles (24 x 30 cm)
$ 13.51
QUICK VIEW
Sac Isotherme Courses, Sac Glaciere Pliable avec Couvercle, S-AC Thermique Réutilisable, Sa-c Isotherme Pliable, pour Courses, Pique-Nique, Camping, Plage, Barbecue, Voyage
$ 7.87
QUICK VIEW
LPEPLL Bouteille huile 2 in 1, Distributeur en verre 180ml avec pinceau en silicone, idéal pour cuisson, friture, grillades, sauces, vinaigre, marinades (Brun)
$ 6.75
QUICK VIEW
Generisch Lot de 3 herbes de la pampa artificielles XXL 100 cm, marron
$ 20.27
QUICK VIEW
HappyBed - ['All-Year 260x220 - - Couette Lavable sans Housse - Couette imprimée sans Housse - Couette avec Impression - Couette ajustée - Feuilles Bleues
$ 52.94
QUICK VIEW
PH PandaHall 120pcs Couvre Boutons Ronds Recouverts de Tissu à Faire Soi Même 3 taille Kits de Bouton Vierges avec Dos Plat et Outils pour la Fabrication en Tissu
$ 7.87
QUICK VIEW
YINETTECH Lot de 50 œillets à Rideau Ronds en Plastique pour Rideau de Douche, Porte de Chambre, Sac à Dos Noir
$ 7.87
QUICK VIEW
Decora 0075033 Perforated Pizza Focaccia Mould 28 cm, Steel
$ 6.75
QUICK VIEW
LETTRE A MAGNÉTIQUE NOIRE SUR FOND BLANC 15CM DE HAUTEUR DU CARACTÈRE
$ 2.24
QUICK VIEW
Lot de 48 sachets à pop-corn à rayures Rouge/blanc - Style rétro américain - Pour grignoter, pour les bonbons, les cinéma, les fêtes et les anniversaires
$ 5.62
QUICK VIEW
Kit 2 bouteilles pour Twist'n Sparkle ISI Bartender Cocktail
$ 24.77
QUICK VIEW
Support pour Micro-ondes de Comptoir, Support pour Micro-ondes avec Tiroirs Coulissants Et Poignée, Etagères Coulissantes pour Rangement de Cuisine Rangement de Salle de Bain Rangement de Meuble-lavab
$ 98.00
QUICK VIEW
Marstey Tapis sous évier, 86,4 x 55,9 cm, revêtement d'armoire en Silicone avec Trou de Drainage, imperméable et Facile à Nettoyer, Tapis d'armoire de Cuisine, Salle de Bain
$ 12.38
QUICK VIEW
MINFEIDMS Moule en silicone pour lampadaires de rue style vintage baroque Lanterne de rue Moules à fondant pour décorer les gâteaux Cupcake Topper Chocolat Pâte à fleurs Bonbons Argile polymère
$ 4.50
QUICK VIEW
APLI Lettres et Chiffres Transferts (1 Feuille) DD15F 3 mm Noir
$ 3.37
QUICK VIEW
Janlifian Lot de 12 aimants de réfrigérateur dorés en forme de cœur rouge pour réfrigérateur, petits aimants décoratifs pour tableau blanc et photos
$ 5.62
QUICK VIEW
Poudre Holi Gulal bleu ciel 700 g soluble dans l'eau naturelle festival séance photo Rangoli couleurs arc-en-ciel sac photos colorées ensemble animaux fête prénatale mariage camps d'été
$ 6.75
QUICK VIEW
StrongTek Tabouret de Douche en Bambou, Banc Petit avec Coussin pour Bain/Salon, Repose-Pieds Sécurisé pour Rasage, Siège avec Rangement, Idéal Adultes, Seniors, Spa, Espresso
$ 23.65
QUICK VIEW
Céramique Porte Allumette, Support d'Allumettes De Cowboy, Céramique Porte Allumette pour Bott, Boîte D'Allumettes De Bottes, pour Les Cuisines Cheminées Salles De Bains Chambres à Coucher
$ 23.65
QUICK VIEW
Ouvre-boîtes manuel, outil de cuisine robuste avec bord lisse magnétique, poignée ergonomique, décapsuleur et ouvre-bocal (rose)
$ 5.62
QUICK VIEW
ifundom 100 Pièces Présentoir à Bijoux De Cheveux Carte De En Carton Barettes Cheveux Cartes Daccessoires Pour Cheveux Barrettes à Cheveux En Carton Plastique Papier Spécial Porte-bijoux
$ 7.87
QUICK VIEW
Batterie De Remplacement 1VVT1 VVN6 VVA1 Compatible avec Xiaomi/Compatible avec Dreame V11 V11SE V12(V10 Pro-5000mAh)
$ 32.66
QUICK VIEW
Outus 2 Pièces 4 Mètres Guirlande de Papier Rond Couleurs Assorties Cercle de Papier Rond Pendaison pour Mariage Fête d'anniversaire
$ 4.50
QUICK VIEW
MOTHNUR Lot De 2 Sabliers Portables De 2 Minutes : Sablier Décoratif en Bois pour La Maison, Le Bureau Et Les Voyages.
$ 7.87
QUICK VIEW
Lot de 4 guirlandes en papier à paillettes multicolores pour anniversaire, mariage, Nouvel An, carnaval, jubilé, mariage
$ 2.24
QUICK VIEW
Porte-serviettes électrique 36 W sans perçage en aluminium et plastique - Température constante de 55 °C - Pliable à 90° - Mini sèche-serviettes mural avec écran LCD tactile
$ 32.66
1
...
8
9
10
11
12
13
14
15
...
3279
BACK
Shopping Cart