{{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
Vigcebit Bouddha Copain | Bouddha - Petite Figurine Moine Mignon, Statue Bouddha Zen Figurine Moine Mignon Ornement en résine ameublement décoratif Chinois pour la décoration
$ 2.24
QUICK VIEW
Dibotell Mannequin Articulé en Bois, Mannequin d'artiste à Dessiner, Homme en Bois, Mannequin Flexible, Poupée à Dessin en Bois, Poupée en Bois (30 cm)
$ 7.87
QUICK VIEW
Mixeur Blender, 400ML Blender Smoothie Portable Mini Mixeur avec 6 Lames en Acier Inoxydable, USB Mini Blender pour jus, Shakes et aliments pour bébés
$ 19.14
QUICK VIEW
ewtshop® Lot de 20 feuilles de caoutchouc mousse Noir Format : 21 x 29,7 cm DIN A.
$ 4.50
QUICK VIEW
Argon Tableware 6 pièce métallique Chargeur microplaques - Martelé Edge - 33cm - Hammered Gold
$ 20.27
QUICK VIEW
Larcenciel Lot de 100 feuilles de papier de soie métallique or rose pour mariage, fête d'anniversaire, douche, loisirs créatifs, bricolage, Noël, 50 x 35 cm
$ 5.62
QUICK VIEW
Pichet à Boissons en Acrylique, Réfrigérateur Carafe Frigo Pichet avec Couvercle en Plastique Blanc et Poignée pour Eau, Thé Glacé/vin/café/lait/jus Carafe de Boisson(1100 Ml)
$ 6.75
QUICK VIEW
URFEDA Décors Muraux en Bois Décors Lignes Creuses Décors Bois Rectangulaires Appliques en Bois Décoration Murale pour Salon Chambre à Coucher Décors Muraux d'arrière-Plan Type 3/C
$ 4.50
QUICK VIEW
Mental-High® Appareil d'entraînement orthopédique de la nuque pour corriger la posture et soulager la douleur - Support ergonomique pour la nuque pour la détente et le soulagement de la douleur
$ 15.76
QUICK VIEW
Krups YY3042FD Machine à Café à Capsules Nescafé Dolce Gusto Lumio - Automatique - Qualité Professionnelle - Pression 15 bars - Interface Tactile - Large Choix de Boissons Chaudes et Froides
$ 33.79
QUICK VIEW
TAIMIKO Desserte Cuisine à roulettes 2 Plateaux Chariot de Service INOX Chariot de Restaurant avec roulettes, Rangement Mobile Plateau
$ 28.15
QUICK VIEW
Phildar - Pelote de Laine Phil Caresse - Laine à Tricoter - 51% Acrylique,49% Polyamide - Aiguille n°4 - Couleur Framboise
$ 6.75
QUICK VIEW
VOGUE PATTERNS V1990Y5 Manteaux pour femme Y5 (46-48-50-52-54)
$ 12.38
QUICK VIEW
Kenwood Résistance Chauffant 610W 230V 295mm 176mm Machine Cuocipane BM450
$ 9.00
QUICK VIEW
FREEBLOSS Lot de 6 sacs à fleurs au crochet avec cordon de serrage pour débutants, sacs fourre-tout et sacs fourre-tout à motif floral, sac à main à fleurs, kit de démarrage pour adultes
$ 10.13
QUICK VIEW
Libaro Tabouret de Douche XL MÉRANO en Acrylique - Siège de Bain Antidérapant en Design Moderne - Capacité Max. 180 kg - Chaise Douche, Banc de Salle de Bains, Siège Baignoire (Transparent)
$ 34.91
QUICK VIEW
BRITA - Carafe filtrante longue durée - Style Eco Cool - 2,4L - Bleu - Comprend 1 cartouche filtrante MAXTRA PRO ALL-IN-1 - avec Cashback (uniquement en Belgique - jusqu'à 10€ remboursé)
$ 24.77
QUICK VIEW
TOPINCN Tuyau de Climatiseur Tuyau D'échappement Portable Tuyau D'échappement Flexible Universel Climatiseur Tuyau D'échappement Tube Pièces de Rechange Accessoires(13cm*2M)
$ 13.51
QUICK VIEW
OATIPHO Outil De Broyage Pratique Pilon En Verre Pour Aquarelle Peinture À Lhuile Portable Et Léger Pour Artistes
$ 9.00
QUICK VIEW
WKITCHENMAT Tapis Cuisine Antidérapant Absorbant Tapis de Sol Devant Evier Lavable,Tapis Rouge De Bande Dessinée De Dessin Animé De Chat Noir De Bande Dessinée D'Épaisseur 7MM,60X180CM
$ 16.89
QUICK VIEW
DIYEAH Lot De 3 Aimants Pour Aiguilles À Coudre Porte-aiguilles Magnétique Pour Broderie
$ 7.87
QUICK VIEW
Machine À Tricoter Française, Machine À Tricoter Les Cordons, Machine Tresser Cordes Manivelle, Outil De Tricotage Domestique, Machine Tricoter Manuelle Bobine Fil, Mini Outil Couture Pour Bracelets
$ 4.50
QUICK VIEW
Huacan Lot de 5 grands plateaux en plastique 5D DIY pour peinture diamant - Pour strass - Organisateur d'outils d'artisanat
$ 7.87
QUICK VIEW
Merax Meuble TV 160,5 x 35,5 x 45 cm avec 2 portes, 2 compartiments ouverts, grain de bois avec grand espace de rangement, couleur bois
$ 64.20
QUICK VIEW
Velleman Dtp7 Thermomètre à vin Digital - Noir/Argent
$ 14.63
QUICK VIEW
Paniers de Rangement en Corde Tissée, Panier de Rangement avec Couvercle, Panier Rangement Salle de Bain, Paniers et Boîtes de Rangement Multifonctionnels pour Salon Chambre à Coucher
$ 7.87
QUICK VIEW
Unold Uno 48825 Sorbetière – Compresseur auto-refroidissant, entièrement automatique, 135 W, refroidissement à -35 °C, écran LCD, récipient en acier inoxydable, minuterie, compresseur
$ 105.89
QUICK VIEW
pangutheos 24 Pièces Hexagonal Miroir Mural Autocollant, 126 * 109 * 63mm Miroir Adhesif Mural, Miroir Acrylique pour DIY Maison Chambre Salon Décor TV Fond Décoration Décor
$ 7.87
QUICK VIEW
cobee Lot de 100 autocollants de football en vinyle imperméables pour bouteilles d'eau, cadeaux de football pour adolescent, autocollants esthétiques et tendance pour scrapbooking, ordinateur portable
$ 4.50
QUICK VIEW
FINELYCR Fer à Cheval Porte-Bonheur, 5 Pièces Décorations en Fer à Cheval Porte Bonheur, Fer à Cheval Porte Bonheur, avec Ficelle et Papier Kraft, pour Dragées de Mariage
$ 11.25
1
...
23
24
25
26
27
28
29
30
...
3279
BACK
Shopping Cart