{{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
Moule Silicone Air Fryer pour Ninja Foodi Flex 10.4 L AF500EU,14 Pièces Accessoires Air Fryer Inclus (1×10.4L + 2×5.2L),Compatible avec Friteuse Ninja AF500EU et Autres Modèles
$ 12.38
QUICK VIEW
Novaliv Lot de 2 balayettes à manche long de 60 cm avec manche en bois et poils synthétiques fins pour un nettoyage efficace - Nombreuses possibilités d'utilisation - Atelier - Pour la poussière, la
$ 13.51
QUICK VIEW
Outils de Travail en Cuir, Outils d'artisanat en Cuir Métal avec Une Structure Simple Outils en Cuir pour Le Cuir Travaillant pour Le Bricolage de Travail Manuel
$ 4.50
QUICK VIEW
Orbegozo PZ 8100 - Cocotte électrique avec couvercle en verre, revêtement antiadhésif, thermostat réglable, diamètre de 40 cm, 1500 W
$ 27.03
QUICK VIEW
JIXINHEKEJI Matelas De Futon Au Sol Japonais Pleine Grandeur, Matelas De Futon Rollable Pliable, Coussin De Couchage Portable pour Dortoir De La Maison(Size:60x120cm)
$ 12.38
QUICK VIEW
Rayen | Corde à linge pour la pluie | Protège les vêtements suspendus | Imperméable | au parfum de citron | 2,60 x 1,35 mètres, Blanc
$ 7.87
QUICK VIEW
Fumage et fumaisons techniques et recettes - Tom Press
$ 7.87
QUICK VIEW
Mikasa Gourmet Wire Arbre à tasses à 2 étages Blanc 37,5 cm
$ 21.39
QUICK VIEW
Ruucy Bento Lunch Box avec Sac Isotherme, 1400ml 2 Couches Boite Repas Compartiment pour Adulte et Enfant, Micro Onde, Hermétique Boîtes Bento pour Travail École Pique Nique (Noir)
$ 11.25
QUICK VIEW
Paul Sinus Art 120 x 80 cm – Tableau mural Santorini Dom Maisons vue de la mer – Toile sur châssis moderne et élégant – Images et décoration
$ 18.01
QUICK VIEW
(G) I-DLE - I feel (6th Mini Album) CD+Pre-Order Benefit+Folded Poster (Cat ver. / CD Only, No Poster)
$ 15.76
QUICK VIEW
Les-Theresa Tapis de Robinet pour éVier de Cuisine,Tapis de Robinet Diatomite, Tapis Absorbant pour Robinet de Cuisine à Absorption Rapide, pour Cuisine, Salle de Bain, éVier (Blanc, 60 * 10cm)
$ 13.51
QUICK VIEW
Selsey Table De Chevet Suspendue avec Tiroir À Lamelles 50 x 17 cm Table De Nuit Gris Beige Veldio
$ 39.42
QUICK VIEW
MagiDeal Porte-Fouet en céramique, Support de Fouet Matcha pour Les Accessoires de Japonais Traditionnels, Style b
$ 4.50
QUICK VIEW
Lot de 3 cintres pour pantalons avec 2 crochets, 5 cintres pour animaux, peu encombrants, avec 10 clips antidérapants réglables, pour pantalons, jeans, serviettes, shorts, jupes
$ 11.25
QUICK VIEW
Fyshird Lot de 21 porte-clés ange gardien avec trèfle porte-bonheur - Pendentif ange gardien - Étiquettes cadeaux pour mariage, baptême, départ, remerciement, communion, confirmation
$ 9.00
QUICK VIEW
Garneck Bol à Salade Transparent Moyen 1500 ML en Verre RéSistant avec Socle – Micro-Ondes & Lave-Vaisselle – pour Fruits, LéGumes, PréParations FraîChes
$ 13.51
QUICK VIEW
Stamperia WTK203 Tampon acrylique, marron/noir, 14 x 18 cm
$ 3.37
QUICK VIEW
WMF Küchenminis Mix on the Go Mini mixeur à emporter 300 ml, mixeur USB rechargeable, portable, pour smoothies, shakes, rose
$ 36.04
QUICK VIEW
Lot de 6 moules à œufs pour œufs à la coque - Moule à œufs cuits 3D - Mignon Onigiri - Accessoire de cuisson - Moule Onigiri
$ 6.75
QUICK VIEW
asbwuo Panneau de limitation de vitesse de 5 km pour enfants en train de jouer,20 cm x 30 cm, aluminium de qualité supérieure, résistant au soleil et à la rouille.
$ 7.87
QUICK VIEW
Prym 223830 Crochets tunisiens, Set, Natural, 3,5-8,0mm
$ 31.53
QUICK VIEW
Vieux rose Rose Imprimé floral Popeline de coton tissé Style vintage Tissu – coloris Vert sauge – Vendu au mètre.
$ 7.87
QUICK VIEW
MinoCino Housse pour Planche à Repasser 115x35 cm avec Rembourrage en Feutre de 6 mm d'épaisseur, Cordon de Serrage et Fermeture Auto-agrippante, imprimé Floral
$ 11.25
QUICK VIEW
Mini Machine À Coudre Manuelle, Machine À Coudre Portable, Mini Machine À Coudre Électrique, Équipé D'une Aiguille Et D'un Fil, Facile À Utiliser, Pour Voyage À Domicile, Vêtements, Bricolage
$ 7.87
QUICK VIEW
KEPYATI Lot De Protège-Doigts En Feutre Aiguilleté Tricot Protection Du Bout Des Doigts
$ 4.50
QUICK VIEW
GTDoitt Écusson brodé tête de lion à repasser pour vêtements, sacs, appliques, veste en denim, accessoires pour animaux
$ 5.62
QUICK VIEW
Duendhd Lot de 50 pots de couleur vide, 300 pots de 2 ml de couleur vierge avec couvercle,Pour salle de classe
$ 22.52
QUICK VIEW
BedStory Sumatelas 90x190 cm avec Housse de Bambou, Extra Doux Antiacarien et Respirant, Surmatelas Idéal pour Canapé, Bz, Caravanes, Voyage...
$ 27.03
QUICK VIEW
Mikihat Boite Rangement Fil Broder, Rangement Fil Broderie, D'Organisateur de Fil Broderie de 24 Grilles avec 100 Pcs bobines de Fil et 4 Pcs Autocollants Vierges
$ 5.62
1
...
161
162
163
164
165
166
167
168
...
3279
BACK
Shopping Cart