{{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
Oriental riverkit 24pcs Papier Motifs Papier de Scrapbooking, Motifs de Glace et de Neige Feuilles Imprimées Papier de Fond Carte 15,2 X 15,2 cm
$ 4.50
QUICK VIEW
sleepling 197392 Oreiller pour enfant, 90 % duvet / 10 % plumes, 100 % coton, Fabriqué en UE, Lavable à 60 °C, Ökotex 100, 40 x 60 cm, blanc
$ 18.01
QUICK VIEW
Vervaco Point De Croix Compté Kit DIY Cadeau Mesure De La Hauteur Enfant POPCORN THE BEAR Tableau Complet Kit De Broderie Loisir Créatif Maison Décoration ca. 18 x 70 cm Cross Stitch Height Chart
$ 31.53
QUICK VIEW
Thgtao Lot de 24 crochets de rideau de douche - En métal - Avec système de glissement à billes - Argenté
$ 4.50
QUICK VIEW
White Nights boîte d'aquarelle russe pour 24 godets entiers, en métal, avec 4 zones de mélange dans le couvercle, Coloré
$ 13.51
QUICK VIEW
4 Feuilles Papier Cadeau Football Papier Vert Emballage Cadeau Accessoires Faveurs de Fête Football Carnaval Fournitures de Fête Party Anniversaire Cadeau 50 x 70cm (Vert)
$ 4.50
QUICK VIEW
Tasses à Dessert 5 OZ/160 ML, 50 Gobelets à Dessert et 50 cuillères. Transparentes Verrine Plastique Aperitif, Verrines Plastique Aperitif trapézoïdales pour mousses, glaces, pudding, réutilisables
$ 9.00
QUICK VIEW
Boxer Gifts Lettre C Bougie, Blanc, Taille Unique
$ 7.87
QUICK VIEW
glassglobe Boule à Neige de Noël Musicale « Tempête de Neige », en Verre, avec illuminations et tempête de Neige Automatique, idée Cadeau pour Femme, Homme, Enfant.
$ 48.43
QUICK VIEW
Elegant Comfort Parure 4 pièces-Literie de Luxe 1500 Fils Qualité égyptienne, Infroissable, Frais et Respirant, Ajustement élastique Facile, Microfibre, Blanc, Queen Size
$ 23.65
QUICK VIEW
DESHOME Sirma 5 mètres - Tissu au metre d'ameublement Hydrofuge et résistant pour Canapé Sofa Coussins Chaise Gris poudre
$ 34.91
QUICK VIEW
Huaxintoys Autocollants de Crâne, Motif Mexicain Jour De La Mort Autocollant pour Ordinateur Portable Bouteilles d'eau Vélo Planche à Roulettes Bagages Téléphone Snowboard (50 Pcs)
$ 2.24
QUICK VIEW
Mini machine à barbe à papa pour enfants, 1 cuillère à mesurer + 10 baguettes, cadeau d'anniversaire pour enfants, cadeau de vacances, fête de Noël (Bleu)
$ 16.89
QUICK VIEW
3 Pièces Bac à Glaçons pour Bouteille, Hillylolly Moule à Glacons Bouteille, Glacons Moule Bouteille, Moule Glacon Silicone Bouteille pour Sportifs et Les Bouteilles D'eau
$ 7.87
QUICK VIEW
Mutuolux Lit superposé avec Bureau et Rangements, 90 x 200 cm, Multifonctionnel Lit Mezzanine avec Escalier Intégré et Tiroir Coulissant (sans Matelas),Blanc
$ 111.53
QUICK VIEW
HWC Trading A4 Tyler Hoechlin Superman Cadeaux Imprimé Signé Autographe Photo pour les fans d’émissions de télévision - A4
$ 9.00
QUICK VIEW
EK Tools 'Edge Floral Vin Punch, Gris, L
$ 11.25
QUICK VIEW
Chaise à Genoux Ergonomique, Réglable en Hauteur, Respirante, Support Dorsal, Chaise à Genoux avec Coussin en Cuir, Dossier Confortable en Maille, Support D'alignement de la
$ 83.36
QUICK VIEW
Ventilateur à clip avec panneau solaire, ventilateur solaire extérieur, mini ventilateurs électriques à charge solaire à clipser et USB solaire
$ 12.38
QUICK VIEW
NAROSEBE 2 Pcs Saladier en Verre 500 ml, Bol Rond Transparent, Micro-Ondable, Empilable, Pour Petit Déjeuner, Fruit, Snack, Légume, Noix
$ 13.51
QUICK VIEW
Gourde Isotherme personnalisable idée cadeau collègue Difficile à trouver | Bouteille Thermos 500 ml Texte à personnaliser
$ 13.51
QUICK VIEW
4BIG.fun Tempura Friteuse 3,5 l avec panier à frites Compatible induction
$ 27.03
QUICK VIEW
Pile Lithium 3 V CRAA pour Petit ELECTROMENAGER CALOR - TS-CY9921
$ 10.13
QUICK VIEW
relaxdays Schuhbank mit Sitzfläche und Stauraum Banc Chaussures 8 Paires, 2 étages, siège rembourré Pliable, Espace à 2 Compartiments, Bambou, HlP 48x90x28 cm, Polyester, 1 élément
$ 38.29
QUICK VIEW
Stores verticaux occultants gris personnalisés, protection UV, rideaux en polyester réglables, 70 x 240 cm, améliorent l'intimité et le style de votre espace
$ 39.42
QUICK VIEW
Thermomix TM6 Planche de Glisse, 28 x 36 x 1cm Planche Coulissante TM5, Polyvalent Planche à Rouler Rapide pour Thermomix, Thermomix Board Glider Déplacement sans Effort pour les Appareils de Cuisine
$ 9.00
QUICK VIEW
Creative Tops MasterClass Gourmet Cheese Râpe à Fromage Conique Vintage avec Manche en Bois Argenté/Marron 11 x 11 x 28 cm
$ 10.13
QUICK VIEW
ROWOOD 12pcs Disques Ronds 20cm en Bois de Tilleul – Cercles Prédécoupés pour DIY, Peinture et Gravure
$ 5.62
QUICK VIEW
Paderno Raclette Coupe-pâte - 15cm x 7,5cm - INOX Coupe-pâte
$ 4.50
QUICK VIEW
So-Tech® Poignée de Meuble Porcelaine Chalet décor Bouquet de fleures - Laiton
$ 2.24
1
...
65
66
67
68
69
70
71
72
...
3279
BACK
Shopping Cart