{{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
DCIDBEI Peinture au Diamant Chemin de Coquelicots 40x50 cm Diamond Painting Fleurs Puzzle Diamant Fleur Adultes Fleurs Rue de Coquelicots Chemin Romantique Ruelle Romantique Peinture Numero Fleur
$ 9.00
QUICK VIEW
Pasabahce Basic Service à Thé avec Assiettes, Verre, Transparent, 12 Pièces
$ 13.51
QUICK VIEW
axentia Crochet double - 2 crochets porte-serviettes en acier inoxydable - Crochets à suspendre - Sans perçage ni colle - Environ 2.5x7.5x2.5cm - Argenté
$ 2.24
QUICK VIEW
Today Oreiller à Memoire de Forme 60/60 Polyester Essential
$ 9.00
QUICK VIEW
2 Pièces 105L Sac Rangement Vetement, Grand Housse de Rangement, étanche Sac de Rangement sous Lit pour Couette Oreillers Jouets Vestes Literie
$ 11.25
QUICK VIEW
ZMFBHFBH Encadré Wall Art Mode Femme Wall Art Lumineux Coloré Contemporain Picasso Or Peinture À L'huile Sur Toile Mur Photos 40x80cm (16x32in) Avec Cadre
$ 27.03
QUICK VIEW
PATIKIL Feuille de Mousse Pailletée EVA Brillante Violette 11 x 8 Pouces 2 mm d'Épaisseur Feutre Pailleté pour Projets d'Artisanat DIY, 10 Pièces
$ 12.38
QUICK VIEW
PH PandaHall 14 emplacement Présentoir de Cartes de Vœux en Bois, Support Carte Postale Présentoir Cartes pour Table Cartes Photos Vendeur Comptoir de Détai Cartes de Vœux
$ 9.00
QUICK VIEW
A7 Robot Aspirateur Filtre Primaire de Remplacement pour Pièces de Rechange de Facile à Installer Réduire les Allergènes dans L'air
$ 4.50
QUICK VIEW
Bouchon de Vidange Bassin Pop-up Boulon à Ressort en Laiton Universel Bouchon de Lavabo Clapet Bonde Lavabo Pop Up pour Cuisine Salle de Bain évier - Placage en Laiton Chromé
$ 4.50
QUICK VIEW
Thewasc Boîte à bijoux portable en forme de livre - Polyvalente - Style vintage - Pour une utilisation individuelle ou professionnelle
$ 5.62
QUICK VIEW
emmevi Nappe de cuisine, chemin de table, style shabby chic, en tissu pour table, style shabby (A) 85 x 85 cm
$ 10.13
QUICK VIEW
NUEYSP Parure de Lit 140x190 Feuilles Vertes Housse de Couette 1 Personne Enfant avec Fermeture Éclair Doux Confortable Respirant Microfibre Housse Couette et 2 Taie d'oreiller 65x65 cm
$ 14.63
QUICK VIEW
sourcing map 20pcs Sli sur Fin Fermoirs, 6 mm Tube Balle Perle Glissière Ondulation Fins pour Multi-brin DIY Artisanat Fabrication, Or Ton
$ 5.62
QUICK VIEW
Panda - Couverture douillette pour enfant fille - Couverture moelleuse en flanelle polaire - Couverture TV, canapé, salon - En microfibre - Facile d'entretien - Chaude et confortable - Durable - 130 x
$ 11.25
QUICK VIEW
Kit Nettoyage Haute Hauteur 2 en 1 | Pumeau télescopique Extensible 425cm | Fibres microfibrillaires + Brosse à Toiles d'araignée | pour plafonds, vitres, exterieurs
$ 14.63
QUICK VIEW
4 Pièces Chaussettes pour Accessoires De Modèle De Jambe Présentoir De Vêtements Vêtements Mannequin Bracelets en Plastique Chaussures Mannequin Chaussette Pied Mannequin
$ 20.27
QUICK VIEW
FANSU Lanterne Papier Decoration, Lanterne en Papier à Suspendre Lot de 9 Lampion Papier Rond Lanternes Papier Décoratives pour Décoration Extérieur Mariage Anniversaire (25cm,Rose Foncé)
$ 7.87
QUICK VIEW
Comptoir de la Bougie - Lot de 10 Bougies Chauffe-Plat Parfumées 3,7cm Coco
$ 1.12
QUICK VIEW
KELUNIS Pot De Lait en Acier Inoxydable 304 Couvercle et Robinet D'éTanchéIté pour RéServoir d'eau Seau à Vin Heavy Duty pour l'huile De Vin Laiteux(5/10L,1.3/2.6gal),10L
$ 42.80
QUICK VIEW
Karlsson Present Time - Réveil Gummy
$ 10.13
QUICK VIEW
TOPINCN Kit de Couture Panier, Organisateur de Rangement de Couture Panier de Couture, Aiguilles pour Ciseaux Fils Boutons
$ 11.25
QUICK VIEW
Lot de 6 sacs cadeaux de Pâques avec poignées, lapins, carottes, poussins, œufs de Pâques, en tissu non tissé, pour emballer des cadeaux.
$ 2.24
QUICK VIEW
NingPower Attrape-Rêves À Double Anneau, Arbre De Vie en Cristal Artificiel À Suspendre Au Mur pour La Décoration De La Maison, Décoration Murale De Chambre À Coucher Artisanat D'Ornement, Noir
$ 9.00
QUICK VIEW
Gresorth Halloween Empilés Citrouille Serviette Faux Artificiels DIY Artisanat Décoration Décoratif Peindre Citrouilles Automne Cas Pièce maîtresse pour Maison Parti Tableau
$ 9.00
QUICK VIEW
Ensemble de mortier et pilon en bois, Moulin à épices à Herbes, Broyeur de Cuisine Sain, Fabriqué en bambou de haute qualité, adapté à l'ail, au piment, aux arachides, aux noix et à diverses épices
$ 9.00
QUICK VIEW
Hearda Housse Fauteuil 1 Place, Séries Géométriques Extensible Housse Fauteuil, Housse Fauteuil Club, Housse Fauteuil Cabriolet, Lavable Housse de Canapé, Protecteur de Tub Chair (Rouge)
$ 7.87
QUICK VIEW
Rosti Margrethe Set de saladiers, Set de 4 saladiers avec 2 saladiers et 2 couvercles, en plastique recyclable, 1,5 litres et 3 litres, Curry
$ 27.03
QUICK VIEW
Hoover Réservoir à Poussière pour Aspirateur - Pièce de Rechange d'Origine - Compatible avec l’Aspirateur-Balai sans Fil Hoover Freedom
$ 18.01
QUICK VIEW
Generateur Ozone Portable, Purificateur d'air pour L'eau et L'air, Peut Être Utilisé pour Diverses Désinfections et Nettoyages de La Vaisselle, des Salles de Stockage, des Fruits et Légumes
$ 61.95
1
...
74
75
76
77
78
79
80
81
...
3279
BACK
Shopping Cart