{{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
ayacatz 2-en-1 Métal Poubelle Compost Cuisine 3L, Seau à Compost avec Couvercle et Filtre à Charbon, Seau Amovible à l'intérieur, Composteur avec poignées-Rouge
$ 19.14
QUICK VIEW
YMIFEEY 6pcs Fleurs Artificielles Extérieures Resistant aux UV Balcon Fleur Artificielle Réalistes Fausse Plante Exterieur Interieur Arbuste Bouquet Artificiel Deco pour Jardin Maison Mariage Table
$ 9.00
QUICK VIEW
Grande râpe - Ma Dame
$ 14.63
QUICK VIEW
Norpro Donut Maker Blanc
$ 25.90
QUICK VIEW
Matrices de découpe en métal - Motif animaux de la forêt - Renard - Pour le bricolage, le gaufrage, la fabrication de cartes, les étiquettes de livres, les formes décoratives en papier et le
$ 7.87
QUICK VIEW
Boîtes à chaussures transparentes empilables, lot de 6 organisateurs empilables pour chaussures, rangement pliable et portable, jusqu'à taille 46, montage facile, transparent et blanc
$ 23.65
QUICK VIEW
Mina Heal Arbre à Argent en Cristal pour la guérison des Chakras Feng Shui Fortune Bonne Chance Richesse et prospérité
$ 11.25
QUICK VIEW
Ensemble de Corde à Linge de marque Strata à Usage Super Intensif
$ 42.80
QUICK VIEW
Mabel Home Porte-bagages pliable en métal avec sangles en nylon, 5 modèles et 3 couleurs, pour hôtel, chambre, chambre d'amis, placard (400 bordeaux)
$ 19.14
QUICK VIEW
Necchi Q421A Machine à coudre, intérieur en aluminium moulé sous pression, coque en ABS, vert, régulier
$ 111.53
QUICK VIEW
AHRITA 30 Pièces Scratch Autocollant Double Face, Scratch Double Face, Scratch Adhésif Puissant, Adhesif Double Face Extra Fort, 30x100mm Rectangulaires + 60mm Ronds (Noir)
$ 7.87
QUICK VIEW
Lot de 3 housses d'appui-tête de canapé en polyester doux résistant à l'usure pour appui-tête inclinable 57 x 38 cm, protection anti-décoloration pour fauteuil inclinable (gris)
$ 7.87
QUICK VIEW
mtb more energy Ange décoratif « Loving Angels » - Ange gardien - Amour cœur - Largeur : environ 13 cm - Cadeau de mariage
$ 11.25
QUICK VIEW
ycezw Organiseur de rangement pour cosmétiques | Tiroir de rangement pour éponge de maquillage, boîte de rangement rotative pour cosmétiques
$ 9.00
QUICK VIEW
Kit de Croix Compté Motif Nénuphar 300 x 220 Points 14 Points 54 x 40 cm
$ 13.51
QUICK VIEW
Housse de Siège de Toilette, Eva Coussin de Siège de Toilette Étanche Couverture de Siège de Toilette Lavables Couverture Épais de Siège de Toilette pour Salle de Bain Abattant WC Coussinet
$ 1.12
QUICK VIEW
PCB de plaque de contrôle de vitesse de remplacement pour mélangeur à tête inclinable KitchenAid (Artisan, KSM90, Classic, K45, K45SS, etc.)
$ 13.51
QUICK VIEW
QUARKZMAN 1440 Pcs Strass À Fixation Thermique Strass À Dos Plat Cristal Verre Pour Artisanat Vêtements DIY Décoration(SS12 3.2mm,Orange)
$ 4.50
QUICK VIEW
Pas d'installation - Robinet d'eau chaude et froide instantané - Chauffage rapide standard Vkm767 (blanc, 17 x 11 cm)
$ 28.15
QUICK VIEW
Dremisland Kit de crochet pour débutants - Lot de 4 kits de démarrage au crochet dinosaure pour adultes - Kit d'aiguilles à tricoter - Fournitures de tricot - Cadeau avec instructions étape par étape
$ 11.25
QUICK VIEW
Ixydor 12 Pièces Argent Rideau Métallique de Frange, Rideau Anniversaire Argenté, Rideaux à Franges, Paillette Rideau Frange pour Photographie La Fête Mariage Noël Halloween Party, 1m * 2m
$ 9.00
QUICK VIEW
follwer0 Lot de 50 boutons blancs imitation perle pour fond de trou de couture
$ 5.62
QUICK VIEW
JHLP Défroisseur vapeur professionnel robuste – Défroisseur vapeur vertical de 2000 W avec 6 niveaux de vapeur, réservoir d'eau de 1,7 L – Comprend une brosse à tissu, une planche à repasser, des
$ 78.85
QUICK VIEW
EDUQKWQS Pièces De Tête De Brosse for Aspirateur Robot Smart Home, Compatible avec Xiaomi Mi Home Dreame, V9 V9B V10 V11 11SET V16 T10 T20 T30
$ 15.76
QUICK VIEW
Lot de 6 Fleurs de Lotus Artificielles Flottantes Plantes Artificielles de Lotus pour Étang Nenuphar Flottant Fleurs Artificielles Nenuphar pour Bassin Plante Plantes D'étang Flottantes Jardin étang
$ 4.50
QUICK VIEW
Lot de 6 écussons thermocollants en forme de papillon colorés en PET - À repasser - Pour vêtements, robes, pantalons, jeans, chapeaux, sacs
$ 4.50
QUICK VIEW
Meuble Chaine HiFi Tour Audio-vidéo À 5 Niveaux, Unité De Rangement À Étagère Réglable, Armoire Stéréo for Home Cinéma, Support Multimédia AV Multifonctionnel
$ 110.40
QUICK VIEW
Stor Bol à ramen Pokémon avec visage à baguettes
$ 11.25
QUICK VIEW
DLPRK 4 pièces Pinceau Cuisine en Silicone, avec 2 spatules en silicone, Pinceaux de Barbecue, Pinceau à Pâtisserie pour Barbecue, Gâteaux, Cuisson, Baking Cooking, Badigeonner Huile
$ 2.24
QUICK VIEW
5D Diamond Painting Adulte Kit Complet Grue,Ronde Droderie Diamant,DIY Diamond Painting Lmages Oiseaux,Diamant Peinture Adultes,Cristal Débutant Art Set pour Décoration Murale Maison 30x40 cm J-Q
$ 9.00
1
...
163
164
165
166
167
168
169
170
...
3279
BACK
Shopping Cart