{{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
Antex RT3410B Pointes de pyrogravure SET5PYRO
$ 22.52
QUICK VIEW
Tognana Mythos, Grill rectangulaire 34x24 avec poignée, Aluminium noir
$ 19.14
QUICK VIEW
DEOMOR (15,8 x 8,8cm) Lot de 20 Mini Bois Chevalets Triangle de Table Porte Nom Numéro Table Photo Support pour Décoration Table de Mariage Anniversaire Bureau
$ 9.00
QUICK VIEW
Livre de Coloriage d'Été, 24pcs Dessins à Colorier d'Été Livre de Coloriage par Numéro Été Summer Coloring Book les Enfants
$ 10.13
QUICK VIEW
YANGWEN 10 Pièces Accessoires Halloween Effrayants - Mains et Doigts Coupés Sanglants Réalistes pour Décorations Maison Hantée, Cosplay et Farces (Parties du Corps Factices, Décoration Horreur)
$ 4.50
QUICK VIEW
Organisateur de Sous-Vêtements | Sac de Rangement Voyage Multifonction pour Lingerie, Soutien-Gorge, Culottes et Chaussettes, Trousse de Toilette Compacte pour Valise, Week-End et Déplacements
$ 2.24
QUICK VIEW
LEKEFETO Mini ventilateur à pince - Batterie 2400 mAh - Avec lumière LED - USB - 5 vitesses et rotation à 720 ° - Rechargeable - Petit ventilateur silencieux - Pour la maison, le bureau, le salon
$ 7.87
QUICK VIEW
Ejoyous Chaise Pliable, Chaise Pliante Design Facile à Ranger Cadre Robuste économiser de l'espace avec Coussin éponge en Cuir PU pour Les Bureaux pour Les Salons pour Les Chambres
$ 16.89
QUICK VIEW
SUNNYCLUE 1 boîte de 12 bracelets à Chaîne en Trombones en Vrac Paquet de Chaînes en Or avec Maillons en Acier Inoxydable Fermoirs Mousquetons Extension pour Bracelet Fabrication de Bijoux Fournitures
$ 6.75
QUICK VIEW
Ensemble de 4 accessoires de salle de bain en céramique marbrée - Distributeur de savon, porte-brosse à dents, gobelet, porte-savon - Blanc mat
$ 16.89
QUICK VIEW
TRKETK 8 Pièces Serre-Taille Pas De Couture Nécessaire Bouton de Taille Réglable Amovible Bouton de Taille du Pantalon Daisy Convient pour Rétrécir la Taille des Pantalons et Jeans
$ 4.50
QUICK VIEW
MATCHA MOMENTS Authentic 24k Kintsugi Bowl – Hand-Crafted in Shigaraki, Japan – Real 24k Gold – Perfect for Traditional Matcha Tea – One of a Kind Piece of Art
$ 43.93
QUICK VIEW
simimasen 40 x 50 cm T-shirt presse de transfert sous vide Impression textile Chauffage Presse de transfert T-shirt DIY Multifonction Machine de transfert de chaleur 0-232 ℃ 220 V
$ 99.13
QUICK VIEW
Novent Mesure des pâtes - Séparateur Spaghetti Flexible,Mesureur portions pâtes pour 1 à 4 portions, Cuisine pour Nouilles, Spaghettis
$ 4.50
QUICK VIEW
Heller 58704 Kit de démarrage Renault 4 TL/GTL Sun Roof 1/24
$ 23.65
QUICK VIEW
Fycooler Ensemble d'outils de sculpture sur bois Kit d'outils de sculpture 20pcs avec Burins à découper, blocs en tilleul pour le cadeau de travail du bois de sculpture de bricolage
$ 9.00
QUICK VIEW
POPOYU Neige Artificielle Balles Jouets,Noël Fausse Neige,Fausses Boules de Neige Blanches pour Enfants Adultes Combat de Boules de Neige en Salle,Artificial Snow pour Décorations Arbre de Noël
$ 6.75
QUICK VIEW
Vileda H2Pro serpillère Balai à Plat avec séparation Eau Propre et Sale, Conception économe en Eau, Utilisation Facile à Une Main, Rangement Compact, poignée Ergonomique
$ 23.65
QUICK VIEW
MSYU Lot de 4 séparateur etagère, séparateurs d'étagères en Acrylique Transparent de qualité supérieure pour placards, Facile à Installer, vêtements, étagères, armoires à Chaussures
$ 12.38
QUICK VIEW
Euromarchi Fagot de Paille Brown en Cuivre avec Réglisse, 3 Pièces
$ 12.38
QUICK VIEW
OSALADI Support Bois Pour Pendule Présentoir Cristal Pour Bijoux Et Ornements Étagère Décorative Bois Pour Noël Et Décorations De Festival
$ 14.63
QUICK VIEW
Bols à Soupe en Verre - Rangement Transparents et étanches pour Fruits - Ustensiles Cuisson grancapacité pour pâtes à Vian- Support Alimentaire pour
$ 6.75
QUICK VIEW
2 en 1 Batteur à Oeufs Pinces Alimentaires, Ancaiqi 3 PièCes Batteur à Oeufs Multifonctionnel, Pince à Nouilles, Mélangeur Manuel
$ 3.37
QUICK VIEW
Air Fryer Accessoires, Plateau De Remplacement Pour Friteuse à Air, Plateau De Friteuse à Air Polyvalent De 21 Cm, Panier De Friteuse à Air En Acier Inoxydable, Plateau De Rechange Pour Friteuse à Air
$ 5.62
QUICK VIEW
DIVISTAR 1 pièce de rechange en croix pour mixeur, mixeur, presse-agrumes, robot culinaire
$ 4.50
QUICK VIEW
GLOBLELAND 18 feuille D'Autocollants de Transfert Colorés en Forme D'Ours Mignon 3.9x3.6 pouces pour Meubles Vases Verre Artisanat Décorations
$ 5.62
QUICK VIEW
Lacor 63628 Poêles en Tole Acier Tri 28 cm, Gris
$ 13.51
QUICK VIEW
Lily Flame Bougie parfumée dans Une boîte en métal Pamplemousse Rose, Jaune
$ 10.13
QUICK VIEW
Pinceaux Aquarelle,12 Pièces Pinceaux Peinture Acrylique Nylon Pinceaux Artiste Plume Lisse pour Peinture Acrylique Peinture à l'huile Aquarelle et Gouache DéZbutant Artiste Enfant
$ 3.37
QUICK VIEW
GOMETY Ensemble De Bricolage En Céramique: 17 Pièces Outillage En Argile Double Face, Forge Sculptante Pour Sculptrice À Outils En Argile, Pour Enfants & Adultes (Bois + Métal)
$ 3.37
1
...
162
163
164
165
166
167
168
169
...
3279
BACK
Shopping Cart