{{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
BDW Armoire d'angle avec Extension pour Les Chambres à Coucher - Élégante et Fonctionnelle - Grande Capacité - Style Universel - Montage Facile - 100 cm - 6 Portes, 9 Étagères - Chêne Artisanal
$ 23.65
QUICK VIEW
Danish Dough Whisk Fouet Fouet Cuisine Professionnel Fouet à pâte Danois Mélangeur de Pâte de Cuisine Fouet Danois Mélangeur à Pâte Manuel avec Poignée en Bois Ergonomique, Fouet à pâte de Haute Quali
$ 5.62
QUICK VIEW
Haller Horloges de Table Classiques 821-197_900
$ 11.25
QUICK VIEW
Climatiseur Mobile Sans Évacuation, Climatiseur Mural Sans Conduits, Climatiseurs Split Max Unité Extérieure Pour Pièces Avec Minuterie, Silencieux Pour Chambre, Maison, Bureau
$ 30.41
QUICK VIEW
HOODANCOS 1ensemble Cadre Photo Carton avec Clips Et Corde pour Kraft pour Décoration Bureau Ou Salle De
$ 4.50
QUICK VIEW
Archange Mickael Saint Michel - 10cm - Autocollant/Sticker
$ 13.51
QUICK VIEW
Brosse de vidange YOUNEFEN, brosse de dragage, outil de nettoyage flexible pour cuisine, salle de bain, baignoire, lavabo, radiateur, poils en nylon, manche en métal, argenté
$ 2.24
QUICK VIEW
Silvergear® Extracteur de Jus | pour presse-fruits et légumes | centrifugeuse Moteur puissant à 60 tours/minute | Juicer 250 W | Avec Goulotte d'Alimentation de 103mm | Sans BPA | Noir
$ 39.42
QUICK VIEW
GAOHOU Poignée de traction universelle pour fauteuil inclinable et câble à ressort
$ 5.62
QUICK VIEW
Omada Design set 4 gobelets de 35 cl en plastique bicolore, disponible en différentes couleurs
$ 20.27
QUICK VIEW
Réservoir à capsules NESPRESSO ESSENZA MINI Cafetière, Machine à Café MS-624311 KRUPS Cafetière, Machine à Café MS-624311 KRUPS
$ 7.87
QUICK VIEW
kaiserkraft FRANKEL Banc pour vestiaires empilable | Lattes en Bois Massif Verni incolore | Longueur 1200 mm | piétement Gris Basalte
$ 81.10
QUICK VIEW
Cintre standard 50 exemplaires
$ 32.66
QUICK VIEW
YOFAPA Cadre en plastique Q Snap pour point de croix, assemblage facile, parfait pour la broderie, le matelassage, la peinture sur soie
$ 9.00
QUICK VIEW
kleankin Armoire à Pharmacie 2 étagères 3 Niveaux verrouillable Porte Verre trempé dépoli Logo Croix 25L x 12l x 48H cm métal Rouge
$ 27.03
QUICK VIEW
40 serviettes jetables florales vert sauge à motifs pour anniversaire vert baby shower fête de mariage cadeau mariée décoration événement anniversaire de mariage
$ 4.50
QUICK VIEW
Couvercle LIPAVI C5L pour le conteneur C5
$ 20.27
QUICK VIEW
Yanhonin Toile Sac de Pinceaux Cases, Pinceaux Rouleau de Toile Cases, Plumier Sac de Crayon, Pinceau Brosse Artiste Dessin Peinture Aquarelle Pinceau d'huile Sac Multi-usages
$ 6.75
QUICK VIEW
iittala Grande cuillère
$ 20.27
QUICK VIEW
Melissa & Doug First Play Children€s Jungle Wooden Activity Table for Toddlers, Multicolor 30122
$ 46.18
QUICK VIEW
SPDYCESS 500ml Flasque en Acier Inoxydable avec Entonnoir et Tasses Fiole à Alcool de Cuir PU pour Homme Bouteille à Liqueur Cadeau pour Escalade Pêche Randonnée Camping
$ 13.51
QUICK VIEW
Wisebom 2 pièces Plastique Porte Savon Boîte à Savon avec Drain de Vidage Salle de Bain Support Savon Antidérapant Porte Savon pour Savon Éponges Salle de Bains Cuisine (Bleu et Blanc)
$ 2.24
QUICK VIEW
Ovanda Lot de 20 serviettes de table en papier or rose (33 x 33 cm), décoration de table pour fille, noir et or rose
$ 3.37
QUICK VIEW
Contrôleur de Fauteuil Inclinable électrique, Commutateur de Contrôleur canapé électrique Professionnel 5A pour la Maison pour Pédicure
$ 4.50
QUICK VIEW
BESTHERM - Radiateur électrique fixe à inertie sèche fonte+film 1000W Bestherm EOLE horizontal blanc
$ 93.50
QUICK VIEW
Ikebana Pique Fleur - 4 Pièces Fleur Grenouille Support pour Arrangement Floral Rond Fleur de Kenzan en Acier Inoxydable Flower Frog Décoratif pour Maison Salon Hôtel Jardin
$ 6.75
QUICK VIEW
Kit Adaptateur pour accessoires et tuyau d’aspiration compatible avec les outils Bosch
$ 9.00
QUICK VIEW
Lot de 2 filtres lavables de rechange pour aspirateurs X-Pert 7.60 RH6A35WO, RH6A39WO, RH6A31WO, RH6A 33WO
$ 5.62
QUICK VIEW
Ensemble De Mortier Et De | Bol De Concasseur À L'ail | Grincer Des Épices Et Des Herbes, Des Broyeurs D'épices Manuels Et Des Broyeurs Garlic Avec Une Base Sans Glissement, Idéal Pour Les
$ 4.50
QUICK VIEW
HOMCOM Porte-manteau sur pied 2-en-1 armoire d'entrée 5 crochets 2 étagères design contemporain cosy 39,5 x 39,5 x 171 cm bois de bambou massif
$ 27.03
1
...
86
87
88
89
90
91
92
93
...
3279
BACK
Shopping Cart