{{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
Trebyott Tapis de Dessin animé pour Salon, Chambre à Coucher et Enfant - Motif Miracle - pour garçon - Couleur : S - 80 x 120 cm
$ 20.27
QUICK VIEW
TAYSTE décongélation | Thaw avec bac d'égouttage - Plaque dégivrage, Cuisine et antiadhésive, dégivrage Rapi, sûr et hygiénique
$ 7.87
QUICK VIEW
Climatiseur Mural Avec Télécommande, Climatiseur Sans Évacuation, Climatiseurs Portable, Climatisation Et Chauffage Silencieux, Basse Consommation, Portable, Pour Chambre, Bureau Et Maison
$ 30.41
QUICK VIEW
Matrice POM Dinosaure compatible avec la machine à pâtes Philips Avance / 7000
$ 13.51
QUICK VIEW
2 Pièces Décoration de Poisson en Bois, Art Mural Suspendu de Poisson en Bois, Ornement de Poisson en Bois Nautique Antique, Art Mural sur Le thème de la Plage pour la décoration Murale de la Maison
$ 6.75
QUICK VIEW
Stackers Petit sac de costume zippé
$ 81.10
QUICK VIEW
HOMCOM Cache-radiateur à Lattes Couvercle de Radiateur en Bois Design Contemporain pour Salon Salle de Séjour Chambre 78 x 19 x 82 cm Blanc
$ 29.28
QUICK VIEW
Défroisseur à vapeur pour vêtements SSI 0880BZ SENCOR
$ 21.39
QUICK VIEW
Agitateur À Café À Moteur De Bateau, Agitateur À Café À Moteur Hors-bord, Agitateur Automatique, Mélangeur À Café À Moteur Marin De Nouveauté, Pour Gadgets De Mélange De Boissons
$ 4.50
QUICK VIEW
Planche de lit Rigide Enroulable, Planche de lit Pliable, Plaque de Support de Remplacement, Protection de Taille en Bois pour canapé, Matelas, Personnalisation 90x90cm
$ 87.86
QUICK VIEW
volumoon Brosses Nettoyage, Ensembles Brosse de Nettoyage pour Machine à Glace, Brosse de Nettoyage pour Petits Espaces, Outil de Nettoyage pour Tuile, Salle De Bains, Cuisine Réfrigérateur Domestique
$ 6.75
QUICK VIEW
400cm Joint De Fenetre Pour Climatiseur Mobile, Calfeutrage Fenetre Clim, Kit Calfeutrage Climatiseur Pour Fenêtres, Fenêtres à Battant, Fenêtre De Toit, Sans Perçage - Blanc
$ 12.38
QUICK VIEW
Coupe-fils vintage - Découpe-fil vintage - Découpe-fil en métal - Découseur vintage - Coupe-couture multifonction pour enlever le fil à coudre
$ 2.24
QUICK VIEW
Tablier de cuisine femmes vintage,mignon princesse Dots Motif Falbala Décor femmes tablier à points vintage avec poches et à la taille longue et à la taille réglables,adapté de cuisine quotidienne
$ 11.25
QUICK VIEW
MLMLANT Steam Nettoyeur vapeur multifonction 2000 W - Nettoyeur à vapeur stratifié - Balai à vapeur - 20 accessoires pour sol, fenêtres, tapis, sols, meubles rembourrés, salle de bain
$ 81.10
QUICK VIEW
Mygoodprice Coussin Bicolore imprimé 40x40 cm 20 Ans Compteur Noir
$ 12.38
QUICK VIEW
GREBLON poêle Sauteuse Façon en Pierre de Haute Qualités Antiadhésif avec Couvercle en Verre trempé Compatible Tous Feux 100% Induction avec Manche Amovible Ø 28 cm
$ 32.66
QUICK VIEW
Pylones Support Porte Brosse à Dents - ANI-toothi
$ 3.37
QUICK VIEW
Light on Prãnãyãma: The Yogic Art of Breathing
$ 12.38
QUICK VIEW
Cithaerias merolina - Papillon fantôme rougissant - Vrai Papillon de taxidermie monté Entre Verre dans Un Cadre en Verre Double Fait Main en Bois Noir
$ 24.77
QUICK VIEW
Crystalex Bohemia Quadro Service à whisky 1 carafe en cristal de Bohême 800 ml avec bouchon et 6 verres
$ 31.53
QUICK VIEW
Premier Housewares Bol à Vaisselle Pliable en métal et Silicone Lavable Noir
$ 10.13
QUICK VIEW
Hobby Tech Lot de 6 Mini Cocottes Grises Céramique Double Poignées avec Couvercle 13,5cm x 8cm Contenance Moule 200ml Ramequin Résistant Haute Température Four pour Petits Plats (Grise, Lot de 6)
$ 22.52
QUICK VIEW
DianSung Accessoires de Module d'ions argentés pour Xiaomi X20,pour Dreame L20 Ultra, L10 Ultra,L10s Pro Gen 2,X40 Ultra Complete,L10s Pro Ultra Heat, réservoir d'eau, élimination des odeurs d'ions
$ 6.75
QUICK VIEW
YMHPRIDE 1 lot de housses élastiques pour table à bière - Noires - Imperméables - Pour table de 70 cm de large - 220 x 70 x 70 cm - Pour banquet de jardin, meubles de jardin
$ 10.13
QUICK VIEW
MAWA Cintres Light, Lot de 20, fin, 50% Économie d'espace, pour Chemises, Chemisiers et Textiles Délicats, Crochets Rotatifs à 360°, Revêtement Antidérapant, 42 cm, Argent
$ 16.89
QUICK VIEW
Filtre Friteuse SS-992537, SS-204019 SEB Friteuse SS-992537, SS-204019 SEB
$ 6.75
QUICK VIEW
GLOBLELAND 4 Feuilles de Transfert de Meubles Rétro Roses Bleues 6x12 Pouces Texte Vintage Papillon Frotter Sur Transfert Fleurs Autocollants D'Art Mural pour Chambre Salon Bureau Table
$ 7.87
QUICK VIEW
Lot de 2 tiroirs extensibles télescopiques pour armoires de cuisine, largeur réglable de 42,5 à 68 cm, pas de perçage nécessaire, avec système de rails pour armoires de cuisine
$ 32.66
QUICK VIEW
3mm Fil Aluminium de Calibre 9 Fil Doré Fil de Fer Souple Loisir Creatif de 15 m pour Sculpture, Modélisme de Vélo, Fabrication de Bijoux, Tissage et Emballage
$ 7.87
1
...
80
81
82
83
84
85
86
87
...
3279
BACK
Shopping Cart