{{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
Brosse pour Dy-son Airwrap, Air-wrap pour Dy-son, Brosse pour Dy-son de Nettoyage pour Sèche-Cheveux, Brosse de Nettoyage pour Filtre Air-wrap Hs01 Hs05, pour Airwrap Styler pièce n° 969760-01
$ 3.37
QUICK VIEW
2 Rouleaux de Ruban D'organza Doré Métallisé, Ruban Cadeau en Organza Métallique, Ruban de Noël Décoratif Brillant, 40 mm de Large, Adapté À L'emballage de Cadeaux, À L'artisanat
$ 6.75
QUICK VIEW
Rcr Opera Bouteille Carrée, Verre Sonore, Transparent
$ 20.27
QUICK VIEW
AMEEDA Mortier et Pilon Ensemble de mortier et Pilon en Agate Naturelle, Toutes Tailles, 30mm, 50mm, 70mm, 100mm, 120mm, for Le meulage de Recherche(ID 180MM)
$ 111.53
QUICK VIEW
Couteau de Cuisine FOHERE14 Pièces Ensemble Set Couteaux de Cuisine en Acier Inoxydable avec Bloc en Bois, Bloc de Couteaux avec Affûteur Intégré, Brun
$ 41.67
QUICK VIEW
Joint Joint d'étanchéité Café accessoire Brew Tête pour machine à café Espresso universel professionnel accessoire supplémentaire
$ 4.50
QUICK VIEW
2 pièces Chaise accoudoir Bras Chaise de Bureau pièces Chaise Universelle Coussin Coussin Chaise de Jeu accoudoirs Coussinets pour Fauteuil Chaise de
$ 7.87
QUICK VIEW
Lot de 32 marqueurs de verre en silicone réutilisables pour verre à vin, tasses, verres à boire, décorations de fête et utilisation à la maison, Silicone
$ 3.37
QUICK VIEW
4 ensembles emporte-pièces, 4 types de cadres de moules en silicone pour fleurs
$ 12.38
QUICK VIEW
Canapé Convertible 3 Places en L Avec Espace de Rangement et Porte-Gobelet - Canapé Lit Moderne Design, Angle Gauche et Droit - Gris
$ 111.53
QUICK VIEW
NUOBESTY Lot de 6 Cubes en Mousse Vierges 5 X 5 X 5 Cm Blocs Blancs pour Décorations Artisanales
$ 9.00
QUICK VIEW
HEMOTON 4 Pièces décoration murale en métal décoration murale d'art moderne pendentif rond rayon de soleil décoration murale cercle en métal décoration murale rayon de soleil le fer Doré
$ 9.00
QUICK VIEW
Tuyau, Flexible nu d'origine Aspirateur 2193977010 ELECTROLUX
$ 13.51
QUICK VIEW
InnovaGoods® Fer à Repasser Électrique avec Fonction Vapeur et Design Moderne Original et Portable, Matériau PC, Capacité 100 ml, Vapeur Continue 35 g/min, Chauffage Ultra Rapide en 30s.
$ 12.38
QUICK VIEW
DMC Stranded Nombre Shade cotton 921
$ 2.24
QUICK VIEW
QEDBOJE 4 pinceaux acryliques, pinceaux d'artiste haut de gamme, pinceaux en nylon à poils plats, conception ergonomique monobloc (20/30/40/50 mm)
$ 3.37
QUICK VIEW
Set De 6 Assiettes Plates Lunis - D 27 Cm - Noir
$ 23.65
QUICK VIEW
Plumeau en Microfibre avec Manche d'extension Acier Inoxydable - 76 à 254 cm Réutilisable et Pliable Lavable léger pour Nettoyer Le Ventilateur de Plafond, Haut, Les Stores, Meubles, Voitures
$ 10.13
QUICK VIEW
U24 - Écusson thermocollant - Reunion
$ 5.62
QUICK VIEW
Qualiveau® Autocollant de protection contre les collisions d’oiseaux, 10 à 18 cm, kit complet avec aide au collage, couleur : gris foncé
$ 3.37
QUICK VIEW
ABAKUHAUS Tour Eiffel Housse d'oreiller, Paris Lettre Coeur, Les Couleurs ne pourrissent Pas Le Tissu Lavable, 40cm x 40cm, Noir Blanc
$ 10.13
QUICK VIEW
Swpeet 23 pcs Kit de reliure comprenant un gommage de dossier en os véritable, un bol en papier, une aiguille pour les grands yeux, une sangle de reliure, un fil de cire, une règle en acier
$ 9.00
QUICK VIEW
OSNICA 1 bol de service indien pour céréales, soupes, plats de service en cuivre, acier Handi (taille 15 cm (500 ml)
$ 13.51
QUICK VIEW
ElevaPulse Rideau de porte à fils moustiquaire – 100 x 200 cm – Couleur macaron – Protection anti-mouches pour porte de balcon et fenêtre
$ 5.62
QUICK VIEW
380ML Mini Bouilloire portable Electrique de Voyage, 4 Temperatures Bouilloire Electrique, Acier inoxydable 304 avec Brosses et sacs, Tasse de Chauffage Rapide pour Thé Lait Café Arrêt Automatique
$ 12.38
QUICK VIEW
HOMCOM Bibliothèque étagère Zig zag Design Contemporain 80L x 23l x 192H cm 6 Niveaux Noir
$ 37.17
QUICK VIEW
Support pour carafe à vin, égouttoir à carafe 2 en 1 avec base en bois pour un séchage rapide Support pour carafe à vin avec tête en silicone
$ 11.25
QUICK VIEW
DMC - Pétra - Fil à tricoter et à crocheter | 100% coton - Idéal pour vêtements, layette et décoration
$ 5.62
QUICK VIEW
Ynnhik Moule époxy soleil et lune - Moules en silicone souple pour la fabrication de décorations, moules décoratifs en résine époxy pour miroirs, et moules Sunburst pour l'artisanat
$ 5.62
QUICK VIEW
Haofy Toile de Remplacement pour Chaise de Directeur, 1 Jeu de Protection de Tabouret en Toile pour Siège et Dossier en Toile de Remplacement pour Chaise de Directeur à Domicile(Noir)
$ 12.38
1
...
90
91
92
93
94
95
96
97
...
3279
BACK
Shopping Cart