{{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
KOBOKO Ballons Spider décoration d'anniversaire 4 ans garçon
$ 5.62
QUICK VIEW
Kreatwow Cartoon Mouse 1st Birthday Party Decoration Red Black Cartoon Mouse 1st Birthday Photo Banner One Year Old Photo Banner Monthly Newborn To 12 Months Black Mouse Party Supplies for Boy Girl
$ 5.62
QUICK VIEW
Moxeupon Décoration Murale De Silhouette De Chaudron De Sorcière d'halloween, Décorations De Cour avec Silhouette d'halloween, Panneau Mural Effrayant en Métal Suspendu
$ 6.75
QUICK VIEW
Garneck 8 Pièces Décoration De Disque Vinyle Rétro Musique Papier Peint Faux Disques Décoration Disque Vinyle Sticker Rock Affiches Tableau D'Affichage Décor Pays Décor À La Maison Disque
$ 7.87
QUICK VIEW
Gimex 17400 Ice Bag Basic Rafraîchisseur 1 Bouteille Rose 30 x 1 x 15 cm
$ 9.00
QUICK VIEW
Cafetière sans fil portable 3 en 1 pour camping et voyage, batterie rechargeable de 2500 mAh, machine à café compacte pour capsules/poudre, maison, bureau, extérieur (noir)
$ 25.90
QUICK VIEW
FORNOR 87057 BOUTEILLE CRISTAL AVEC RELIEF 1 L Diam 8,7 x 31,6 cm
$ 10.13
QUICK VIEW
IBVIVIC Planche à Repasser avec Repose-fer 122x38 CM, Table à Repasser Pliable avec Housse Résistante à Chaleur, Planche à Repasser à Hauteur Réglable avec Pieds Antidérapants, Économie d'Espace, Noir
$ 38.29
QUICK VIEW
Tringle à Rideaux sans Percage, Separation de Piece Intérieur, Paravent Interieur Rideau Télescopique, Tringle à Rideaux Réglable pour Salon, Chambre à Coucher ou Bureau 122-304 cm (H), 71-289 cm (l)
$ 42.80
QUICK VIEW
Soda Machine à gazéifier l'eau, kit de siphon portable de 1 l, machine à boissons gazeuses, jus et cocktails – Pour faire frais et cool à la maison
$ 18.01
QUICK VIEW
Machine Barbe à Papa, Cotton Candy avec 10 Bâtonnets et Cuillère, Machine Sucre Candy pour Maison et Fete Foraine Anniversaire Enfant (B-Rose)
$ 15.76
QUICK VIEW
POIGNEE INFERIEUR SOFT GRIP POUR PIECES ENTRETIEN DU LINGE PETIT ELECTROMENAGER DOMENA - 500477043
$ 23.65
QUICK VIEW
LIFEZEAL Armoire Murale de Salle de Bain avec Miroir, Placard de Rangement Toilettes avec Étagère Réglable, Armoire de Toilette à 3 Niveaux, 50 x 16 x 61 cm (Blanc)
$ 29.28
QUICK VIEW
Loco Bird Planche à découper Premium avec plateaux de récupération - Gadget idéal pour la cuisine - Set - Planche à découper en bambou avec 2 plateaux en acier inoxydable
$ 28.15
QUICK VIEW
Lot de 2 Ustensiles de Cuisine Bois Anti-rayures, 33CM Cuillere en Bois Longue Manche pour Mélanger Cuisiner, Grandes Cuillères bois de Service Antiadhésives, Naturel et Durable, pour Remuer et Servir
$ 4.50
QUICK VIEW
Xmart Lot de 200 brochettes à cocktail en bois de 12 cm - 4 formes - Convient pour les desserts, collations aux fruits, fêtes, bars, anniversaires, restaurants, brochettes (multicolore)
$ 5.62
QUICK VIEW
Cepewa Décoration murale en métal Anneaux Cercles Fleur Sculpture Décoration murale pour salons, salles à manger ou couloirs
$ 14.63
QUICK VIEW
Douceur d'Intérieur, Gobelet (7,3 x 7,3 x 11 cm) Vitamine Sdb Sauge, Plastique Uni Soft Touch
$ 2.24
QUICK VIEW
nbeads 12 Supports pour Verres à Shot, Supports en Acrylique pour Verres à Shot Présentoir pour Verres à Bière et à Vin Pour les Fêtes de Bar, les Clubs et les Fêtes de Famille, Trou: 3.8cm
$ 9.00
QUICK VIEW
Tasse d'encre de Tatouage 300pcs, Tasse de Pigment de Tatouage en Silicone Jetable Tattoo Ink Cup Capuchons de Couleur Eye-Liner Sourcil Lèvre Tatouage des Yeux Tasse de Pigment
$ 14.63
QUICK VIEW
3 Pièces Lanterne Halloween LED, Decoration Halloween Exterieur et Interieur a Suspendre, Halloween Decoration Citrouille Lumineuse, Décoration Jardin Lumière Batterie Fantome Veilleuse Deco Halloween
$ 7.87
QUICK VIEW
by sommiflex SOMMIER TAPISSIER Gris 80x200x2 (160x200) | Fabrication FRANÇAIS
$ 111.53
QUICK VIEW
Cayway Moulle Silicone Resine Epoxy Vase, Moule Vase Resine Epoxy et Paillettes, Pot de Fleurs Moule en Silicone Bouteille pour Résine Epoxy, Décoration de La Maison (Style B)
$ 7.87
QUICK VIEW
LWINGFLYER Lot de 12 Oiseaux Artificiels à Clipser en Forme de Moineau Réaliste en Mousse de 10,2 CM pour Travaux Manuels Décoration de Sapin de Noël Affichage Saisonnier
$ 6.75
QUICK VIEW
EVOKK Repose-cuillère en acier inoxydable poli de 20 cm, plateau durable pour la cuisine, louches et cuillères à café
$ 7.87
QUICK VIEW
Armoire de classement à roulettes - Meuble de rangement de documents pour dossiers suspendus - Meuble en acier pour bureau et maison - Blanc - 70 cm
$ 29.28
QUICK VIEW
Rebecca Mobili Pouf pour Chambre d'enfant, Pouf de Rangement, Blanc, Tissu Polyester MDF, en Forme de Nuage, avec Couvercle, Pliable - Dimensions HxLxP: 40 x 40 x 40 cm - Art. RE7063
$ 10.13
QUICK VIEW
100 pièces 7 x 2 cm étiquettes cadeaux à double face, étiquettes en carton pour mariage, bagages, Noël, art et artisanat - marron
$ 1.12
QUICK VIEW
Wusideday Petite étagère à Chaussures en Forme de Z, étagère de Rangement montée à Plusieurs Niveaux, Peu encombrante, étagère de Rangement multifonctionnelle
$ 3.37
QUICK VIEW
NPW Porte-Bougie en Forme de Licorne pour gâteau d'anniversaire
$ 6.75
1
...
54
55
56
57
58
59
60
61
...
3279
BACK
Shopping Cart