{{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
STOBAZA 1 Paire De Pinces À Salade À Mains Squelettes D'halloween - Cuillère À Salade Tête De Mort Fourchettes De Service Squelette Apéritif Vaisselle De Cuisine Pour Maison Hantée
$ 6.75
QUICK VIEW
pale à pain pour B1018B, b3963
$ 9.00
QUICK VIEW
SONGMICS Lot de 2 organiseurs de rangement à suspendre derrière une porte, 8 poches, pour chambre à coucher, bureau, cuisine, 12 x 33,5 x 100 cm, noir encre RDH004B02
$ 16.89
QUICK VIEW
12 ACCESSOIRES PHOTOBOOTH CINÉMA
$ 7.87
QUICK VIEW
Könighaus Chauffage d’appoint infrarouge avec photo - 800 W + Smart Thermostat connecté & appli Könighaus - Chauffage mural infrarouge économe avec motif - Cadre blanc (07. Paysage enneigé)
$ 111.53
QUICK VIEW
Oreiller De TêTe De Lit en Coin, Coussin Compensés Triangulaire Oreiller De Lecture Soutien Du Dossier, Lit Canapé Soutien Traversin Coussin Lombaire Avec Couverture Amovible(200x50x15cm,Beige)
$ 52.94
QUICK VIEW
Guzzini, Fill&Drain, 13 x 13 x h12,4 cm
$ 11.25
QUICK VIEW
FILOUFACE Patch Ecusson Thermocollant Coeur Rose Paillettes Sequins 5 x 5,50 cm
$ 5.62
QUICK VIEW
10 pailles blanches étoiles dorées
$ 4.50
QUICK VIEW
Machine à presser à chaud pour voiture, XDOVET Heat Up Fast, 7,5 cm à 7,18 cm, presse professionnelle haute sécurité pour sublimation, tasses, verres et gobelets
$ 47.31
QUICK VIEW
Ergocar Tapis Rond De Style Bomisien Tapis Rétro Ultra Fin, Doux, Antidérapant, Lavable - Convient pour Chambre à Coucher, Entrée, Salle à Manger, Dortoir Familial
$ 27.03
QUICK VIEW
IcosaMro Tapisserie murale à suspendre avec motif de nuit étoilée, Van Gogh Art [152,4 x 215,9 cm] [ourlets pliés] – Nappe en forme d'étoile pour chambre à coucher, dortoir, université, salon, bleu
$ 15.76
QUICK VIEW
WADORN Taco Lady Vintage Plaque en Métal, Taco Foods Mexicaine Plaque Murale Rétro en Étain Suspendre Décoration pour Cafés Magasins Restaurants Décoration de la Maison, 26x37cm
$ 11.25
QUICK VIEW
Utoolmart Leathercraft 1/2/4/6 griffes diamantées Ciseau en cuir pour travaux manuels Trou de couture, UT191015P-0034, 5mm 4 Prong
$ 5.62
QUICK VIEW
Amilutuo Tapis d'égouttement pour vaisselle, 40 x 30 cm, bac d'égouttement en pierre, tapis d'égouttement d'évier, en terre de diatomées absorbant rapidement l'eau 10 secondes (marbre doré) (LSD-LJ)
$ 23.65
QUICK VIEW
Gutermann Fil Ensemble avec Broches et Machine Aiguilles, Polyester, Coloris Assortis, 100m
$ 16.89
QUICK VIEW
Blackace arteesol Matelas Gonflable 2 Personnes Electrique - Lit Gonflable 1 Place Gonfleur Entegre edéal Chambre d'amis et en Camping avec Couche de Flocage et Sac de Rangement
$ 45.05
QUICK VIEW
Wajade Couverture Plaid Tricot Couverture Finement tricotée Couvre-lit Multi-usages Canapé Douce et Respirante pour Printemps Automne Canapé ou Lit(Beige 130 * 170)
$ 13.51
QUICK VIEW
SINCHEREU Sapin de Noël Pré-illuminé,180CM Pré-éclairé Arbre de Noël Artificiel de 1200 Branches,l avec 300 Lumières LED à Couleur Changeante, Tronc Vert, Support en Fer, Matériau Lgnifuge
$ 6.75
QUICK VIEW
BRTNUP Kit de peinture diamant 5D à poser sur une table - Vase à fleurs - Décoration de bureau pour la maison, le bureau, les travaux manuels
$ 6.75
QUICK VIEW
Joint Inférieur Soupape SS993428 Pièce de Rechange Compatible Pour Cuiseur Autocuiseur Cookeo Moulinex
$ 6.75
QUICK VIEW
Alipis Lot de 25 arrêts de chaîne à perles pour store - Connecteurs de cordon transparents - Accessoires de perles pour stores - Pour chaîne à perles
$ 5.62
QUICK VIEW
Boite magnétique epingle, Étui magnétique Portable pour Aiguilles à Coudre, Mallette de Rangement pour Aiguilles magnétiques, Porte-Aiguille magnétique rectangulaire, pour Point de Croix
$ 5.62
QUICK VIEW
Posca PC-1MR Lot de 16 stylos marqueurs de toutes les couleurs
$ 20.27
QUICK VIEW
Kangmeile Baozi Maker Moule à gâteau de pâtisserie, Steam Bun Dumpling Maker, Outils de cuisson, avions d'Empanada, outil de pâtisserie, outils de pâtisserie, Baozi chinois
$ 6.75
QUICK VIEW
Marchepied pliable en plastique pour bain - Chaise en polypropylène - Chaise portable - Pour enfants et adultes - 22 x 17 x 19 cm
$ 12.38
QUICK VIEW
Vordpe Coupe-pastèque 3 en 1, coupe-pastèque en acier inoxydable, coupe-pastèque, coupe-melon en acier inoxydable, fourchettes à fruits pour le camping (Vert)
$ 6.75
QUICK VIEW
Machine à tricoter à manuelle, outils compacts pour fil à aiguille, bobinage, tressage, idéal pour les passionnés, les débutants, les professionnels, 5,9 x 3,6 x 13,5 cm
$ 6.75
QUICK VIEW
2 Pcs Tapis de Cuisson en Silicone pour Four Macarons,Tapis et Feuilles de Cuisson Antidérapants pour Macarons Biscuits Patisserie Accessoire,42 x 29 cm,12 Douilles,2 Poches à Douille,2 Connecteurs
$ 7.87
QUICK VIEW
Luowei Housse de Couette Coton Rose 220x240 cm Parure de Lit Adulte Coton Douce et Douillette avec Fermeture éclair et 2 Taies d'oreiller 65 x 65cm
$ 10.13
1
...
160
161
162
163
164
165
166
167
...
3279
BACK
Shopping Cart