{{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
Elite Brosse 3 en 1
$ 2.24
QUICK VIEW
mDesign boite de rangement plastique – utilisable comme boite à coton et distributeur coton tige – empilable et avec couvercle pratique – transparent et blanc
$ 27.03
QUICK VIEW
JINXIAN 60 Pièces Sachet The a Remplir Sacs Sachet de Thé Réutilisable Sac Tissu Cordon 3 Tailles Différentes Pochon Tissu pour Infuseur Thé Café éPices
$ 7.87
QUICK VIEW
Personnalisez votre image, personnalisé Tactical Hook back Patches,personnalisé Ovale imprimé Club School logo de la société Patches
$ 7.87
QUICK VIEW
Lot de 2 salières et poivrières classiques en verre transparent
$ 6.75
QUICK VIEW
Palmier Cocotier Plante Arbre Artificielle Artificiel 140cm Decovego
$ 39.42
QUICK VIEW
Lanpn Album Photo Mariage 10x15cm 600 Poche Photos, Lin Tissu Fenêtre Album Hold 600 Horizontal Vertical Photos Blanc
$ 18.01
QUICK VIEW
GIANTEX Table de Couture Pliante, Armoire à Couture avec 6 roulettes Verrouillables, 3 Étagères, 3 Compartiments Ouverts, 1 Tiroir, 18 Patères, Meuble Machine à Coudre pour Petits Espaces
$ 58.57
QUICK VIEW
NOURISON Rugs Direct Tapis en polypropylène Multicolore 160 x 221 cm
$ 73.22
QUICK VIEW
Lot de corde à linge, 10 m de portable, anti-enroulement, extensible, pour séchoir à linge, salle de bain, camping en plein air, extérieur, jardin ou voyage
$ 5.62
QUICK VIEW
LUMOOM Lot de 100 poissons en bois à disperser pour communion, baptême, décoration de table, première communion et confirmation, pour fille garçon, avec inscription bénédiction, pour fête prénatale (A
$ 4.50
QUICK VIEW
30 Crochets de Boucles d'oreille en Titane. Aucun Risque d'allergie!
$ 22.52
QUICK VIEW
QUUPY Bocal de rangement en verre de 708,7 g avec couvercle hermétique pour le thé, le sucre, les épices, les pâtes
$ 15.76
QUICK VIEW
GEEKHOM Poêle à crêpes - Poêle antiadhésive - En aluminium - Avec poignée et répartiteur de pâte - Compatible avec tous les feux et cuiseurs à induction - Sans PFOA - Blanc
$ 10.13
QUICK VIEW
lesolar Podium debout en bois, pupitre d'église debout avec large surface de lecture et étagère de rangement, support de pupitre de salle de classe blanc, bureau de réception client
$ 101.38
QUICK VIEW
Ouvre-bouteilles, 20 Pièces Poignée en bois ouvre-bouteille de bière portable durable ouvre-bouteille en bois naturel grand cadeau pour hommes
$ 9.00
QUICK VIEW
Caisse en bois vieilli 6 bouteilles Perrin et Fils
$ 24.77
QUICK VIEW
Kordisen Poêle à Frire Antiadhésive, Poêle Induction 32 cm, Saine et Non Toxique, Sans PFOA
$ 23.65
QUICK VIEW
Lot de 200 mini sachets à fermeture éclair - 3,5 x 5 cm - En plastique - Avec fermeture éclair - Sachets refermables - Sachets à fermeture rapide
$ 2.24
QUICK VIEW
ESPRIT DE CUISINE - Plat À Four Rond En Céramique - Poignées ergonomiques - Émail Résistant Aux Rayures - Facile À Nettoyer - Made In France - 1,4L - 25,6x23,3x5,3cm Extérieur - Bleu Réactif
$ 16.89
QUICK VIEW
Boîte à Bijoux en Bois, boîte de rangement en bois, boite a bijoux femme,boite bijoux,Boite Rangement Vintage Organisateur de Bijoux Coffret à Bijoux avec Tiroirs et Miroir pour Bague, Collier,Montre
$ 15.76
QUICK VIEW
MEGYAD Lot de 3 plats pour micro-ondes avec couvercle : boîtes de conservation pour micro-ondes, 260/480/900 ml, bol multifonction pour lave-vaisselle, micro-ondes, four, réfrigérateur (rose)
$ 9.00
QUICK VIEW
Gosknor Lot de 4 Joints de Rechange Compatibles avec les Bocaux Alimentaires Thermos Stainless King de 16 et 24 Onces, Joints d'Étanchéité en Silicone Joints Toriques de Rechange
$ 2.24
QUICK VIEW
Trendworx 5182 Ouvre-bouteille électrique « Montréal » Noir
$ 29.28
QUICK VIEW
kaiyaya Lot de 20 crochets pour radiateur de salle de bain - Blancs - En ABS - Pour radiateur rond - Convient pour la plupart des barres suspendues - Tous les radiateurs standard
$ 3.37
QUICK VIEW
Décoration de sapin de Noël en bois, peinture pendentif en bois décorations de sapin, pendentif en bois ensemble de décoration de sapin de Noël, ornements pour sapin de Noël
$ 5.62
QUICK VIEW
Lot de 2 torchons de cuisine toile FRUITFUL 50x70 cm orange Terracotta
$ 3.37
QUICK VIEW
Seyakany Lit cabane Enfant 90x200 cm avec Bureau,lit Enfant cabane tiroirs,lit Enfant avec Rangement et Barriere et sommier à Lattes,Bureau en L et étagère,tiroirs à roulettes,en Bois Massif,Blanc
$ 111.53
QUICK VIEW
JazRvr Lot de 10 paires de lunettes de soleil en forme de cœur blanc pour fête, mariage, carnaval, activités de plein air, accessoire de mode pour femmes et enfants
$ 6.75
QUICK VIEW
Farerkass Spinner à Snack Rotatif, Boîte à Snack pour Enfants, Boite à Collation, Boîte Spinner à Snack avec 5 Compartiments, Idéal pour les Tout-Petits et les Enfants pour Bonbons, Noix (Rose)
$ 7.87
1
...
58
59
60
61
62
63
64
65
...
3279
BACK
Shopping Cart