{{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
Home Decoration Mini tasse Paris Tour Eiffel avec une cuillere - motif pastel bleu vert - attention mini mug
$ 4.50
QUICK VIEW
AERZETIX - Boucles clips d'attache réglables à ouverture rapide pour sac à dos - bagages équipement de plein air bandoulière sangle - couleur noir - en plastique
$ 4.50
QUICK VIEW
BRIZZ - Rouleau Filtre 10m² - classedefiltration : G4
$ 32.66
QUICK VIEW
Balvi Support pour écran Nordic Couleur Noir Réhausseur d´écran avec tiroir pour papiers Bois 11,4x34
$ 20.27
QUICK VIEW
LA SOMMELIERE Cave de mise à température double zone LS102DZBLACK 102 Bouteilles
$ 111.53
QUICK VIEW
lot de 20 serviettes 100e anniversaire + 12 photophores décoration de table + 100 confettis verts deco 100e anniversaire femme homme cadeaux 100 ans eucalyptus table déco 100 ans
$ 6.75
QUICK VIEW
6 Pièces Attache Torchon, Accroche Torchons Adhesif, Accroche Torchon Ventouse Torchon Cuisine, Porte Torchon Ventouse pour Salle De Bain, Armoire Et Placard (ABS Rond) (2pc)
$ 14.63
QUICK VIEW
TRESICE FRANCE Meuble Machine a Laver 64x50x98 Cm 1 Étagère Bois Sonoma
$ 42.80
QUICK VIEW
Lot de 4 moules à glace en silicone, Sucettes Glacées Colorées, Moules à Glace à l'Eau et à Bâtonnet, Pratiques et Écologiques pour Desserts Faits Maison
$ 7.87
QUICK VIEW
EXQUILEG Lot de 6 coussins de chaise - Ronds en coton - Lavables - Pour l'intérieur et l'extérieur - Orange
$ 9.00
QUICK VIEW
VOHESEA Lot de 12 stylos en porcelaine - Passe au lave-vaisselle - Pour peinture en céramique et porcelaine - À base d'eau - Pour pierre, céramique, verre et verre
$ 5.62
QUICK VIEW
Spruchreif | Planche à petit-déjeuner avec gravure | Petite planche à découper | Planche de petit-déjeuner en bois | Cadeau parents | Cadeau Maman | Fête des Mères | La meilleure Maman du monde
$ 7.87
QUICK VIEW
Bougies Parfumées pour Femme,Lot de 9 Bougies D'Aromathérapie Soja Naturelle,Coffret cadeau Bougies Parfumées,pour Bain, Yoga, Fête des Mères, Anniversaire,Mariages,l'Aromathérapie
$ 7.87
QUICK VIEW
DCIDBEI 30x40/30CM Diamond Painting Feuilles Vert et Doré, Élégant Simple 5D Diamant Peinture Luxe, Broderie Diamant Kit Complet,Jeu Educatif Occasionnel Pour Maison Salon Chambre Décor Artisanat
$ 9.00
QUICK VIEW
Cuillère à latte macchiato, cuillère à céréales, cuillère à café, cuillère longue, cuillère à expresso dorée, cuillère à dessert, 8 pièces, acier inoxydable
$ 2.24
QUICK VIEW
Coupe Pastèque 3 en 1, Trancheuse à Pastèque avec 6 Fourchettes à Fruits, Découpe Rapide Melon, Pastèque, Pour Cuisine, Pique-nique, Camping (vert)
$ 5.62
QUICK VIEW
Lot de 10 sacs à poussière pour aspirateur TCL Sweeva 6500, Verefa L11 Pro, pièces de rechange pour aspirateur robot à vidage automatique
$ 7.87
QUICK VIEW
Bleu Câlin Rechange Caradou® Jungle Parure de Lit Enfant en Coton 3 pièces: Couchage Tout-en-Un sans Couette - 90x190cm
$ 29.28
QUICK VIEW
Portant à vêtements à roulettes, porte-vêtements à roulettes - Porte-vêtements robuste en métal - Porte-cintres - Porte-chaussures et chapeaux - Tringle à vêtements
$ 9.00
QUICK VIEW
Autoschmuck – Décorations de voiture de mariage – Réalisées à partir de roses et de dentelle
$ 20.27
QUICK VIEW
Stylo de Forage de Peinture de Diamant de LED, Stylo de Peinture de Diamant pour des Peintures de Diamant DIY Arts Artisanat Décor Adultes Peinture Par Nombre(Vert matcha (1 seule pointe perceuse))
$ 5.62
QUICK VIEW
Générique Ventilateur Portable avec Accessoire - Système De Rafraîchissement Glacé - Accessoire Accrochable avec Boîtier à Glace pour Balcon Terrasse Allée Festivals
$ 3.37
QUICK VIEW
Anceky Plaque en métal vintage, plantes, art floral, décoration de ferme, décoration murale de bar, plaque en métal 30,5 x 40,6 cm
$ 7.87
QUICK VIEW
Marmite à soupe universelle multifonction avec couvercle 35 l/50 l/70 l/98 l pour restaurants, camping, grande taille (35 l)
$ 36.04
QUICK VIEW
WUMUZAI Lot de 12 bandes de papier constellation - 540 feuilles de papier origami - 8 motifs - Étoile porte-bonheur - Décoration de l'espace extérieur - Papier pliable pour loisirs créatifs - B
$ 4.50
QUICK VIEW
CÉCOA • Moule Silicone 6 Roses 3D • Anti-Adhésif • Démoulage Facile • Gâteaux, Cupcakes, Chocolats • Four, Frigo, Congélateur • Températures -40°C à +220°C
$ 5.62
QUICK VIEW
Feeric Lights et Christmas - Boule de noël 30 mm x18 Bleu Nuit
$ 5.62
QUICK VIEW
Suceur plat de 340 mm conçu pour les modèles d'aspirateur Karcher pour une meilleure performance de nettoyage (lot de 3)
$ 4.50
QUICK VIEW
Batterie Lithium-ion 25,2 V 4000 MAh For Aspirateur Tineco Floor One S7-03. Compatible Avec Tineco Floor One S7 Pro/FW201100MY/S7-03 Les Aspirateurs
$ 34.91
QUICK VIEW
CHIC-Séche Serviette Bain Microfibre Séchage Rapide Serviettes Soin Cheveux Serviette Wrap (Pourpre)
$ 3.37
1
...
12
13
14
15
16
17
18
19
...
3279
BACK
Shopping Cart