{{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
SJTJSPX Boîte à Musique Carrousel Boîte à Musique en Résine Décoration Maison Bureau Cadeau Enfant Classique Music Box pour Filles Garçon Noël Anniversaire Mariage Objet Décoratif Boîte à Musique
$ 10.13
QUICK VIEW
Fallkniven D12 Fusil à aiguiser, Dorée, Or
$ 24.77
QUICK VIEW
Cabilock À Linge pour Machine À Laver Mini À Linge en Maille De À Linge Délicats À À Soutien-Gorge pour Vêtements Délicats
$ 5.62
QUICK VIEW
Grilo 998700 Kit Pâtisserie Décor pour Cupcake 17,5 x 10 x 17 cm
$ 7.87
QUICK VIEW
Décoration murale représentant l'archange Saint Raphaël, pour salon, chambre à coucher, 20 x 30 cm
$ 16.89
QUICK VIEW
Wash+Dry - Tapis Peacock Green 75x120, Vert
$ 34.91
QUICK VIEW
Indus Lifespace Corbeille à fruits en bois de manguier fabriquée à la main en bambou de style rustique, 30,48 x 30,48 cm (H x P) - Idéal pour les fruits, les collations, les desserts, les pâtes, les
$ 19.14
QUICK VIEW
Homeponnew Tuyau fileté pour aspirateur de 32 mm de diamètre intérieur, matériau EVA flexible, robuste et résistant aux intempéries, élimine efficacement la saleté, la poussière et les débris
$ 4.50
QUICK VIEW
Lauon Vaporisateur Huile Pluvérisateur d'Huile, 100 ml en acier inoxydable pour friteuse à air, ustensiles de cuisine, bouteille d'huile pour salade, barbecue, pâtisserie, grillades
$ 7.87
QUICK VIEW
WAGNERSIL 20 NC (1 kg) | Silicone de duplication de qualité supérieure | Rapport de mélange 1:1 | Silicone de moulage | Pour la fabrication de moules en silicone avec résine époxy, plâtre, cire | DIY
$ 21.39
QUICK VIEW
Batteur à lait puissant Zulay pour le café avec moteur en titane amélioré - Fouet électrique à main, mousseur à lait, mini mélangeur et mousseur à café pour frappé, latte, sans support - Argent
$ 5.62
QUICK VIEW
Furnitech Ensemble Meuble TV Mural Suspendu Salon – Meuble Salon Design Moderne avec colonnes - Vitrines et rangements avec éclairage LED Blanche (AN92NEW-21BS-HGM23)
$ 111.53
QUICK VIEW
Cordon en cuir tressé rond 3 mm Naturel 2 m Longueur au choix
$ 4.50
QUICK VIEW
Lot de 3 rouleaux de brayer en caoutchouc pour travaux manuels, rouleau encreur avec rouleau en forme de champignon et plaque de pression en plastique pour la gravure et les loisirs créatifs (3,5 cm/6
$ 10.13
QUICK VIEW
Oreiller de tête inclinable | Oreiller de soutien du cou respirant pour fauteuil inclinable de bureau, coussin de soutien pour appui-tête pour chaises, fauteuils inclinables, sièges baquets de conduit
$ 3.37
QUICK VIEW
Hztyyier 5 Pain moule pain silicone de goutiere plaque de Cuisson Plateau Réutilisable Moules À Pain Hot-Dog Antiadhésif Baking Molds
$ 14.63
QUICK VIEW
L'Héritier Du Temps Porte ou Range Bouteille Bière avec Anse 6 Cases Casier de Rangement en Bois et Décapsuleur 22,5x32x35cm
$ 10.13
QUICK VIEW
Sticker mural 3D pour tête de lit, effet capitonné, 83x160cm - Décoration intérieure pour chambre à coucher, look capitonné.
$ 22.52
QUICK VIEW
Ceanothe Tableau sur verre reflet renard 45x65 cm - Impression Image Haute Définition Pour Décoration Murale avec Finition Brillante Fabriqué en France
$ 30.41
QUICK VIEW
HIAKDOFT Masque De Théâtre Décoration Traditionnelle Pour Collectionneurs
$ 4.50
QUICK VIEW
Ysguyyz Distributeur D'œufs à Roulement Automatique à 4 Niveaux, Peu Encombrant, Pour L'organisation Du Réfrigérateur Et Du Comptoir, Organisateur De Porte-œufs En Plastique Durable (Blanc)
$ 10.13
QUICK VIEW
Prasacco Lot de 8 ronds de serviette en perles de bois élastiques de style bohème pour table à manger, fête, mariage, réunions de famille
$ 10.13
QUICK VIEW
Carnet de notes
$ 2.24
QUICK VIEW
GLOBLELAND Tampons Transparents en Forme Méduse Océanique Matrices de Découpe Pochoirs de Peinture en PET pour Fabrication Cartes Bulles D'Été Tampon en Silicone Matrices de Découpe en Métal Pochoirs
$ 5.62
QUICK VIEW
Berisfords 7622 Ruban tartan écossais traditionnel 25 m x 16 mm, Royal Stewart
$ 10.13
QUICK VIEW
0475-37 Lot de 2 bobines de 500 m de fil à coudre/synfil écru blanc cassé en polyester pour machine à coudre (0,06 € /10 m)
$ 4.50
QUICK VIEW
AfitLulu Mini sac fourre-tout en toile, joli petit sac fourre-tout réutilisable pour femme avec poignée pour loisirs créatifs, sac cadeau pour mariage, fête, anniversaire
$ 3.37
QUICK VIEW
Floordirekt - Tapis d'escalier en caoutchouc | Lot de 5 | Autocollants – Tapis d'escalier antidérapants – Tapis de marche en caoutchouc pour l'extérieur – Tapis antidérapant – 15 modèles (Diamond XXL)
$ 12.38
QUICK VIEW
Boite Rangement D'Oeufs Cuisine, Avec Tiroir, en Plastique, Porte-Oeufs Plateaux, Panier Oeuf
$ 7.87
QUICK VIEW
Tirelire en Terre Cuite Caisse avec Finitions à la Main 30 cm de Haut
$ 12.38
1
...
145
146
147
148
149
150
151
152
...
3279
BACK
Shopping Cart