{{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
Lot de 3 filtres à air MK04 H13 de rechange pour purificateur d'air AROEVE MK04 MG04JH 3 étapes H13 Ture HEPA filtre de rechange comparé à la pièce # MK04LX
$ 23.65
QUICK VIEW
mooderff 3Pcs Presse Tube Dentifrice | Dentifrice à Tube Roulant Presse-Dentifrice en Acier Inoxydable | Squeezer Écrase Tube pour Tubes Dentifrice Peinture Crème Maquillage
$ 3.37
QUICK VIEW
Pot a Lait INOX Bidon De Transport De Lait De Ferme 3L/5L/10L/15L Bidon De Baratte À Lait Pot Seau À Vin Baril Seau À Eau Huile Réservoir À Thé Réservoir Scellé en Acier Inoxydable HK15,5L
$ 13.51
QUICK VIEW
Feeby Impression Sur Toile Femme Ville 80x80cm Tableaux Tableau Mural Image Moderne Photo Décoration Murale Artistique Photographie Design Chambre Salon Cuisine Violet Rose Rouge
$ 31.53
QUICK VIEW
OlBuWa 4 Pièce Moules à Tarte aux œufs, Mini Moules à Gâteaux, Acier Inoxydable Oeuf Tarte Moule, Antiadhésif Plaque de Cuisson Moule à Cupcakes, Brownies, Gâteaux, Muffins, 11cm
$ 5.62
QUICK VIEW
Harfield Plateau plat en polypropylène Jaune 41 x 30 cm
$ 2.24
QUICK VIEW
Cozihom Lot de 2 passoires à pâtes en silicone à clipser pour poêle, taille universelle, matériau de qualité alimentaire, résistant à la chaleur, vert
$ 10.13
QUICK VIEW
LeRatio Lot de 6 grands bols à pâtes de 22 cm, assiettes profondes en grès résistant aux rayures, bols de service modernes, bols à soupe et nouilles, passent au micro-ondes et au lave-vaisselle
$ 30.41
QUICK VIEW
kEUkunHA Cadeau Maitresse D'éCole Cadeaux Maitresse D'éCole Fin D'AnnéE Merci Cadeau Cadeaux Noel Fete Des Meres Saint Valentin Anniversaire Halloween Paques Retraite Original Tote Bag pour Maitresse
$ 5.62
QUICK VIEW
Azlanway Étiquettes Cœur en Papier Kraft Blanc – 100 Pendentifs avec Cordon pour Cadeaux, Mariage, Anniversaire, DIY, Noël, Saint-Valentin, Décoration
$ 3.37
QUICK VIEW
Ballons licorne debout, ballons licorne avec ailes, ballon à l'hélium licorne, décoration d'anniversaire d'enfant, décoration licorne pour filles enfants
$ 3.37
QUICK VIEW
Gatuida 100pièces Bâtonnets Bois pour Lollipops Et Cocktails Agitateurs Bois pour Café Sucettes Gâteaux Et Boissons Idéals pour Fêtes Et Utilisation Quotidienne
$ 5.62
QUICK VIEW
Accessoires pour Dreame H12 Pro/ H12 Dual Aspirateur, Pièces de Rechange 2 Brosse à Rouleau, 2 Filtres HEPA, 1 Brosse de Nettoyage
$ 11.25
QUICK VIEW
sogesfurniture Meuble de Rangement en Bambou, Armoire de Salle de Bain avec Étagère et 1 Portes à Persiennes, pour Salle à Manger, Salon, Cuisine, 36 x 32.5 x 85 cm
$ 29.28
QUICK VIEW
Protege Matelas 160x200 Impermeable 100% Coton - Housse de Matelas 160 x 200 cm Imperméable Coton Respirant – Lavable + Super Absorbante + Réglable - Oeko-Tex | VALENTIA MEDICAL
$ 13.51
QUICK VIEW
LINDER Rideaux Voilage d'intérieur prêt-à-Poser Transparent élégant pour Fenêtre Polyester Lin Blanc Finition Galon Fronceur Dimensions 180 x 240 cm idéal Salon Chambre Cuisine
$ 22.52
QUICK VIEW
KAKASEA Support rotatif 6 en 1 pour ustensiles de cuisine
$ 5.62
QUICK VIEW
MSLSOZ Plante Stencils pour la peinture, dessin Modèles pour artisanat d'art bricolage, Notebook, Scrapbook
$ 4.50
QUICK VIEW
Actask Etagere Rangement à 3 Niveaux, Étagère de Rangement avec Étagères en Fil d'acier Réglables en Hauteur et Pieds de Nivellement pour Cuisine Garage Salon Chambre - Poids Maximal de 204KG, Noir
$ 18.01
QUICK VIEW
Weduspaty Cake Creamer Verre Verre en V Serme en V à double échelle Picherie de crémier 6 oz avec poignée en bois Tasse d'expresso à grains verticaux (transparent), Cake Creamer Récipient
$ 6.75
QUICK VIEW
Zesteur De Citron Râpe À Agrumes En Acier Inoxydable Éplucheur D'oranges Au Citron Vert Outil De Cuisine Pour Tranches De Fruits Râpe À Citron, Zesteur D'orange, Râpe À Orange, Zesteur D'agrumes
$ 1.12
QUICK VIEW
Coeur Plaque Funéraire Coeur | Plaque+funéraire |Pierre tombale | Plaque Commémorative | Plaque funéraire granit | Ornement funéraire (NOIRE)
$ 38.29
QUICK VIEW
HOMLA Elora Miroir sur pied décoratif Doré 50 x 140 cm
$ 30.41
QUICK VIEW
36 pièces Poche a Douille Patisserie Kit, Douilles Patisserie, Ustensiles à Pâtisserie, DIY Patisserie Accessoire Kit, Professionnelle pour Décoration de Cupcake et Muffins Gâteaux
$ 3.37
QUICK VIEW
Repose-pieds Ergonomique de Bureau 6 Niveaux Réglables - Surface Anti-Dérapante et Structure en Acier Stable - Confort pour Position Assise ou Debout - Idéal pour Bureau et Télétravail - Noir
$ 27.03
QUICK VIEW
Suffolly Calendrier de l'avent avec Sapin de Noel et Ornements, Noël 24 Jours Compte à Rebours Calendrier de l'avent, Calendrier de l'avent Enfant pour Cadeau de Noël (6 Feuillages/36CM)
$ 7.87
QUICK VIEW
Teinture Textile Bois de Rose - 350g Tout-en-un - Prêt à l'emploi pour Vêtements et Tissus HAUTE COUTURE
$ 11.25
QUICK VIEW
Réfractomètre Brix Portatif 0-95%, Réfractomètre Numérique Portable, avec Écran LCD Rétroéclairé, Compensation De Température, Précision ± 0,2%, Mesure Rapide en 3 Secondes
$ 61.95
QUICK VIEW
Lelit PS325 Centrale vapeur 800 W 2,5 L Semelle en acier inoxydable Acier inoxydable Centrale vapeur 800 W 5,5 bar 2,5 L Semelle en acier inoxydable 1000 W
$ 74.34
QUICK VIEW
Moule en silicone pour fruits et oranges 3D moule en silicone orange Moule à gâteau au fudge en silicone Pour la cuisson du savon, de la gelée, du pudding, des cupcakes, de la crème glacée
$ 10.13
1
...
1588
1589
1590
1591
1592
1593
1594
1595
...
3279
BACK
Shopping Cart