{{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
Rosenthal Brillance Fleurs Sauvages Bowl 10cm
$ 11.25
QUICK VIEW
Toshilian Meuble Bas de Cuisine, Armoire Rangement de Cuisine Armoire de Plancher à tiroir Gris béton 60x46x81,5 cm Aggloméré
$ 39.42
QUICK VIEW
Esmula Kit shaker à cocktail, 750 ml, 12 pièces, en acier inoxydable, pour barman, professionnel, pour la maison, avec livret de recettes de cocktail (argenté)
$ 12.38
QUICK VIEW
Filtre Cafe à Crème 2 Tasses pour Machine a Cafe le Code Original 7332173800 7313285819 pour DeLonghi - Garantie de 10 Ans - MONTERAL
$ 7.87
QUICK VIEW
Serre Tête de Noël, Lunettes de Noël, 3 Pièces Lunettes de Fête de Noël +3 Pièces Bandeaux de Noël Fête pour Les Enfants et Les Adultes de Noël Photo Accessoires de fête
$ 7.87
QUICK VIEW
Botiboton Lot de 50 boutons pour chemises de couleurs chaudes, 5 tailles et 12 couleurs au choix, avec 4 trous de 2 mm, bleu marine, 12 mm
$ 4.50
QUICK VIEW
PH PandaHall 9 Ensembles Bouteille en Verre Transparent Pendentif Suspendu Colonne Riz Art Bouteilles de Vœux avec 3 Couleurs Bouchon Flacon Tube Pendentifs pour la Fabrication de Colliers 3.2cm
$ 9.00
QUICK VIEW
Guyode Bobinoir à Laine en Bois, Enrouleur Pelote de Laine Amovible Support, Tricot Porte Bobine, Accessoires Crochet, Support Rotatif Porte Fil, Cadeau au Crochet pour les Amateurs de Tricot
$ 9.00
QUICK VIEW
T'CHOUPI - Ensemble repas + set de table
$ 21.39
QUICK VIEW
24pcs Aimants pour Rideaux, Attaches pour Rideaux Aimantées avec Fermeture à Épine, pour Aimant Rideau de Douche, Accessoires Décoratifs pour Salon, Chambre, Bureau, Argenté
$ 4.50
QUICK VIEW
6pcs Pince à Vêtements Magnétique Multifonctions, Pince Magnétique Vêtements pour Fixer l'Ourlet des Vêtements les Jambes des Pantalons Longs les Manches des Chemises(Style Perle)
$ 2.24
QUICK VIEW
Bouchons Bois - NOVLEK - Boite de 1000, Cumaru
$ 111.53
QUICK VIEW
Birshe Lot de 4 Corde de Rangement Panier de Rangement Tissé en Corde de Coton Corbeille Rangement Panier Table a Langer Panier en Corde de Coton Empilables pour Chambre d'Enfant,Bain,Chambre
$ 13.51
QUICK VIEW
De'Longhi Rivelia LatteCrema Cool Set de mise à niveau DLSC032
$ 40.55
QUICK VIEW
Faderr Housse de protection anti-poussière pour four à micro-ondes - Accessoire de protection anti-poussière pour la décoration de la maison - Serviette anti-huile (F)
$ 11.25
QUICK VIEW
COSTWAY Poubelle Exterieur 118L en Résine, Poubelle de Jardin avec Couvercle et Plateau Extractible, Conteneur Poubelle Double Fermeture Étanche pour Porche, Arrière-Cour, Terrasse, Patio (Café)
$ 45.05
QUICK VIEW
ALUSFERA Rangement pour Couverts 70 cm – Organisateur de Tiroirs avec Compartiments – Range-Couverts de Haute Qualité pour une Cuisine Bien Rangée – Ajustable et Facile à Nettoyer – 630x490mm Blanc
$ 29.28
QUICK VIEW
QTA | Plaque de recouvrement pour cuisinière 90 x 52 cm 1 pièce en verre pour cuisinières électriques à induction Protection anti-éclaboussures Planche à découper Ardoise
$ 37.17
QUICK VIEW
Brandsseller Couronne de l'Avent en Métal Ø Environ 36 cm Fil de Fer Bougeoir pour 4 Bougies Couronne décorative Décoration pour Noël - Noir
$ 18.01
QUICK VIEW
4 Pièces Support Spirale pour Fleur, Twister de Bouquet Transparent pour Arrangement Floral, Porte-Tiges Ikebana en Plastique, Accessoire DIY Décoration, Pour Vase, Maison, Événement
$ 5.62
QUICK VIEW
Housse de rangement pour lit pliant, avec fermeture éclair, multifonctionnelle, imperméable et anti-poussière, pour lit d'invités, 99 x 38 x 114 cm, noir
$ 7.87
QUICK VIEW
GLOBLELAND Tampons en Caoutchouc Amusants pour Vaches des Highlands Matrices de Découpe Pochoirs Texture de Mur en Briques Tampons en Silicone Matrices Métalliques Mots Découpes de Matrices Pochoirs
$ 5.62
QUICK VIEW
Other Tableau mémo vintage en toile de Jouy Bleu marine 60 x 40 cm
$ 4.50
QUICK VIEW
100 Pièces Confettis Décoration 50 Femme, Années 50 Mariage Ornements D'anniversaire Disperser Paillettes Dorées Table pour Fête Amusante 50ans Homme Adoré Jour De Noces Serpentins éparpiller
$ 4.50
QUICK VIEW
affiche cinéma Originale Petit Format - Un Monde Parfait (Format 40 x 53 cm pliée)
$ 19.14
QUICK VIEW
BaoTom Coussin de dossier pour lit, canapé, coussin de lecture, coussin cale, tête de lit, coussin dossier de lit, coussin lombaire, coussin de soutien pour lire hauteur de 50 cm (blanc cassé, 150 x
$ 59.70
QUICK VIEW
Lot de 100 chaînes à billes colorées - 10 cm - En acier inoxydable - Pour porte-clés - Chaîne à billes - Porte-clés en perles métalliques avec connecteur - Pour pendentifs et bijoux
$ 3.37
QUICK VIEW
Pzuryhg Soda Can Lids, 6X Drink Covers, Silicone Carbonation-Preserving Bar Tool, Spill-Resistant Fit, for Beer, Beverage Storage, Juice, and Energy Drink, 13g
$ 3.37
QUICK VIEW
Westmark Ensemble de Bocaux à Pince, 6 Pièces – Pour Épices, Herbes et Thés - Incluant 8 Étiquettes Décoratives - Transparent, 100 ml
$ 7.87
QUICK VIEW
IBILI - Mini-moule à omelette aux pommes de terre I-CHEF, 14 cm, aluminium, manche en acier inoxydable, antiadhésif, adapté à l'induction, Gris Argenté
$ 12.38
1
...
114
115
116
117
118
119
120
121
...
3279
BACK
Shopping Cart