{{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
BOBOZHONG Outils en Argile Polymère,Outils de modelage,Outils de Pointillage,Outil de Poterie,4 PCS Outils de pointage de Stylet à Bille +5 PCS Outil de gaufrage spour la modélisation
$ 6.75
QUICK VIEW
Bestlivings Lot de 2 bacs à chaussures (38 x 38 x 2,5 cm) - Avec bord haut - Tapis d'égouttement - Tapis de chaussures pour la maison et le jardin - Imperméable
$ 6.75
QUICK VIEW
AERZETIX - C61180 - Lot de 10 Fermeture éclair invisible 75 cm Séparables N°5 - fermeture à glissière crémaillère - couleur: noir - pour maroquinerie robe jupe couture mercerie
$ 7.87
QUICK VIEW
URBNLIVING Jupe de sapin de Noël élégante (or rose)
$ 14.63
QUICK VIEW
Philips Fer à Repasser GC160/02 Affinia GC160/02 Blanc, Noir 1200 W 1 pc(s)
$ 16.89
QUICK VIEW
COSTWAY Boîte Rangement Plastique 90L, 6 Caisses de Rangement Pliables avec 4 Roulettes et Couvercles, Boite Empilable pour Chaussures, Jouets, Caisse pour Chambre, Salon, Cuisine (90L)
$ 34.91
QUICK VIEW
Kit de rempl. robots aspiration/nettoyage HomeRun 7000. 2 filtres lavables, 1 brosse principale, 1 brosse latérale. Pour : XU7100/01, XU7100/02, XU7000/01, XU7000/02. (XV1473/00)
$ 12.38
QUICK VIEW
Relaxdays Étagère pour Enfants, Motif Chiens, 2 Compartiments, HxLxP : 33x60x34 cm, MDF, Rangement Chambre, Multicolore
$ 12.38
QUICK VIEW
Atmosphera - Coussin imprimé Otto - Coton - Rose Terracotta - 38x38 cm
$ 3.37
QUICK VIEW
BSZHCT Rideaux Occultants - Statue de Bouddha rétro 220X215CM Impression 3D Rideaux 100% Polyester pour Chambres À Minimaliste Moderne Chambre d'enfant Décoration de la fenêtre
$ 13.51
QUICK VIEW
Heboland Animaux de la Forêt Anniversaire Décoration de Table, 2 pièces Nappe Anniversaire Enfant en PEVA pour Décoration d'anniversaire Garçon et Fille, 137 x 274cm
$ 4.50
QUICK VIEW
Lot de 2 feuilles d'autocollants de blocage de la lumière - Pour LED électronique - Variation de lumière - Noir et blanc
$ 2.24
QUICK VIEW
Bouquet Fleurs séchées, lot 100 Pampa Naturelle, 45cm, Herbe séchée de Pampa, plumeau décoratif, déco Salon
$ 9.00
QUICK VIEW
Eggssentials Pocheuse à œufs avec revêtement anti-adhésif – Poêle à œufs pochés en acier inoxydable sans PFOA avec spatule, machine à œufs pochés, ustensile de cuisine
$ 25.90
QUICK VIEW
YSWOVUO Etagere Cuisine Extensible, Etagere Micro Onde avec 6 Crochets, 1 Organisateur de Baguette, Support Micro Onde en Acier au Carbone, Etagere Micro Ondes Cuisine Rangement Noir
$ 15.76
QUICK VIEW
Tissting 10 Pièces Autocollants de Carreaux, 30x30cm Auto-adhésif de Carrelage Mural Sticker Carrelage decoration stickers Salle de Bain pour de Bain et Cuisine
$ 13.51
QUICK VIEW
GuKKK Petite bouilloire de voyage électrique portable 500 ml en acier inoxydable 316 avec réglage de la température, arrêt automatique pour lait de bébé, thé, café, camping
$ 11.25
QUICK VIEW
Atrium – Réveil analogique à quartz – A530-19 – Sans tic-tac – Alarme puissante – Grands chiffres – Argenté
$ 13.51
QUICK VIEW
MUCKLILY Casserole Ergonomique Brûlure de Remplacement Universelle pour Casseroles Poêles pour Usage
$ 4.50
QUICK VIEW
Sticker Interrupteur Lumos/Nox - Dimensions 7,5 Cm x 4,5 Cm - Bleu Acier - Brillant - Adhésifs
$ 2.24
QUICK VIEW
CHGCRAFT boucle de Ceinture Ovale en Alliage Gravé Motif Floral Antique Style Cowboy Occidental pour Décoration Argent
$ 9.00
QUICK VIEW
Katy Sue Moule en silicone en forme de chaussure de football pour décoration de gâteaux et travaux manuels – Fait une paire de chaussures de football cloutées 3D 40 mm x 14 mm
$ 4.50
QUICK VIEW
Formaggera jolly vetro/inox
$ 4.50
QUICK VIEW
QMLING Lot de 6 plateaux rectangulaires en bambou - Petit plateau en bambou - Pour café, thé, gâteau - Mosaïque - 17,7 x 8,9 x 0,9 cm
$ 5.62
QUICK VIEW
Service à Cocktail avec Shaker en Acier, Argent
$ 16.89
QUICK VIEW
Yissone Support de dosettes de café de grande capacité pour capsules d'expresso - Panier de rangement pour dosettes de café - Pour la maison et la cuisine
$ 11.25
QUICK VIEW
Tomotato Boîte de Rangement de Vin, Boîte de Vin Rouge en Bois Boîte de Rangement de Vin Rouge Simple Ronde avec Poignée Boîte d'emballage de Vin pour la Décoration de la Maison
$ 14.63
QUICK VIEW
PRO DISTRI Mug Isotherme avec Paille et Poignée Ergonomique | Gourde XXL en Inox pour conserver vos boissons au chaud ou au frais | Idéal pour le Bureau ou le Sport | Coloris Noir Intense
$ 23.65
QUICK VIEW
DIKARIYA Patch de Réparation en Cuir, Simili Cuir Autocollant,Patch Cuir Auto-adhésif Rénovation,Kit Reparation Cuir pour Canapés/Sièges de Voiture/Meubles/Vestes Gris Clair 40x150CM
$ 13.51
QUICK VIEW
Niveau à bulle, décapsuleur en bambou gravé 'Mode d'emploi au dos', 15x4,5cm, idée cadeau homme, cadeau noël, cadeau fête, cadeau anniversaire, bricoleur, bricolage, humour
$ 9.00
1
...
95
96
97
98
99
100
101
102
...
3279
BACK
Shopping Cart