{{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
CREASTYL Ludi-Vin Lot de 10 Sacs en Papier Kraft écru sans fenêtre pour 2 Bouteilles de vin
$ 10.13
QUICK VIEW
PRINCETON Imperial Série P6600 Manche Long Rond Taille 0
$ 4.50
QUICK VIEW
SANTEX 7349-18, Sachet de 10 Gobelets Âge étincelant métal 18 Ans Rose Gold
$ 4.50
QUICK VIEW
Gurxi 5 Pièces Filtre Evier Cuisine Grille Evier Cuisine Filtre pour Évier De Cuisine Filtre De Vidange en Acier Inoxydable Diamètre Intérieur 4 Cm pour Douche, Baignoire, Cuisine
$ 3.37
QUICK VIEW
Meiwlong 3Pcs Artificiel Légume Large Green Artichoke Plant RéalisteFake Flowers Bouquet Décoration Christmas Fête Home Cuisine Table Supplies
$ 12.38
QUICK VIEW
QASULER Courroies 2 pièces, for Bosch GHO 31-82 36-82 C PHO 25-82 25-83 25-91 35-82 C, Accessoires remplaçables for aspirateur Courroie d'aspiration en Caoutchouc
$ 9.00
QUICK VIEW
Nettoyeur d'aspirateur central Pièce 38 mm x 45 mm Adaptateur pour tuyau d'aspirateur Connecteur de tuyau 40 mm
$ 2.24
QUICK VIEW
Emfogoo Lot de 2 cadres photo en bois avec support, pour certificats, portraits, paysage, peuvent être accrochés au mur ou sur une table (rétro marron)
$ 13.51
QUICK VIEW
Libershine 2Pcs Plateau de Rangement Ovale en Acier Inoxydable, Plateau de Parfum Plateau De Bibelots, pour Ranger des Serviettes, des CosméTiques, des Bijoux, Café, des Fruits, Clé (Noir)
$ 7.87
QUICK VIEW
AnaTI Lot de 4 poids de couture pour couture - Tissu de coupe - Motif irrégulier - Pour couture artisanale, patchwork
$ 4.50
QUICK VIEW
PandaHall Lot de 2 moules ronds en silicone pour pendentifs en forme de donut, collier, porte-clés, résine époxy UV pour loisirs créatifs, boucles d'oreilles, bijoux
$ 5.62
QUICK VIEW
Airfryer Lot de 10 accessoires pour friteuse à air chaud XL et XXL de 20,3 cm, compatible avec COSORI 4,7 L Philips 6,2 l
$ 15.76
QUICK VIEW
Heitmann Deco - Lot de 49 Boules de Noël - Décoration de Noël Bleue et argentée à Suspendre - Boules en Plastique
$ 12.38
QUICK VIEW
Pack 2 - Thermomètre à vin en acier inoxydable, thermomètre LCD, capteur de température
$ 6.75
QUICK VIEW
Bosch MFZ3500 Pied de mixeur plongeant Pour MQ65/MFQ3
$ 12.38
QUICK VIEW
ULTNICE Lot de 50 boules de polystyrène de 5 cm - Pour travaux manuels et travaux manuels
$ 7.87
QUICK VIEW
iFCOW Support de dosettes de café de grande capacité, panier de rangement compatible avec toutes les dosettes de café
$ 14.63
QUICK VIEW
AMZCHEF Extracteur de jus à goulotte large de 80 mm - 150W extracteur de jus de fruits et légumes haute nutrition à mastication lente avec 2 modes de vitesse et fonction Reverse - Rouge
$ 84.48
QUICK VIEW
Joeji's Attendrisseur de Viande en métal - Prise en main Durable et Confortable - Double Face - Marteau à Viande idéal pour le boeuf, la volaille, le porc et le poisson
$ 5.62
QUICK VIEW
Kopinma Lot de 6 Table Rayé Mariage Polyester Décoration de Table Rouge Blanc Rayé Design Nappe Décoration 12 X 108
$ 6.75
QUICK VIEW
Fleurs artificielles avec vase, décoration de plantes, bouquet d'hortensias dans un vase, pour décoration de table, cadeau de salon, chambre à coucher, mariage, décoration de la maison
$ 9.00
QUICK VIEW
Pet-Jos Serviette de Bain Monogramme Serviette de Bain personnalisée Serviette de Bain brodée Serviette de Bain Lettre (140 x 70 cm, Blanc)
$ 9.00
QUICK VIEW
Support Balai Trapeze Semelle Mousse 40 CM
$ 12.38
QUICK VIEW
DAGORD Lot de 10 Brosse Nettoyage Fenetre Brosse Rainure Fenetre Brosse de Nettoyage Rail Fenetre Outil de Nettoyage de Rainure 2 en 1 pour Salle de Bain de Cuisine
$ 7.87
QUICK VIEW
3 Pièces Petite Macramé Tenture Murale, Tissée Tapisserie Bohème Deco, Tapis Mural en Macramé Mini, Tenture Murale en Coton pour Décoration d'Intérieur, Maison, Chambre, Café
$ 10.13
QUICK VIEW
Rideaux Occultants Oeillets - 2 Panneaux 75x166cm, Licorne sportive arc-en-ciel de dessin animé Rideau, Rideaux Isolant Thermique en Fibre Polyester pour Chambre D'Enfant et Salon Décore, Coloré
$ 18.01
QUICK VIEW
ZADFHSI Boîte à mouchoirs Kawaii Guimauve - Table moderne - En céramique - Décoration d'intérieur - Boîte à mouchoirs de luxe dorée - Esthétique (doré)
$ 11.25
QUICK VIEW
2 Pièces Bougeoirs, Assiette de Bougie, Bougeoir en Métal, Assiettes à Bougies en Fer, Bougeoir Pilier Plateau, pour Mariage Noël Dîner Aux Chandelles Décor À Maison
$ 4.50
QUICK VIEW
WENKO Allegre Armoire à médicaments verrouillable en Bambou et rotin tressé Style bohème avec Fixations 30 x 30 x 17,8 cm Naturel
$ 41.67
QUICK VIEW
fanquare Vase avec Visage Blanc Brillant 14cm, Vase Moderne en Porcelaine Humaine pour la Décoration de la Maison, Vase en Céramique Unique pour Les Fleurs
$ 9.00
1
...
103
104
105
106
107
108
109
110
...
3279
BACK
Shopping Cart