{{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
PRECORN Lot de 24 mini moules à kouglof en silicone, Moules à Gateau - Résistants à la chaleur - Réutilisables - Diamètre : 6,5 cm - Qualité alimentaire - Sans BPA - 8 couleurs
$ 4.50
QUICK VIEW
MABAHON 10 Pcs Pinces Cuisine,7 Pouces Pinces de Service Pince à Salade Inox pour Cuisine Cuisson BBQ Friture Buffet Salade Grillades
$ 9.00
QUICK VIEW
GMMG Overnight Oats Jar Bol, 2Pcs Muesli a Emporter, Réutilisable Boite Yaourt To Go, Bocaux D'avoine de Nuit avec Cuillère pour Lait Céréales Fruits (375 ml)
$ 9.00
QUICK VIEW
Rumlly Made In Abyss Map Poster And Prints Anime Painting On Canvas Wall Art Picture For Home Decor Living Room Decoration Cuadros 70x100cm No Frame
$ 21.39
QUICK VIEW
Yoezuo 100 Pièces Cure-Pipes, Chenilles Loisirs Creatifs, multicolores Fil Chenille pour le Bricolage et les Décorations, 30cm*6mm (7 couleurs)
$ 3.37
QUICK VIEW
Granvoo Poubelle de Table avec Couvercle, Petite Poubelle de Bureau Rose Enfant, Mini Amovible Porte Stylo Mignon Plastique, Retourner Design Belle Corbeille à Papier, Poubelles de Maquillage
$ 5.62
QUICK VIEW
Wuciray Chariot à roulettes Rangement Desserte à roulettes Cuisine Desserte Cuisine Rangement Desserte Salle De Bain Chariot à roulettes Cuisine Chariot Cuisine Desserte a Roulette
$ 15.76
QUICK VIEW
Tasse isotherme en acier inoxydable avec note de musique colorée - Tasse à café de voyage anti-fuite - Tasse de voyage en acier inoxydable à double paroi sous vide
$ 11.25
QUICK VIEW
Tear Away Machine - Stabilisateur de Broderie 100 Feuilles Prédécoupées Moyen Poids 1,8 Once (8 x 8 Pouce and 12 x 10 Pouce)
$ 11.25
QUICK VIEW
Delonghi EC5 Machines à Expresso 800 W 3,5 bars Noir Manuelle
$ 50.69
QUICK VIEW
55Pcs ROSE Cards Photo Blink Cards Rosé New Album Cards BP 2024 Kpop Photocard pour Fans
$ 5.62
QUICK VIEW
YouCopia UpSpace Organiseur pour bouteille d'eau et tasse de voyage, étagère de rangement réglable pour l'organisation de la cuisine, 2 étagères
$ 18.01
QUICK VIEW
PH PandaHall 14m Ruban Jacquard Ethnique 3.3cm Garniture Jacquard Rouge Ruban Brodé Tissé Tissu Boho Garniture Florale Frange pour Coudre Vêtements Rideau Décoration Embellissement Artisanat
$ 6.75
QUICK VIEW
BAMBOOST Lot de 14 sacs à poussière et accessoires pour robot aspirateur Dreame L10s Pro Ultra Heat/X40 Ultra/X50 Ultra/L40 Ultra/MOVA E30 Ultra/L20 Ultra/L20 Ultra Pièces de rechange, en microfibre
$ 10.13
QUICK VIEW
Crochets pour Perches de Piscine | Support de Tuyau Réglable et Stable | Accessoire d'Extérieur Polyvalent pour Serviettes, Vêtements, Plage, Terrasse et Mur
$ 1.12
QUICK VIEW
Faubourg Tasse double paroi ROME (120 ml)
$ 13.51
QUICK VIEW
Baker Ross FE763 Pochoir Dessin Enfant motif Rangoli - Lot de 8, Pochoirs Lavables pour Enfant, Pochoir Scrapbooking, Activites Manuelles pour Enfants
$ 5.62
QUICK VIEW
Zofory 6 Pièces Guirlande Carnaval 3m, Colorée Guirlande Papier, Guirlande Multicolore Papier, Décoration Intérieure Convient pour Les fêtes d'anniversaire, Carnaval, Mariages et fêtes
$ 4.50
QUICK VIEW
ANCLLO Lot de 100 mini pinces à linge avec cœurs-pour photos, scrapbooking, travaux manuels, emballage cadeau, Fête Mariage, la décoration de Bricolage 3,5 x 0,7 cm
$ 6.75
QUICK VIEW
plage Tapisserie Murale Suspendue Pour La Maison, Art Mural Pour Chambre, Tenture En Tissu Mural, Décoration Murale, Art Mural 150×150cm
$ 14.63
QUICK VIEW
multiAnker Sèche Linge
$ 25.90
QUICK VIEW
LAPYAPPE 1ensemble Plateau De Service à Snacks Plat à Fruits Et Bonbons Décoratif Pour Dîners Et Fêtes Pour Casseroles Noix Et Friandises Design Pratique Et Élégant Avec
$ 9.00
QUICK VIEW
Dragées Anahita Housse Mange Debout 110 x 80 cm Lycra Noir Spandex
$ 9.00
QUICK VIEW
Homéa, Pelle et Balayette Plastique avec Rebord en Gomme Terrazzo, Bleu Paon
$ 3.37
QUICK VIEW
relaxdays Piñata Pingouin, à Suspendre, Enfants & Adultes, Anniversaire, à remplir, H x L x P 42 x 21 x 21 cm, Noir
$ 18.01
QUICK VIEW
Sharplace 10 pièces de réglage de Rectangle en métal Glisse, Boucles à ardillon à Rouleau ajusteur de Sangle pour Sacs de Ceinture Accessoires de, Or Rose, 25x19mm
$ 4.50
QUICK VIEW
Gaethra Mini Presse à Chaud, 3 Modes Machine Impression Textile, Portable Machine Flocage Pour VêTements, T-Shirts, Chaussures, Chapeaux
$ 14.63
QUICK VIEW
Cozihom Lot de 7 Dessous de Plat en Silicone - Tapis d'Isolation Cellulaire et Isolant Antidérapant
$ 6.75
QUICK VIEW
Plateau carré en acier au carbone de 28 cm, conçu pour un démoulage facile des aliments et des résultats de cuisson parfaits
$ 6.75
QUICK VIEW
Pamposh Parure de lit en satin à rayures - Qualité hôtelière - Hypoallergénique et ultra douce - Rouge - Super King (220 x 260 cm)
$ 7.87
1
...
66
67
68
69
70
71
72
73
...
3279
BACK
Shopping Cart