{{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
TPZORJX Éventails pliants, en satin, éventails en bambou avec pampille pour cadeaux d'anniversaire, danse, cosplay, fête de mariage, décoration
$ 3.37
QUICK VIEW
Household Mold Remover Gel, Mildew Gel Anti-mould Cleaner, Kitchen and Bathroom Japanese Formula
$ 3.37
QUICK VIEW
ybaymy Lot de 4 cloisons de séparation pour bureau - En acrylique - 60 x 40 cm - Séparateur de bureau portable - Panneau de protection des données - Séparateur de bureau avec 2 pinces - Pour l'école,
$ 5.62
QUICK VIEW
Niaciswe Chouchou Protecteur de Boisson 5 Pièces Couvre-boisson Chouchou Réutilisable Anti Spike Couvre-boisson Chouchou avec Housse pour Boisson Boisson Protecteur pour la Verres de Bar (5 Couleurs)
$ 5.62
QUICK VIEW
KRAMPOUZ Spatule Coudée pour Plancha ou BBQ - Lame en Acier Inoxydable 17 cm x 12,5 cm - Longueur Totale Spatule 30,5 cm - Réf ASC2
$ 12.38
QUICK VIEW
Pmnianhua Bois Massif Meuble TV Suspendu, Etagere TV Murale, Meuble TV Suspendu avec 2 Tiroirs et 1 Portes en Verre, Murale Flottante TV Meuble Etagere TV Support, Meuble TV Flottant (160cm/Noir)
$ 111.53
QUICK VIEW
2 Boîtes à Broches à Tête Ronde, Épingles à Tête de Boule Colorée, Épingles à Décorer, Épingles à Nœuds, Épingles de Mariage, 2x3232color
$ 6.75
QUICK VIEW
Pale presse-puree kw713001 pour Mixer
$ 3.37
QUICK VIEW
Petits Vases Décoratifs - Lot de 6 - Style Vintage - Vases en Verre Ronds - Adaptés à la Lave-Vaisselle - Parfaits pour Décorer Les Tables de Mariage - Gris
$ 9.00
QUICK VIEW
Aucuda Lot de 15 tapis d'escalier intérieur antidérapant 76 x 20 cm pour marches en bois, autocollant antidérapant pour protection des escaliers, tapis d'escalier antidérapant pour enfants, personnes
$ 28.15
QUICK VIEW
KOUHA Fond de Panier en Bois Naturel 4 Pièces - Base au Crochet pour Sac 10/15/17/20 cm
$ 3.37
QUICK VIEW
Plastiken 6504L Ciel-Bassine ronde 4 l.
$ 4.50
QUICK VIEW
Beebeecraft 1Box 300Pcs 18K Plaqué Or Perle à Sertir Couvre Métal Demi Rond Ouvert Perles à Sertir Noeud Couvre Caps 4mm pour DIY Fabrication de Bijoux
$ 7.87
QUICK VIEW
Boîte À Thé Carrée Métal Boîte Pratique Pour Rangement De Bonbons Et Thé Organisation Des Épices Et Fournitures Artisanales
$ 9.00
QUICK VIEW
HEDMAI Réveils, horloges de cheminée en Bois avec Carillon Westminster Horloge de cheminée décorative en Bois Massif à Piles pour décor de Salon avec carillons
$ 55.19
QUICK VIEW
Lot de 2 présentoirs à gâteaux empilables en acrylique transparent - 15 cm + 25 cm
$ 23.65
QUICK VIEW
MXJSUA Peinture Arbre de Vie Fantastique Diamant Adulte, Diamond Painting 5D Complet, Diamant Kits, Diamant Strass Point de Croix Cristal Painting pour Murale Décoration 30x40cm
$ 3.37
QUICK VIEW
Lot de 6 cuillères à sucre en acier inoxydable 304 avec tête de mort noir
$ 7.87
QUICK VIEW
Graziano, Cakeboard Dessous de gâteau en argent, élégant plateau rond pour gâteaux, idéal pour transporter des gâteaux mais aussi des gâteaux à plusieurs étages, facile à laver, ø15 cm
$ 3.37
QUICK VIEW
kleankin Armoire Salle de Bain Meuble de Rangement 1 Placard Porte, 2 niches, 1 tiroir - Design Contemporain Graphique - en Bois et Acier - dim. 60L x 30l x 120H cm Blanc
$ 27.03
QUICK VIEW
VAIIGO Lot de 2 cadres d'affichage, magnétiques, A4, auto-adhésifs, porte-papier, pour licences, photos, documents, argent
$ 7.87
QUICK VIEW
Housse isotherme pour bouteille avec longue sangle, 1,5 litres, rouge et blanc, motif flocon de neige, sac pour bouteille, réfrigérateur
$ 7.87
QUICK VIEW
Sèche-mains Electrique Automatique Acier Inoxydable Filtre HEPA pour Toilettes Commerciales Restaurants Hopitals Café HORECA Ecole Sans contact Contactless 100% Hygiénique Air Chaud 120m/sec 220-240V
$ 79.98
QUICK VIEW
Logbuch-Verlag Décoration maritime - Maison de plage - Figurine en bois - Marron - Décoration de plage - Souvenir - 30 x 15 cm
$ 10.13
QUICK VIEW
Vanne de vidange, raccord pour machine à café entièrement automatique compatible avec Melitta E970-103 - CI black | Bonde, Valve de drainage, pièces détachées
$ 12.38
QUICK VIEW
WAXCMXYH Outil de retrait de rondelle de café - Outil de soufflage pour enlever le café - Pour les amateurs de café
$ 4.50
QUICK VIEW
Flair Deco Barre de vitrage de Crochet Autocollant Ovale Extensible de 60 à 100 cm (Lot de 4), métal, Blanc, 60 x 1.8 x 2,5 cm, 4 unités de
$ 4.50
QUICK VIEW
Xmart 6 Pièces Pierre Ponce avec 2 Poignées 2 Crochets Pierres Ponces pour Toilettes Brosse de Nettoyage pour Salle de Bain Toilettes Cuisine Éviers
$ 5.62
QUICK VIEW
Syhi Qlty Couette 180x200 cm - Couette Imprimée Feuilles De Branches Edredon Réversible Couette Légère en Microfibre pour lit 2 Personnes, Couette sans Houss 4 Saisons et 2 Taies d'oreiller FK3
$ 29.28
QUICK VIEW
MisterVac | compatible avec les sacs de rechange pour sacs d'aspirateur, 5 pièces Metabo Allessauger ASR 25 L SC
$ 13.51
1
...
77
78
79
80
81
82
83
84
...
3279
BACK
Shopping Cart