{{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
Moulinex Multicuiseur Intelligent Cookeo 6L 6 Modes de Cuisson 100 Recettes Préprogrammées Jusqu'à 6 Personnes Rouge CE701500
$ 111.53
QUICK VIEW
CDIYTOOL Boîte à musique « You are My Sunshine » en bois vintage et classique gravée à la main - Cadeau d'anniversaire pour amis, enfants, garçons et filles
$ 5.62
QUICK VIEW
Lot de 12 chiffons pour robot de nettoyage de vitres, en microfibre, lavables en machine, réutilisables, accessoires lavables pour C65, DDC55, CL3
$ 6.75
QUICK VIEW
Diarypiece Télécommande universelle pour climatisation ONIDA - Grand écran
$ 5.62
QUICK VIEW
Stella Trading POOL Armoire de salle de bains suspendue en blanc - Armoire de salle de bains moderne Armoire de salle de bains avec beaucoup d'espace de rangement - 76 x 71 x 23 cm (L/H/P)
$ 48.43
QUICK VIEW
INNOVAYOU 8 * 10 Pouce Gel Press, Plaques de Gel Imperméables et Lavables, Idéales Pour la Fabrication de Cartes, l'artisanat, le Scrapbooking, les Agendas et la Décoration Intérieure
$ 22.52
QUICK VIEW
THERMOS kids FUNTAINER STRAW BOTTLE Bouteille isotherme pour enfants en acier inoxydable avec paille 12 h froid 12 h complètement étanche pour l'école, la maternelle, les pauses 0,35 l
$ 15.76
QUICK VIEW
LXHONG Barre Accrochante De Vestiaire Au Détail, Tringle À Rideau De Douche Tube Métallique Incurvé Antirouille pour Salle De Bain, Cabine D'essayage, Demi-Cercle, Montage Mural
$ 57.45
QUICK VIEW
LB Tapisserie Murale Jungle tropicale Tenture Murale Feuilles Palmier Vert Animaux Sauvages Couverture Murales Plantes Fleurs Forêt Tapisseries Decoration pour Maison Salon Chambre Dortoir,235x180cm
$ 11.25
QUICK VIEW
Lot de 2 mousses en forme d'ours en en forme d'ourson Blanc DIY Artisanat pour fleurs Arrangements fête
$ 12.38
QUICK VIEW
Fierudeng Tube de rangement transparent pour poupée, tube de rangement pour animaux en peluche, seau transparent pour organisateur de jouets d' , support de présentation de poupée en peluche
$ 19.14
QUICK VIEW
I LOVE MOM Kit Bracelet Perle Pierre Naturelle pour Bijoux,Bracelet de Fabrication Pierre Naturelle kit de Perles Bricolage Artisanat pour Enfant Adulte pour Boucles d'oreilles,pendentifs,colliers
$ 12.38
QUICK VIEW
Service de vaisselle 18 pièces assiette de fruits ronde bleue
$ 29.28
QUICK VIEW
OTOTO Tea Trap Loose Tea Steeper - Tea Diffuser for Loose Tea Leaves - Cute Tea Infuser for Brewing Flavorful Teas - Tea Holder Loose Leaf Tea - Stainless Steel Kitchen Gadget Strainer with Fine Mesh
$ 12.38
QUICK VIEW
LEMESO Kit de Cloches et Grelots de Noël, Décoration pour Arbre de Noël, Ornements Pendentifs Jingle Bells Rouge et Blanc 12 pièces
$ 7.87
QUICK VIEW
BESTonZON Lot de 2 serviettes de Noël en coton en forme de cupcake pour invités, vaisselle de Noël (bonhomme de neige)
$ 12.38
QUICK VIEW
Topyond Lame de hachoir à viande #12, remplacement de couteau en acier inoxydable, ajustement universel pour hachoirs à viande, accessoires de transformation des aliments,
$ 3.37
QUICK VIEW
CHEHOMA Crochet patère Feuillage Couleur Or 5x13cm
$ 7.87
QUICK VIEW
Stuble Birthday Decoration, 32pcs Décoration Anniversaire Fête Stumble, Game Thème Décorations, Décorations Fête d'Anniversaire, Avec Drapeau à Tirer, Pour Bebe Garçon Fille
$ 7.87
QUICK VIEW
NICROLANDEE Décorations de Pâques – Lot de 3 mini lapins de Pâques en nid d'abeille pour décoration de table de printemps, anniversaire, fête sur le thème du lapin, fête dans le jardin
$ 7.87
QUICK VIEW
Lot de 4 Autocollants Personnalisés pour Poubelles - A6 Stickers pour Bacs à Ordures, Étiquettes Numéro de Maison pour Conteneurs de Déchets, Autocollants sur Mesure pour Bacs à Déchets
$ 5.62
QUICK VIEW
HOexs Compatible avec Dreame, Accessoires D'aspirateur L10 Prime/L10S Prime, Assemblage De Boîte À Poussière (sans Filtre)
$ 28.15
QUICK VIEW
Kits d'art diamant pour adultes et enfants, peinture à strass ronds avec diamants, peinture diamant Winnie l'ourson et Dotz (30,5 x 40,6 cm)
$ 7.87
QUICK VIEW
GARDINIA Support Mural pour Barre de Vitrage Ø 11+12 mm Blanc, ABS, Non Applicable
$ 3.37
QUICK VIEW
Finally Home Écusson thermocollant - Boule disco - Patchs rétro - Thermocollant vintage - 80 - Patch disque vinyle
$ 1.12
QUICK VIEW
ZZDZW Housse De Tabouret Rond 30cm - 36cm Housse De Siège 1/2/4/6 Pièces Rond Couverture Bar Chaise Coussin Pad Housse Chaise Protecteur pour Home Office Restaurant Bureau (Color : Q, Size : 1 pièce)
$ 7.87
QUICK VIEW
Lot de 6 bouteilles en plastique Squeeze Sauce à condiments Distributeur avec ensemble de Cap, pour maison Restaurant Ketchup, Moutarde, Mayo, huile d'olive, barbecue, sans BPA, 230 ml, Blanc.
$ 4.50
QUICK VIEW
ZOOMPIL Moule en Silicone Lettre Chiffres, Alphabet Chocolat Moule, 4 Pièce Moule en Silicone Lettre, Moule Chiffres Silicone de 0 à 9, Moules en Silicone pour décoration de gâteaux et chocolats
$ 9.00
QUICK VIEW
Sac aspirateur pour Makita VC2000L/VC2010L/VC2012L/VC2511L/VC2512L/VC3011L sacs poussière remplacement P-72899 [Lot 10] Phonillico®
$ 18.01
QUICK VIEW
Kontiki- Tasse expresso et sa sous-tasse en faïence personnalisée: 'Guillaume...'
$ 6.75
1
...
92
93
94
95
96
97
98
99
...
3279
BACK
Shopping Cart