{{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
Homéa, Seau Plastique avec Bec et Anse Métal 12L Anthracite
$ 3.37
QUICK VIEW
CASABEL Poubelle Tri Sélectif 3x20L, Acier Inox Blanc, Poubelle 60L Cuisine Recyclage Rectangulaire à Pédales, Anti Traces, Anti Odeurs, Systèmes de Tri des Déchets, Poubelle Tri Selectif 3 Bac
$ 33.79
QUICK VIEW
Rayher Lot de pompons, vert, 60 pces, Ø15mm, 100% polyacrylamide, lavable, arts créatifs, animaux, porte-clefs, suspensions, décorations-7651229, Unique
$ 2.24
QUICK VIEW
Lot de 2 poignées en silicone pour casseroles, protection contre la chaleur, résistantes à la chaleur, antidérapantes et résistantes à la chaleur, noires
$ 3.37
QUICK VIEW
Com-fort Hose Lot de 25 cintres avec pinces (45 cm) – (blanc et acajou) Idéal pour les pantalons, avec encoches pour bretelles et crochet en acier.
$ 31.53
QUICK VIEW
SIMMOB Meuble de Cuisine Alu 1 Rideau 4 Niches L 40 H 123.6 P 35 cm
$ 95.75
QUICK VIEW
6 Pièces Animaux Crochets Pivotants, Chien Crochets Pivotants, Clips Déclenchement Pivotants, Crochets Mousquetons Pivotants, pour Collier Chien Sac Dos Fermoir Sacs a Dos Clef de Voiture
$ 9.00
QUICK VIEW
Lot de tasses à maté, à maté, à thé avec cuillère et brosse de nettoyage, en acier inoxydable, passent au lave-vaisselle, sans danger et durable, pour la cuisine, le restaurant, le café (noir)
$ 6.75
QUICK VIEW
Tribesigns Table à Manger, 160 x 80 x 75 cm, pour 4-6 Personnes, Table de Salon, Bureau, pour Salle à Manger Industriel, métal Robuste, Marron Rustique et Noir
$ 65.33
QUICK VIEW
BARVIVO Noir Dessous de Verres Ensemble de 8 avec Support - Protection de Table pour Tous Types de Tables, Granit, Verre, marbre, Pierre – Souple et Parfait pour n'importe Quelle Taille de Verres.
$ 15.76
QUICK VIEW
Dowbom Bol à soupe avec couvercle, bol à ramen en porcelaine, bol à nouilles instantanées pour micro-ondes (noir)
$ 11.25
QUICK VIEW
Unvfrg Nordic faite à la main en tricot Couverture Mode pour couverture souple plaids pour canapé Bedsure Dreamscene Couverture couvre-lit, beige, 130x170cm
$ 14.63
QUICK VIEW
450mm Ventilateur mural 5450 M³/H Ventilateur axial mural métal 45cm 230V
$ 111.53
QUICK VIEW
Moules en silicone pour fabrication de bagues et bijoux en résine époxy à 3 anneaux
$ 3.37
QUICK VIEW
IDMarket - Lot de 3 étagères murales Iris façon hêtre et Noir
$ 9.00
QUICK VIEW
Stand à Bougies - Support Rond, Cabine de Table décorative | Élégant Candle Holder Centerpiece Decoration de Mariage élégant et Accent Cadeau pour Les Couples, Les Amis et l'ambiance à Domicile
$ 6.75
QUICK VIEW
Olio Singer, 125 ml, ml 125
$ 6.75
QUICK VIEW
Melearch Moule Silicone Patisserie, 24 moules à Cupcakes pour la cuisson, moules à muffins en silicone antiadhésif pour Gâteaux, Tartelette, Brownies – Sans BPA et passe au lave-vaisselle
$ 5.62
QUICK VIEW
Yosoo Health Gear Ruban Adhésif Double Face Haute Adhérence 2 Couleurs 150 Mm X 10 M pour Gazon Artificiel, Tapis de Jardin, Tapis de Connexion, Joints Extérieurs, Tapis et Moquettes Synthétiques
$ 11.25
QUICK VIEW
Organisateur de Canettes de Boissons à Ressort, Installation Facile, Largeur Réglable, Distributeur de Boissons en ABS pour Comptoir (Blanc)
$ 21.39
QUICK VIEW
EOASNRTCB Vernon Housse De Couettes Parure De Lit, Microfibre Ensemble De Literie Housses De Couettes Taies D'oreillers avec Fermeture Éclair Single(140x200cm)
$ 15.76
QUICK VIEW
2 Pièces Cintre Pantalon Gain de Place, 7-en-1 Multifonctionnel Cintre Pantalon Pliable, 48 x 36 cm Cintre Gain de Place, Cintre Pantalon pour Pantalons Jupes Écharpes Cravates Serviettes
$ 7.87
QUICK VIEW
ULTECHNOVO Panier De Rangement Imitation Rattan Large Pour Bureau Panier Décoratif Tissé Pour Organiser Les Sundries Et Garder Votre Espace Propre
$ 9.00
QUICK VIEW
YLWX Mini Éventail À Main Couleur Vert Foncé Doré Petit Éventail Pliant Performance De Photo De Mariée Éventail Oriental Gland Éventails À Paillettes Décoratifs (Color : Black Sprinkled Gold-Bamboo,
$ 9.00
QUICK VIEW
iDesign Linus Plateau Tournant, Moyenne Étagère Tournante en Plastique à 2 Étages pour Armoire, Transparent
$ 14.63
QUICK VIEW
COOK CONCEPT Easy Make KA11151 Lot de 4 Dômes de présentation INOX Argent 8 x 8 x 4,20 cm
$ 3.37
QUICK VIEW
XAVSWRDE 2 PCS Adaptateur Tuyau Aspirateur en Chlorure de Polyvinyle 25mm-42mm Adaptateur Réducteur Aspirateur Découpable Adaptateur Standard Aspirateur pour Ponceuse Perceuse Scie Sauteuse
$ 5.62
QUICK VIEW
Cozlly Lot de 20 boîtes à pop-corn réutilisables en carton, grandes boîtes à pop-corn pour collations, bonbons, soirée cinéma, fête d'anniversaire, Noël, mariage
$ 5.62
QUICK VIEW
ImpressArt Kit de courbure d’anneau
$ 10.13
QUICK VIEW
QQYRHN 5D DIY Lapin Mignon Kits de Peinture Diamant, Complète Rose Fleurs Diamond Painting pour Adulte Débutants, Lapin Art du Diamant, Décoration Murale Maison Peinture au Diamant Avec 30x40 cm
$ 4.50
1
...
124
125
126
127
128
129
130
131
...
3279
BACK
Shopping Cart