{{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
Logbuch-Verlag Lot de 3 photophores en verre bleu et blanc - Décoration de table maritime - Pour communion - Diamètre : 8 cm
$ 9.00
QUICK VIEW
HANIUTTY Diamond Painting Kit, 19 Pièces 5D Diamond Painting Autocollants Kits Fille DIY Peinture Diamant DIY Peinture Diamant Animaux Autocollant Cadeau Fille
$ 4.50
QUICK VIEW
Emsa Clip&Close Lot 3 boîtes alimentaires rectangulaires en verre, Four jusqu'à 420°C, Froid jusqu'à -40°C, Compatible lave-vaisselle, Empilable, Hermétique, Hygiénique, Garantie 30 ans N1051100
$ 9.00
QUICK VIEW
VEVOR Cloison de Séparation Japonaise à 3 Panneaux, Séparateur de Pièce Pliable en Bois, Paravent de Confidentialité, pour Séparation de Pièce, Maison, Bureau, Restaurant et Chambre à Coucher, Noir
$ 31.53
QUICK VIEW
VILLFUL Glaçons Réutilisables en Quartz pour Whisky Utile Et Sûr Adapté À Différents Types De Tasses
$ 5.62
QUICK VIEW
Hillylolly Plieuse à Linge, Planche Pliage Linge, Plieur Chemise, T-Shirt Folder, Vert, Foldable, Organisateur de Vêtements, 68 x 56 cm
$ 4.50
QUICK VIEW
Healifty Lot de 10 feuilles de mousse EVA à paillettes colorées pour projets de bricolage, loisirs créatifs, scrapbooking, art, salle de classe, fête
$ 5.62
QUICK VIEW
Sew Easy Valise roulante pour Machine à Coudre - Argent Métallique, Sécurité Intégrée, Résistant à l'Eau, 4 Roues, 24 x 44 x 46cm
$ 60.83
QUICK VIEW
Ownkim 40 PCS Crochet Adhésif Plafond en Transparents avec 40 Clips Auto-Adhésifs - Solution Pratique pour Suspendre Moustiquaires, Décorations, et Guirlandes Lumineuses sans Percer
$ 4.50
QUICK VIEW
Protège-matelas 100 % imperméable - En coton éponge doux - 30 cm de profondeur - Hypoallergénique et silencieux - Respirant (blanc, très grand lit)
$ 10.13
QUICK VIEW
XFENDOUDOU Canevas Kit Complet Adulte Debutant Point De Croix Coq sur une branche décoration murale, cadeau à faire soi-même 16x20inch
$ 11.25
QUICK VIEW
Outil de Sculpture, Outil de poterie d'argile, 4 pcs Pottery Clay Outils Rond Trou Boue Cutter Poterie Céramique Forage Sculptant Outil Ensemble
$ 10.13
QUICK VIEW
Foydream Papier Cadeau Anniversaire, 5 Rouleaux Papier Cadeau 43 cm x 300 cm pour Toutes Les Fêtes d'Anniversaire et Occasions Spéciales
$ 6.75
QUICK VIEW
Fred os Thé Infuseur à thé
$ 13.51
QUICK VIEW
Stickers Autocollants pour frigo, Autocollant de réfrigérateur Couvrant entièrement la Porte du réfrigérateur, Autocollants muraux pour décalcomanie de Cuisine, Paysage de Cascade d'arbre Vert
$ 12.38
QUICK VIEW
Moule à Glace Maison en Silicone, Grande Moule Magnum Cake, 2 Pièces Popsicle, Moule à Dessert, Crème Glacée, Sans BPA 2 Couvercles et 100 Bâtonnets en Bois (blanc)
$ 9.00
QUICK VIEW
Auto Adhésif Yeux Autocollants 1 Rouleaux , Auto-Adhésif Yeux Autocollants Dessin Animé, Amusants Animé Loisirs Créatifs Stickers for Kids, Pour Loisirs Créatifs, Scrapbooking, Carnet De Notes, Fête
$ 4.50
QUICK VIEW
AARNAV Cerceau de broderie carré en bois | Cerceau à broder | Cadres à anneaux | Créoles à broder de forme carrée | Tailles 20,3 cm à 45,7 cm – Sélectionnez votre taille (2,5 x 35,6 cm)
$ 6.75
QUICK VIEW
Ballon Champignon, 21 PCS Ballon Colorés Anniversaire, Ballons Anniversaire 3 Ans, Ballons en Aluminium en Forme de Champignon étoilé, Ballones en Latex Rouge, Bleu, Jaune et Vert (3 Ans)
$ 5.62
QUICK VIEW
Btghbed Lit Superposé avec Escalier de Rangement et Toboggan, Lit Enfant avec Balustrade, Lit Double en Bois Massif pour Enfants et Adolescents, Lit Cabane 90x200cm
$ 111.53
QUICK VIEW
Beige Tapis Salon Plantes Fleurs Oiseaux Pandas 80x150 cm Tapis Chambre Doux Moelleux Grand Tapis de Salon Chambre d'enfant Tapis Antidérapant Intérieur Tapis De Sol
$ 29.28
QUICK VIEW
WIYETY Film de transfert strass 32 cm x 10 m Papier transfert strass Hotfix Tape pour le transfert de motifs, strass, vêtements, vêtements, tissu, décoration
$ 5.62
QUICK VIEW
2 Matrices de Découpe en Dentelle de Fleur de Lapin, Matrices de Découpe D'oeufs de Lapin, Matrices de Découpe de Pâques, Découpe de Lapin de Pâques, pour Cartes Papier Scrapbooking
$ 4.50
QUICK VIEW
Pochoirs pour peinture, pochoirs de style hippie pour travaux manuels, pochoirs réutilisables en plastique de 7,6 cm pour peinture sur bois, mur, toile, tissu, petits pochoirs pour projet de bricolage
$ 7.87
QUICK VIEW
Gosknor 3 Pièces Kit de Remplacement pour Tirettes de Fermeture Éclair, Tailles 3/5/8 Fournitures Couture Remplacement pour Bagages Sacs à Dos Vestes Manteaux Valises
$ 2.24
QUICK VIEW
APICIZON Table d'appoint Bout de canapé Ronde, Table de canapé avec Pieds en Bois Massif, Style scandinave, Table d'appoint en Bois pour Salon, Chambre à Coucher, Naturel/Blanc, 42 x 51 cm
$ 16.89
QUICK VIEW
PORFOYO Théière avec infuseur en céramique 500 ml avec infuseur à thé amovible en acier inoxydable - Infuseur à thé en acier inoxydable - Infuseur à mailles fines - Porcelaine pour profiter plus
$ 13.51
QUICK VIEW
LISJWIQ Ocean Theme Blue Purple Pink Gel Candle,Ocean Shell Gel Wax Candle,Ocean Theme Gel Candle,Luxury Handmade Beach Wedding Seashell Candle Favors
$ 14.63
QUICK VIEW
BestAlice Guirlande de Noël artificielle de 70 cm pour porte de Noël avec baies rouges et nœud à carreaux en forme de larme (avec lampe)
$ 11.25
QUICK VIEW
Seiko QHL086W Horloge Blanc Standard
$ 16.89
1
...
167
168
169
170
171
172
173
174
...
3279
BACK
Shopping Cart