{{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 16 chiffons en microfibre pour nettoyeur de vitres Cecotec Conga WinRobot 870
$ 11.25
QUICK VIEW
Tasse de Diviseur de Nez Blanc de Jaune D’oeuf en Céramique, Séparateur de Jaune D’oeuf, Séparateur D’oeuf Drôle, Séparateur de Blanc D’oeuf Drôle, Outil de Filtre de Séparateur
$ 10.13
QUICK VIEW
WELL HOME MOBILIARIO & DECORACIÓN Well Home Table Basse en MDF Couleur Marron Ø30 cm, 30x30x30 cm
$ 13.51
QUICK VIEW
UEAVOID 4 pièces Bouteille d'Eau Pliable Faltbare Réutilisable avec Capuchon Vissé Pour Le Vélo De Sports De Plein Air La Randonnée Les Aventures Les Voyages (500ML)
$ 21.39
QUICK VIEW
Cookplus Machine à barbe à papa Rouge Réchauffement rapide et facile, facile à transporter, facile à utiliser et facile à nettoyer, rapide et savoureux
$ 19.14
QUICK VIEW
OFFSCH Lot De 2 Cuillères À Riz En Céramique Blanche Ustensiles De Cuisine Antiadhésifs
$ 7.87
QUICK VIEW
Plaque à Repriser de Rechange Plaque à Repriser de Remplacement pour Couture M1500 Plaque à Repriser de Remplacement pour Machine à Repriser pour 2250 1304 1306 2277 2282 2263
$ 7.87
QUICK VIEW
VICSONIC S7 Tête de brosse pour aspirateur sans fil
$ 31.53
QUICK VIEW
Druuzyl Lot de 10 Nappes Jetables 137 x 274 CM Nappe Imperméable, Nappe d'anniversaire en Plastique Jetable, Nappe Blanche pour Fêtes Mariages Pique-niques Anniversaires
$ 10.13
QUICK VIEW
Bouteille isotherme Lurch Perlé/bleu
$ 9.00
QUICK VIEW
Ruban de satin de 10 cm de large - Ruban à découper, au mètre, cérémonie, mariage, anniversaire, fête, décoration, nœuds de chaise (jaune, 3 m)
$ 2.24
QUICK VIEW
MAGICLULU 10 Pièces Petit Bol En Bois Bols En Bois Inachevé Petits Bols Matériel D'Artisanat En Bois Fournitures De Bricolage Artisanat Bols En Bois Mini Couverts En Bois Jouets En Bois
$ 9.00
QUICK VIEW
predolo Organisateur de Nettoyage, Conteneur de Rangement Multi-poches avec Poignée, Sac de Nettoyage
$ 14.63
QUICK VIEW
Verre à bière personnalisé, gravé - projet (petit) - design 1
$ 11.25
QUICK VIEW
OTCRAFT Lot de 40 pages/lot de 40 pages pour album photo - Pochoirs de découpe pour cartes postales, autocollants, photos, tampons transparents et matrices de découpe - 28,4 x 16,3 cm (bleu)
$ 3.37
QUICK VIEW
Lot de 300 autocollants de sorcière vintage gothique en vinyle imperméable pour Kindle, ordinateur portable, téléphone, bouteille d'eau, livre magique, cartes de tarot
$ 9.00
QUICK VIEW
QEM Marmite ou Chaudron en Fonte Alimentaire de 6 litres
$ 16.89
QUICK VIEW
WOLMIK Lot de 2 décapsuleurs en acier inoxydable avec carte à jouer créative - Décapsuleur de bière personnalisé - Taille adaptée à votre portefeuille (noir et argent)
$ 2.24
QUICK VIEW
Hodeffior Organiseur d'armoire coulissant fixe avec film adhésif sans film - Extensible - Pour tiroir coulissant - 35 x 43 x 8 cm (l x P x H) - Noir
$ 24.77
QUICK VIEW
Hansleep Parure de lit king size damassée, couvre-lit léger, blanc, matelassage à ultrasons, sans couture
$ 38.29
QUICK VIEW
Taie d'oreiller imprimée en Satin de Coton, Yulan Magnolia, 65x65 cm, Designers Guild
$ 27.03
QUICK VIEW
Dodo Couette tempérée Vancouver - 220 x 240 cm - Blanc
$ 25.90
QUICK VIEW
Eventerde Pétunias artificiels pour l'extérieur - 2 pétunias artificiels pour l'intérieur et l'extérieur - Résistant aux intempéries et aux UV - colorées pour fenêtre de Jardin - Pot de Fleurs
$ 2.24
QUICK VIEW
KADAX Lot de 6 Tasses en Verre Transparent Avec Soucoupe - 200 ml/250 ml - Pour Thé et Café (Hannah / 6 Pièces)
$ 10.13
QUICK VIEW
HLONONE Chaise de gaming avec fonction massage, fauteuil gamer ergonomique, fauteuil de jeu de course avec repose-pieds, appui-tête et coussin lombaire rembourré, chaise PC, charge maximale 150 kg,
$ 49.56
QUICK VIEW
Restiva Oreiller orthopédique pour apnée du sommeil, oreiller cervical en mousse à mémoire de forme, coussin de soutien ergonomique du cou pour les personnes dormant sur le côté, sur le ventre
$ 13.51
QUICK VIEW
Fixbetter Couverture de brosse principale, pièces de rechange pour ECOVACS DEEBOT T20 OMNI / T20e OMNI aspirateur accessoires
$ 5.62
QUICK VIEW
GT STUDIO Supports d'enceintes pour SONOS One, One SL, Play: 1, Play: 3, Design Premium Améliore le Son Surround, Dissimulation Complète du Cordon, Base Lourde - (Paire, Noir)
$ 51.81
QUICK VIEW
vhbw 5x Sacs remplacement pour iRobot 4626194 pour aspirateur - microfibres non tissées, 15,2cm x 12.6cm, blanc
$ 5.62
QUICK VIEW
MLWSKERTY Fryers d'air en Métal Doublures Métalliques Carrées Cuisson Carbone en Acier en Acier À Air Doublures pour Les Frites À Air Cuit
$ 7.87
1
...
4
5
6
7
8
9
10
11
...
3279
BACK
Shopping Cart