{{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
Vinsetto Support d'imprimante Meuble imprimante Mobile Meuble Rangement Bureau à roulettes avec tiroir, Niche et Placard 2 Portes, étagère réglable - pour Bureau à Domicile, Maison, 60x39x80cm, Blanc
$ 34.91
QUICK VIEW
Dénoyauteur pour poivrons Schneider Dolma Biber Oyacagi
$ 5.62
QUICK VIEW
HorizonMart - Ouvre-coquille d'œuf jaune – Coupe-œuf facile à craquer pour œufs durs et tendres, coupe-œuf en acier inoxydable pour une coupe nette, outil de cuisine pour le petit déjeuner, la cuisine
$ 7.87
QUICK VIEW
GLFLOW Kit de stylo de soudage par points avec noyau en cuivre de 3 mm pour projets de bricolage, outils de soudage portatifs
$ 5.62
QUICK VIEW
20 Boîtes Cadeaux de Remise de Diplôme en Forme de Chapeau de Docteur Boîtes à Bonbons en Papier avec Glands Dorés Décoration de Fête Université Lycée Cérémonie Étudiante Garçons Filles
$ 7.87
QUICK VIEW
Yaheetech Fauteuil à Oreilles avec accoudoirs, Confortable et Moderne, Fauteuil de Relaxation, Fauteuil de Salon, Fauteuil Club, Charge maximale 136 kg, Bleu
$ 57.45
QUICK VIEW
WOLTU Portant à Vêtements Mural, Penderie Industrielle en Tube d'Acier, Tringle à Vêtements avec Étagère en MDF pour Vestiaire et Garde-Robe, Noir+Marron Rustique
$ 31.53
QUICK VIEW
Mini seaux en acier inoxydable, petit seau à glace avec poignée pour boissons, vin, frites, ailes de poulet, bars à domicile, fêtes, utilisation pour les fêtes, bar, maison, 2 L (Gold)
$ 9.00
QUICK VIEW
Briquet électronique USB - Briquet plasma - Briquet à arc électrique - Avec fonction d'éclairage LED et horloge - Coupe-vent avec indicateur de batterie - Pour cuisine, cheminée, bougies
$ 7.87
QUICK VIEW
Pmueuff Feuille Feutrine, 30 Pièces Feuilles de Feutre Multicolores Feutrine Loisir Creatif DIY Feuille de Feutrines Tissu en Feutre pour Couture Artisanat Bricolage Décorations(25 x 20 cm)
$ 6.75
QUICK VIEW
Ginger Ray- Reveal Prediction Box Jeu de fête Twinkle, Rose Gold Baby Shower Gender, doré
$ 10.13
QUICK VIEW
QUARKZMAN Micro-ondes Four Porte Ressort Universel Loquet Ressort Aluminium 7x25MM Compatible pour Four Réchaud Gamme Noir 4pcs
$ 5.62
QUICK VIEW
Housses de Coussin d'Extérieur - Set de 4, Confortables et Élégantes 45 x 45 cm, Parfaites pour le Décor d'Extérieur, Coussin de Chaise et Housse de Coussin Bleu, Oreiller Non Inclus
$ 10.13
QUICK VIEW
StitchPal Sewing Tool,Handheld Sewing Machine,Ortable Single Thread Machine,For Beginners,Hand SewingMachine for Clothes,Fabrics,DIY Home Travel,Easy to Use and Fast Stitch Suitable (Pink)
$ 9.00
QUICK VIEW
XMJHHMHZ Croix texturée organique dans des tons de bois chauds, art mural chrétien minimaliste, décoration murale moderne, affiche d'art à suspendre, 60 x 90 cm
$ 19.14
QUICK VIEW
Genérico Lot de 12 Verres Arabes à Thé Luxury Incassable Transparent ou Incolore Réutilisable Tasse à Thé Maison Théière
$ 14.63
QUICK VIEW
Zeayebsr 1PCS Éventail à Main Pliable pour Femmes Livré avec 1 Sac de Rangement, Éventail Pliant à Main Vintage Éventail en Bambou Noir Éventail à Fleurs pour Musique de Danse Festival Mariage Fête
$ 2.24
QUICK VIEW
Joyzan Palette Cup, Double Grande Bouche en Acier Inoxydable Tasses Palette Portable Peinture à l'huile Pot Tasses Palette avec Clip Coupe Peinture Conteneur Tasse Récipient avec Couvercle À Visser
$ 3.37
QUICK VIEW
RAW 18601 Girl Mini Metal Rolling Tray-18 x 12,5 cm, Fer
$ 5.62
QUICK VIEW
Lot de 2 filtres de rechange LV-H132 pour purificateur d'air LEVOIT LV-H132, 2 pré-filtres en nylon, 2 filtres HEPA H13 et filtre à charbon actif, système de filtration 3 en 1, remplace la pièce
$ 16.89
QUICK VIEW
JSTHHTT 20 Rouleaux Washi Tape Set, Masking Tape, Ruban Adhésif Décoratif, Scotch Decoratif Scrapbooking, pour Arts, Bullet Journal, Bricolage, Emballage (Nature)
$ 5.62
QUICK VIEW
ZiStarlilife Dimensions du couvercle : 32 cm, 34 cm, 36 cm, 38 cm, 40 cm culinaire, en acier inoxydable pour poêles plates, poêles, wok (38 cm)
$ 5.62
QUICK VIEW
SULIUDAJI 1 Pièce Gants de Repassage pour Défroisseur de Vêtements avec Boucle pour Les Doigts Gant Anti-Vapeur Imperméable Gant de Vapeur Gant de Repassage résistant à la Chaleur
$ 3.37
QUICK VIEW
simarro Jupe de sapin de Noël de 91 cm - Rouge - Avec flocon de neige - Père Noël - Ferme - Tapis d'ornement pour l'intérieur et l'extérieur - Décoration du Nouvel An (rouge 3)
$ 5.62
QUICK VIEW
Ckaff Lot de 2 Fauteuil Salon Relax, Fauteuil Moelleux en Sherpa Bouclé Fauteuil Bouclette avec Accoudoirs & Dossier Ergonomique pour Salle à Manger, Salon, Chambre, Siege Bureau, Allaitement, Blanc
$ 104.76
QUICK VIEW
Bamyli 6 Pièces Support de Tige de Barre Transversale Réglable, Support De Pince Porte-Rideaux Support Tringle Rideaux sans Percage avec pour de Rideau Ou Armoire (Blanc)
$ 4.50
QUICK VIEW
Lame d'extracteur, remplacement de mélangeur de lame d'extracteur 1Pc pour Nutribullet Bullet RX 1700W
$ 10.13
QUICK VIEW
2 Pièces de couteau pirate gonflable fête des d'Halloween mousse faire la fête jouets gonflables accessoire d'épée de cosplay de scène PVC
$ 5.62
QUICK VIEW
Joint pour couvercle compatible avec Tefal 792350 pour autocuiseur Clipso 4,5/6 litres Ø 22 cm
$ 10.13
QUICK VIEW
М-tac Deus le veut Crusader en PVC 3d Moral Patch militaire et tactique armée en caoutchouc Coyote
$ 9.00
1
...
111
112
113
114
115
116
117
118
...
3279
BACK
Shopping Cart