{{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
Youlin DIY Grille Cutting Dies Scrapbooking Pochoirs Métal Matrices De Découpe Album Timbre Papier Carte
$ 2.24
QUICK VIEW
Protection de soutien-gorge, de machine à laver, en silicone, pour linge délicat, sous-vêtements, vêtements, protège-soutien-gorge anti-distorsion pour machine à laver
$ 6.75
QUICK VIEW
TAZZOR Polisseuse Rotative Tumbler Lapidary de 2,5 kg - Pierres rocheuses - Or et argent - Polisseuse en métal
$ 31.53
QUICK VIEW
Whychstore Panier d'évier de cuisine rétractable en acier inoxydable 304, panier de vidange pour évier de cuisine
$ 15.76
QUICK VIEW
Filtre anti-graisse en mousse 150g/m² 470x1140mm a decouper FHG009 pou
$ 7.87
QUICK VIEW
Tamseen 5D Diamond Painting Mari et Femme, DIY Broderie Diamant Painting Couple Love Point de Croix, Peinture Diamant Kit Complet Salon Chambre Craft pour Home Décoration Murale 30x40 cm
$ 4.50
QUICK VIEW
Recamania - Adaptateur pour aspirateur Dyson. Compatible avec Les modèles V7, V8, V10, V11, V12, V15, SV10, SV11. Diamètre extérieur de 31 mm.
$ 2.24
QUICK VIEW
Siméo - Crêpière Électrique CRE245 - Cuisson Homogène, Revêtement Anti-Adhésif, Thermostat Réglable - Appareil à Crêpes Sucrées ou Salées - Blanc, 7 x ∅30 cm
$ 13.51
QUICK VIEW
Amagogo Costume de Danse de Jupe de Jupe de Cerceau, 4 cerceaux Jupon de saco-Coat pour la fête de Cosplay
$ 11.25
QUICK VIEW
2992884031 Lot de 2 nœuds de chaise en tulle blanc organza ruban décoratif avec sangle à nouer en mousseline de soie pour mariage, chaise de couloir, décoration de maison 275 x 20 cm
$ 6.75
QUICK VIEW
20 serviettes papier fleuri à motifs jetables pour mariage anniversaire naissance décoration fêtes florales
$ 5.62
QUICK VIEW
EIHI 4 Pièces Passants De Ceinture En Métal 40mm,Carré Passants De Ceinture Remplacement De Boucle De Boucle De Ceinture Pour 38-40mm Ceintures Boucle Accessoires
$ 3.37
QUICK VIEW
Plaques à gaufres compatibles avec Tefal OptiGrill+ XL Gril contact / Tefal OptiGrill Elite XL / Optigrill XL/Elite XL Accessoires, insert en silicone
$ 5.62
QUICK VIEW
Moule à kouglof en silicone - 10 x 23 cm - Grand moule à gâteau anti-adhésif - Réutilisable - Résistant à la chaleur - Sans BPA - Accessoire de cuisson pour gâteau, tarte, gâteau
$ 6.75
QUICK VIEW
Lausanne Suisse 3D Réfrigérateur Aimant Résine Voyage Souvenirs, Fait Main Maison & Cuisine Décoration Lausanne Réfrigérateur Aimant Collection Cadeau
$ 3.37
QUICK VIEW
Type Fendu Mason Jar Lids, HERKINDNESS 20 Pièces Canning Lids en Fer, Mason Jar Lids avec Couvercles en Silicone, Canning Lids pour Mason Jar pour Pots de Confiture Miel
$ 7.87
QUICK VIEW
EATBALE Lot de 4 Filtres HEPA de rechange pour Moosoo K17 aspirateur, Accessoires de filtre pour aspirateur à main (4 filtres HEPA + 4 tamis + brosse de nettoyage)
$ 9.00
QUICK VIEW
SUPERDANT Basketball Motion Affiche Decoration Murale Lot de 9 Affiches de Basket-Ball Sans Cadre Dunk Confrontation Basketball Tableau Decoration Murale Tableaux, Posters et Arts
$ 9.00
QUICK VIEW
MICHIHOMIE 42 Pièces Fleurs Artificielles, Fausse Fleur avec 14 Styles, Fleurs Artificielles Deco pour DIY Scrapbooking Mariage Gâteau Fête Jardin Artisanat
$ 5.62
QUICK VIEW
MUNSKT 3PCS Repose Cuillère Cuisine, Cuillere en Silicone, pour Bois, Fer à Repasser, Thé,Articles de Articles Table,pour la le Salon, etc
$ 4.50
QUICK VIEW
JISHSHAY 3 Pièces Diamond Painting Marque Page Diamond Painting Adulte Marque Page Peinture Diamant Marque Page Diamant Painting Marque-Pages Painting Diamant Broderie Diamant Bookmark Fleur Croix
$ 9.00
QUICK VIEW
Fixbetter Filtre Hepa de rechange pour aspirateur sans fil Levoit LVAC-200, 4 filtres HEPA post-moteur, 4 filtres en mousse et 4 filtres de rechange en feutre pour Levoit LVAC 200 (LSV-V201F)
$ 11.25
QUICK VIEW
Mihrab Style Tapis de prière ottoman portable 115 x 65 cm Rose
$ 9.00
QUICK VIEW
ZPSNDP 2 Pièce Attrape Cheveux Douche avec Des Pincettes, Acier Inoxydable Filtre Cheveux Douchada, Filtre Baignoire Anti Cheveux Grille Douche Anti Cheveux Convient pour Salle de Bain, Cuisine (1)
$ 3.37
QUICK VIEW
2 Pièces Raclette à Pâte Spatule,Pizza en Plastique Flexible,Grattoir Coupe-Pâte Multifonction pour Pizza,Pain et Pâtisserie,Avec Trous de Suspension,Outil de Cuisine Pratique
$ 4.50
QUICK VIEW
CÉCOA • 8 Pailles en Verre Réutilisables • Panier de Lavage Lave-Vaisselle avec Clip • Sac de Rangement en Coton Inclus • Support Protecteur Pratique et Durable
$ 2.24
QUICK VIEW
ARPAN Meuble de Rangement 2 tiroirs Blanc Idéal pour la Maison/Le Bureau/la Chambre à Coucher, Meuble 18 x 25 x 33 cm
$ 21.39
QUICK VIEW
NVGVUP Stores occultants magnétiques à coller - 100 x 150 cm - Matériau occultant - Portable - Rideaux occultants à découper - Sans perçage - 24 aimants en caoutchouc - Pour ombrage des fenêtres
$ 7.87
QUICK VIEW
Lot de 3 pinces de piercing pour boules avec 4 griffes, pince de piercing pour ramasser les pierres précieuses, petites pièces
$ 3.37
QUICK VIEW
Nishiyuenyi Autocollant En PVC pour Verre, Fleurs Colorées, Décoratif, pour
$ 10.13
1
...
13
14
15
16
17
18
19
20
...
3279
BACK
Shopping Cart