{{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 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 inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if 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
149352
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
Hodeffior Film de vitrail floral bloquant les UV - Isolation thermique - Motif violet - Pour décoration de fenêtre - 60 x 100 cm
$ 14.63
QUICK VIEW
EVERGREENWEB - Canapé-lit 2 Places Convertible en Lit Double Fonction de Couchage en Tissu Gris, Dossier Inclinable Click Clack à Double Coussin, Canapé avec Chaise Longue Structure Renforcée, Nelly
$ 111.53
QUICK VIEW
kinoco Touillettes Cocktail Réutilisables, 18 cm, 80 Pièces, Multicolore
$ 5.62
QUICK VIEW
SHELOG Plongeur Sports extrêmes eau salle de bain vinyle autocollant mural salon salle de bain décor à la maison auto-adhésif beau autocollant cadeau
$ 11.25
QUICK VIEW
Froadp Arbre de Noël Artificiel 180 cm Arbre de Décoration Sapin Artificiel en PVC avec Support Sapin de Noël avec Effet Neige et Pommes de pin Décoration de Noël pour l'Intérieur et l'Extérieur
$ 48.43
QUICK VIEW
SUDEG Bar à Whisky Schrank, Bar à Whisky Jerry Can 20L,Jerry Can Bar de Noël, Whisky Bar Cabinet pour Hommes, Minibar Verrouillable
$ 48.43
QUICK VIEW
Stackers - Boîte à bijoux classique en forme d'avoine - Grise - 5 compartiments - Fermeture à loquet - Moderne - Mariage
$ 37.17
QUICK VIEW
Ballon gonflable XXL en forme d'ours en peluche - Crème - Pour fête prénatale, anniversaire, fille et garçon - Cadeau de naissance, chambre d'enfant
$ 6.75
QUICK VIEW
Moulin à Café électrique, 500 W Grande Capacité Réglable en Acier Inoxydable Silencieux électrique Moulin à Café, Machine de Meulage de Grains de Café Domestique pour Noix, Poivre, Herbes, Graines
$ 32.66
QUICK VIEW
B Baosity 156 pièces Lettres en Bois Artisanal, Alphabet en Bois Naturel - avec bac de Rangement
$ 4.50
QUICK VIEW
NBEADS 101x152cm Tissus Point de Croix, Toile Aïda Toile Broderie 14CT Toiles Aïda de Reserve Toiles Blanche à Broder Peut Faire des Coussins, des Oreillers, Tricots de Bricolage
$ 9.00
QUICK VIEW
Letsinstyle Bordure en Dentelle à Franges et Pompons de 5 yard X 3.14 pouces de Largeur Ruban de Bordure en Dentelle Noire Décoré de Pompons Ruban à Franges à Coudre pour Vêtements
$ 6.75
QUICK VIEW
SURALIN 80 Pièces Plumes Colorées Plumes Artisanat Coloré Plumes Plume Artisanat pour Bricolage Boucle D'oreille Mariage Attrape-rêves Coiffure Plumes
$ 6.75
QUICK VIEW
Zerodis Horloge Numérique, Horloge de Douche en Argent pour Miroir de Salle de Bain
$ 22.52
QUICK VIEW
Lot de 11 filtres pour aspirateur Shark PowerDetect IP3251EUT IP3251C IP3251 IP3252 DuoClean Anti Hair Wrap Plus
$ 16.89
QUICK VIEW
HJGKKA 2 Pièces Monture Lunettes en Plastique, Présentoir De Lunettes Porte, Porte Lunettes De Soleil à 5 Couches, Adapté pour Stocker Toutes Sortes de Verres (Noir Et Blanc)
$ 4.50
QUICK VIEW
Bac à Eau du climatiseur, bac de vidange bac de Recuperation condensat, bac d'égouttement de collecteur d'eau de condensat en métal,910 * 240mm
$ 6.75
QUICK VIEW
ARK Tube télescopique extra large et robuste avec poignée de transport extensible et poignée de transport Noir 18,5 x 106 cm-177 cm
$ 57.45
QUICK VIEW
ZUXOLBIN Bouquet de fleurs artificielles au crochet fait à la main en peluche - Bouquet de tournesols tricotés pour la fête des mères - Bouquet de fleurs artificielles éternelles - Cadeau pour
$ 11.25
QUICK VIEW
Visxcnu Steampunk Assorties Accessoires Steampunk Engrenages Vintage Gears Squelette Steampunk Pendentif Charms pour l'artisanat Bijoux de Bricolage
$ 6.75
QUICK VIEW
2 Pièce Nappe Sirène, Anniversaire Decoration Nappe Sirène, 137 x 274 cm Rectangulaires Table Nappe de Fête, Nappes pour Fêtes d'anniversaire, dîners de Famille, Pique-Nique (Violet)
$ 6.75
QUICK VIEW
Generico Lot de 3 rois mages 8 cm Oliver
$ 7.87
QUICK VIEW
StickerDeen Lot de 80 autocollants muraux amovibles en vinyle en forme de cœur (doré)
$ 9.00
QUICK VIEW
Batterie de Remplacement pour Aspirateur, Batterie de Rechange Rechargeable Détachable de 2200 MAh, Compatible avec L'aspirateur sans Fil Proscenic P11
$ 60.83
QUICK VIEW
Instant Karma Clocks Horloge Murale en Vinyle idée Cadeau Vintage Handmade Guitare Musique Clavier Batterie Groupe Musique Rock Metal
$ 18.01
QUICK VIEW
Seyakany Cadre de lit 140 x 200 avec éclairage LED et Deux Ports USB,lit 140x200 avec sommier à Lattes,Coffre capitonné avec 4 tiroirs de Rangement Pratiques,1/2 Personnes avec Rangement,Noir
$ 111.53
QUICK VIEW
Ikea BASTIS Crochet mural en forme de queue de chien Turquoise/beige/noir 12 cm
$ 5.62
QUICK VIEW
Wohlstand 7pcs / Set Tissu en Coton pour la Couture Quilting Patchwork Home Textile Série Couture Quilting Fabric Patchwork Vêtements Sewing Artisanat Rose Tilda Doll Body Cloth(50 x 50cm)
$ 9.00
QUICK VIEW
Kit Patisserie Accessoire, Malette Patisserie Accessoires Professionnel, 232pcs Fournitures de Décoration de Gâteaux Boîte de Rangement Pliable à Trois Couches
$ 13.51
QUICK VIEW
KyeeaDIY Moule en Résine Époxy 3D Serpent - Moule Silicone Animal pour DIY, Création de Bijoux ou Jouet Horrible - Motif Réaliste et Facile à Démouler (1 Pièce)
$ 12.38
1
2
3
4
...
4979
BACK
Shopping Cart