{{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
Lot de 200 strass ovales à coudre - Cristal AB - 10 x 5 mm - En acrylique - Dos plat - Pour vêtements, travaux manuels, vêtements et sacs, 10 x 5 mm, acrylique, Pas de gemme
$ 3.37
QUICK VIEW
Helm Pokale Figurine Viktor'trophée de cinéma' Grande sur Socle en marbre avec textes personnalisés gravés, 18 cm
$ 10.13
QUICK VIEW
RLAVBL 15 Décoration de Noël en Flocons de Neige Suspendus, Pendentif Noël Flocons de Neige Blancs en 3D pour Décorer Le Sapin de Noël, Les Anniversaires et Les Fêtes
$ 5.62
QUICK VIEW
Mini Fer à repasser, Défroisseur Vapeur de Voyage 2 en 1 portable, 1000 W 15s De Chauffage Rapide, Steam Iron avec réservoir deau 100 ML, Petit Défroisseur à Main pour Maison et Voyage (vert)
$ 16.89
QUICK VIEW
Gadpiparty 1 jeu Modèles De Peinture Numériques Pochoirs À Chiffres Pochoirs À Chiffres Pochoirs À Chiffres De Ferme Pochoirs À Chiffres Numériques Vierges The Pet White 10 feuilles
$ 4.50
QUICK VIEW
ZFYQ 100Pcs Boules de Noël, Ensemble de Boules à Suspendre Décoratives pour Décorations d'arbre de Noël de Vacances, Rouge
$ 4.50
QUICK VIEW
Éventails floraux, paysages et figures de couleurs avec housse artisanale. Magnifique éventail en bois avec étui fabriqué en Espagne. (Mosaïques cercles A)
$ 18.01
QUICK VIEW
Tapis de Bain Antidérapant 70x120cm Tapis Salle de Bain Diatomite Super Absorbant, Tapis de Douche Absorbant Lavable Tapis à Séchage Rapide, Grand Tapis de Salle de Bain Doux Tapis D'entré, Garden
$ 20.27
QUICK VIEW
CVault Twist Support en acier inoxydable avec pack d'humidité Boveda Taille XS
$ 10.13
QUICK VIEW
Close Up Poster Le Chat Domestique et Son Caractère (27,94cm x 35,56cm)
$ 6.75
QUICK VIEW
Metaltex 32434414080 ATOLL Egouttoir avec 3 Niveaux Fil plastifié LDPE Blanc42 x 22 x 50 cm
$ 28.15
QUICK VIEW
Etoile Sapin de Noel, 25 cm Etoile Sapin de Noel Lumineuse, Métal Design Gletterez 20 LED Lights Cime d'arbre de Noël for Festive Christmas Home Décoration (Or pailleté)
$ 12.38
QUICK VIEW
Table de camping pliante avec hauteur réglable, table de pique-nique, table de pique-nique, cuisine, salle à manger, jardin, table de rempotage, table de travail en aluminium, 2 hauteurs 67 cm/37 cm
$ 27.03
QUICK VIEW
Wilton Batonnet Pop Cake 10 cm, 50 Pièces Baton Sucette en Papier de Qualité Alimentaire pour Faire des Sucettes, des Gâteaux, des Desserts - 50 Pièces
$ 1.12
QUICK VIEW
Tente de Lit, Lit à Baldaquin Pliable avec Design Occultant pour Enfants et Adultes
$ 68.71
QUICK VIEW
Coussin animella 40 x 40 cm avec entonnoir en fibres de polyester avec tissu tnt blanc et une hauteur de 13 cm environ. Convient pour coussins d'ameublement de 40 x 40 cm à 45 x 45 cm
$ 6.75
QUICK VIEW
Yaheetech Caisson Bureau avec 2 Tiroirs?Rangement Document à roulettes?Classeur à Fichiers pour Format A4/ Lettre Style Industriel, 40 cm L × 40 cm l × 66,5 cm (Noir)
$ 38.29
QUICK VIEW
simplicol : Kit Complet Teinture Expert + fixateur : Votre Teinture Express (Paquet 300g + Flacon 90ml) - Rouge Coquelicot
$ 9.00
QUICK VIEW
Shaker à, poudreuse à Poudre en Acier Inoxydable, arroseur à à Mailles pour Farine de Chocolat au Cacao et au Sucre Glace
$ 5.62
QUICK VIEW
Chemin de Table d'Été Hawaïen Tropical Chemin de Table Estival Décoration de Table été avec Motifs Feuilles de Palmier pour Cuisine et Salle à Manger, Décoration d'Intérieur
$ 6.75
QUICK VIEW
Lot de 3 Serviettes de Table 'Mistral' 40x40cm Bleu Canard
$ 13.51
QUICK VIEW
Room Copenhagen 40311725 Boîte de rangement empilable, Plastique, Jaune, 2 L - Taille: S
$ 12.38
QUICK VIEW
WOONEKY Tasse Japonaise à Fleurs Change De Couleur Avec Chaleur Élégante Et Portable Idéale Pour Cérémonie Du Thé
$ 9.00
QUICK VIEW
Machine à emballer sous vide, 6 en 1, pour aliments, mode sec/humide, avec sac sous vide
$ 13.51
QUICK VIEW
MAYJOYDIY Porte Clef Mural en Bois de Cheval et Fleur 30×20cm Animaux Vintage Fixation Murale Crochets pour Manteaux Chapeaux avec 5 crochets en Alliage pour Entrée Porte D'Entrée Cuisine Bureau Décor
$ 11.25
QUICK VIEW
Boite à goûter personnalisé enfant TRACTEUR CHANTIER
$ 9.00
QUICK VIEW
Casa Vivente Plaque Murale en Ardoise Naturelle avec Ficelle de Jute, 30 x 20 cm
$ 7.87
QUICK VIEW
Kissral 500 Pièces Brads Attaches Parisiennes Brads, Métalliques Attaches Parisiennes Laiton Brads Scrapbooking Brads Ronds en Métal pour Papier Craft Estampillage Scrapbooking Bricolage Outil
$ 7.87
QUICK VIEW
Spray d'ambiance - Vintage - Musc blanc
$ 5.62
QUICK VIEW
Rowenta Tefal Tube Flex Violet Balai Aspirateur Xforce 8.60 RH9639 TY9639
$ 23.65
1
...
51
52
53
54
55
56
57
58
...
3279
BACK
Shopping Cart