{{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
WABMJGW Housse de Tringle à vêtements Anti-poussière, Respirante, avec Fermeture éclair et fenêtre Transparente,pour Porte-Manteaux Suspendus de 1 m, 1,2 m et 1,5 m de Long,Grey-100x50x150cm
$ 15.76
QUICK VIEW
Tour de lit noir super king size 100 % pur coton à volants 40 cm Dimensions : 180 x 200 + 40 cm
$ 9.00
QUICK VIEW
LEVOIT Ventilateur sur Pied 20 dB Silencieux, Puissant 2465 m³/h, Flux d'air 7.5 m/s, avec Télécommande, Oscillant 90°+120°,4 Modes 12 Vitesses, Minuterie 12h, Réglage Hauteur Circulation d'Air
$ 56.32
QUICK VIEW
Jeray GDB55 50CAL Verre de Bière de Balle
$ 14.63
QUICK VIEW
CHOTUNE Marqueurs,60 Tons de Peau Feutre Alcool,Nouveaux Marqueurs Double Pointe,Livré Avec Une Base de Rangement Noire Pour Étui de Transport,pour Croquis de Manga
$ 14.63
QUICK VIEW
Uonlytech 1 Ensemble D'Outils D'Enroulement De Fil Support De Fil Plaques D'Enroulement De Fil Bobines De Fil Support De Fil Outils De Couture Enrouleur De Tissage Au
$ 6.75
QUICK VIEW
Eawfgtuw Tube télescopique en métal pour aspirateur Miele, compatible avec S8 S6 C2 C3 H1 S8000 Series, longueur réglable de rechange pour chiot D-807 D-809 (intérieur de 35 mm)
$ 7.87
QUICK VIEW
Trancheuse Électrique, HOUSNAT Trancheuse Saucisson avec Lame en Acier Inoxydable, Epaisseur Reglable de 0 à 15mm, Trancheuse à Pain, Jambon, Viande, Fromage, 150W
$ 111.53
QUICK VIEW
Chope de bière Petite Pinte d'un Beau-Père d'amour | Idée Tasse Cadeau Famille Papa Fête des Pères Pinte cervoise
$ 16.89
QUICK VIEW
Support mural polyvalent pour casque de moto Casque Stand Titulaire Noir Mural Casque de Moto Stockage pour Manteaux, Chapeaux, Casquettes, casque de vélo, perruque, chapeau, balle, Paquet de 3
$ 11.25
QUICK VIEW
CKPSMS Marque – 1 jeu d'engrenage conique à crochet #314011 + 314012 compatible avec/remplacement pour Singer Brand 9500, 9600, 9900, 9910, 9920, 9940
$ 6.75
QUICK VIEW
Cave de vieillissement Artevino OXP1T98NPD - Cave de vieillissement- Capacité : 98 bouteilles - Froid statique - Noir - Porte Pleine - 2 clayettes Bois massif - classe A+
$ 111.53
QUICK VIEW
HOMCOM Armoire Murale Salle de Bain Armoire de Toilette avec Miroir étagères réglables et 2 Portes - 65l x 15P x 49H cm - Blanc
$ 36.04
QUICK VIEW
2000 Pièces Pétales de Rose Artificielles,Blanc Petale,Décoration Romantique pour Mariage,Saint Valentin,Centre de Table,Anniversaire
$ 4.50
QUICK VIEW
Bucilla 89632E Kit de fabrication de butée de porte en feutre Inscription Let It Snow Parfait pour les loisirs créatifs
$ 29.28
QUICK VIEW
Rommelsbacher PS16 Lot plaque pizza/pain + pelle (Import Allemagne)
$ 39.42
QUICK VIEW
Let'S In Style 16 patch Thermocollant à Motif Fleur Dorée Fleur Broderie Patch Applique à Coudre pour la Réparation et la Décoration de Robes de Mariée Idéale pour la Couture de Vêtements Costumes
$ 9.00
QUICK VIEW
Pochette Surprise Anniversaire Enfant,206 Pcs Jouets Cadeau Anniversaire Enfants,Party Favors Cadeaux Anniversaire Enfant,Cadeau de Classe Scolaire,Prix du Trésor,Stuffers Noël,pour Fille Garçon.
$ 10.13
QUICK VIEW
Sextant vintage nautique en laiton antique avec boîte en bois marin marin victorien astrolabe sextant table maison bateau décoration cadeaux
$ 38.29
QUICK VIEW
Sacs de Conservation Frais 200 Pièces, XiXiRan Couvercle de Protection Alimentaire élastiques, Couvre Plat Plastique Extensible Transparent, Ou comme bonnet de douche portable, mini-serre
$ 6.75
QUICK VIEW
POPETPOP 3 Ensembles Bol De Masque Accessoire De Beauté Esthéticienne Aux Bols Faciaux Spatule Bol Mélangeur En Silicone Outils De Masque De Bricolage Diy Pp Portable Brosse
$ 10.13
QUICK VIEW
Electrolux ESKW1 Kit de Filtres de Performance pour Aspirateurs Balais sans Fil Well Q6/Q7/Q8, Filtre Lavable, Compatible avec Modèles WQ61-1OGG/WQ61-1EDBF/WQ71-2BSWF
$ 7.87
QUICK VIEW
Générique Housse de Couette 240x260 cm Geisha Japonaise Rouge Sakura Parure de lit en Coton Polyester avec Fermeture Éclair Doux et Durable, avec 2 Taies d'oreiller 65x65cm
$ 24.77
QUICK VIEW
GREOHNMPAW Planche à Découper avec Compartiments Intégrés et Couvercle Verrouillable Transparent avec Poignées, Parfaite pour la Charcuterie, Les Collations et Plus Encore
$ 19.14
QUICK VIEW
vidaXL Buffet avec tiroirs Blanc 71x35x84 cm Bois d'ingénierie, Meuble de Rangement, Buffet, Meuble d'entrée, Meuble Buffet
$ 59.70
QUICK VIEW
DECOHO - Chaussette Feutrine Blanche - Botte de Noël décorative personnalisée pour cheminée | Ours Blanc
$ 6.75
QUICK VIEW
Axentia 223565 Cafetière à Piston Métal Argent 19,8 x 13,4 x 8,8 cm
$ 9.00
QUICK VIEW
Gobel Moule Demi-Tarte cannelé
$ 11.25
QUICK VIEW
Apprendre la broderie en 10 leçons
$ 7.87
QUICK VIEW
Rouleau de Tulle Rouge Tissu - 30 cm x 91,4 m Tulle Mariage Décoration 100 Yards, Tulle Ruban Rouleaux, Tissu Tulle pour Bricolage Tutu Jupe Mariage Chemin de Table Décoration(Rouge)
$ 10.13
1
...
40
41
42
43
44
45
46
47
...
3279
BACK
Shopping Cart