{{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
Lyreh P369 Pied-de-Biche pour Robe de Mariée, Pied Presseur Perles à Paillettes, Accessoire Machine à Coudre Spécialisée pour Juki Brother Machines à Coudre Point Noué à Aiguille Unique Autres Marques
$ 3.37
QUICK VIEW
Lot de 5 autocollants décoratifs pour interrupteur Motif papillon et pot de fleurs
$ 6.75
QUICK VIEW
Girmi ts3600 Crêpière, blanc
$ 27.03
QUICK VIEW
WOPPLXY Lot de 10 Boite Cupcakes 12 Trous, Boite Cupcakes avec Fenêtre Transparente et Autocollants, Boite a Cupcake en Papier Kraft pour Cupcakes Muffins Petits Gâteaux Décoratifs
$ 10.13
QUICK VIEW
Milisten Sukiyaki Pot à shabu individuel Moyeu Shabu Shabu Cuisinière Pot chaud japonais Pot à fondue Shabu Pot chaud traditionnel Corée du Sud Corée du Sud Bois + Fer
$ 59.70
QUICK VIEW
OXO Good Grips Séparateur de graisse 1 l
$ 19.14
QUICK VIEW
UMBAPA Repose-pieds gonflable gris chaud | Votre compagnon idéal pour les longs voyages. Extrêmement résistant et facile à utiliser. Avec sac de gonflage pratique. Voyage confortable et luxueux
$ 16.89
QUICK VIEW
SIXRUN 304 Pot en Acier Inoxydable avec Couvercle, Design Moderne, adapté aux Condiments, à L'huile, aux Hôtels (SILVER)
$ 6.75
QUICK VIEW
Chaks 12800-NA, Nappe en Papier 136 x 228 cm Naruto ®
$ 5.62
QUICK VIEW
Otto Koning Anna Fourchettes de table Lot de 12 pièces, fourchettes en acier inoxydable, finition polie miroir, épaisseur 2,5 mm. Design classique et élégant.
$ 11.25
QUICK VIEW
Wessel Werk Brosse à Rotation TK284 pour Aspirateur Tête de Nettoyage pour Sols Durs & Moquettes Économe en Énergie Compatible avec Henry Vax Bosch Hoover Miele Rowenta
$ 15.76
QUICK VIEW
Lot de 100 mini pompons de 5 cm - Pompons colorés - Marque-page - Pour bricolage, artisanat, bijoux, boucles d'oreilles, bracelets, porte-clés
$ 9.00
QUICK VIEW
ZHXGO Lot de 12 paires de lunettes de soleil drôles en forme d'étoile rétro - Lunettes de soleil transparentes - Teintes magiques - Pentagramme - Pour fête d'anniversaire
$ 4.50
QUICK VIEW
We R Memory Keepers Recharge carrée à Bouton Pression Badge, (Lot de 10), 31 mm
$ 7.87
QUICK VIEW
Alipis Couvercle De Cuisinière À Gaz Chaudières Grille De Cuisson Pour Four Grille De Refroidissement De Comptoir Protection De Dessus De Cuisinière Couvercles De Plaque De Cuisson
$ 20.27
QUICK VIEW
Paris et Roger Violet: Le regard de l'agence Roger Villet sur Paris...treize millions d'images pour raconter l'histoire de Paris et celle de la photographie
$ 18.01
QUICK VIEW
Moulin à poivre et sel (ensemble de 2 + entonnoir) - Acier inoxydable
$ 6.75
QUICK VIEW
Canson Paquet de 10 feuilles de papier Colorline 50 x 65 cm 150 g blanc
$ 3.37
QUICK VIEW
GEFU GE14580 Becky Pinceau Nylon Inox 8,19 x 2,20 x 29,2 cm
$ 3.37
QUICK VIEW
15 perles de céramique multiusages
$ 10.13
QUICK VIEW
byoeko Lot de 6 sets de table ovales décoratifs de 45 x 30 cm (beige clair)
$ 9.00
QUICK VIEW
Arçelik K 3282 IN Machine à thé
$ 93.50
QUICK VIEW
DMC - Kit canevas Le Cactus
$ 6.75
QUICK VIEW
Lot de 22 Feuilles D'autocollants Smiley, Autocollants Smiley, Autocollants Émoticônes Amusants, Décoration Carnet Notes, Autocollants Émoticônes, Autocollants D'Incitation pour Enfants
$ 3.37
QUICK VIEW
De'Longhi EcoDecalk Détartrant DLSC500, 5 Doses de Décalcification, Accessoire de Maintenance pour Machine à Café, Ingrédients à Base de Plantes, Bouteille Avec 5 Doses, 500ml
$ 7.87
QUICK VIEW
Cadre en Métal de Sac à Main Serrures Fermoir Baiser Poignées Porte Monnaie Cadre Métallique Portefeuille a Main pour la Fabrication de Sacs
$ 6.75
QUICK VIEW
GMMH Moule à gâteau Rond en Silicone - Diamètre : 26 cm - Violet
$ 7.87
QUICK VIEW
Easy Life COFFRET 1 MUG 35CL EN PORCELAINE CREATIVE BLEU
$ 9.00
QUICK VIEW
COHEALI Compas De Gravure Outils De Précision Outils En Céramique D'Argile Règle De Coupe Poterie Boussole Cercle Cutter Professionnel Boussole Cutter Poterie Argile Boussole Cercle
$ 7.87
QUICK VIEW
FANYING Machine à shawarma à 2 brûleurs Machine à Gril shawarma Commerciale Rôtissoire Grill Kebab Rôtissoire Verticale Poulet Turc Doner Kebab Broiler pour Cuisine Restaurant
$ 103.64
1
...
166
167
168
169
170
171
172
173
...
3279
BACK
Shopping Cart