{{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
RE-COVERTILES - 24 Pcs Carrelage Autocollant 20x20 cm PS00150 Mosaïque de Azulejos Autocollant Mural Décorative à Carreaux de Ciment pour Salle de Bains et Cuisine Stickers Peel and Stick
$ 13.51
QUICK VIEW
UVCMDUI Tablette de Radiateur sans Percer, Cache Radiateur Universel Blanc Espace Aluminium, étagères de Radiateur Largeur 14,5 cm Décoration Moderne, Supportant 30 kg,60cm
$ 36.04
QUICK VIEW
Affûtage Strop, Artisanat En Cuir Bricolage, Affûtage Couteau Double Face Aiguiseur Efficace Maison Noire Pour Salon De Coiffure Professionnel Utiliser Des Couteaux De Rasage Rasoirs Strop Large
$ 4.50
QUICK VIEW
Habau 618 Boîte Empilable Bois 59 x 38 x 18 cm, Nature
$ 18.01
QUICK VIEW
BKEPDY Lot de 12 Guirlandes de Clown à Suspendre Serpentins pour Guirlande En Spirale pour Carnaval Anniversaire Cirque Décoration de Fête
$ 5.62
QUICK VIEW
Pince à sertir pour papier – Outil de sertissage pour paperolles | Outil de fabrication de ondulations de papier | Outil de bricolage manuel pour paperolles | Machine à sertir le papier ondulé pour
$ 5.62
QUICK VIEW
Coletti Percolateur à café Classique en émail (Noir, 12 Tasses) — La cafetière de Camping Originale rendue Moderne — Indispensable pour Le maître brasseur du Camping
$ 28.15
QUICK VIEW
Mini moulin à café manuel - Moulin à café manuel - 40 niveaux de réglage - Portable - Avec 2 verres - Sac en velours - Pour la maison, les voyages, le camping, l'expresso, la presse française
$ 11.25
QUICK VIEW
DIY Point de Croix Kit pour Debutant Adulte,Canevas Point de Croix Kit Complet Enfant,11CT Toile pré-imprimé,Moineaux et fleurs,chien blanc,40x50cm
$ 11.25
QUICK VIEW
Greensen Lot de 5 cadres pour poster A4/A3/A2 étanches - en aluminium argenté - pour la maison et le bureau, Argenté., 210 x 297mm
$ 7.87
QUICK VIEW
qualité Uni 60 SQ Pure Coton Tissu Matière - ROUGE - Rouge, 1/4 Mtr - 72cmx50cm
$ 3.37
QUICK VIEW
BeenSmile, Piñata Barbie, articles pour fêtes, piñata à remplir avec des jouets ou des friandises, décoration de fêtes d'enfants, anniversaires et célébrations
$ 4.50
QUICK VIEW
Support de Tampons en Coton, 2 Grilles de Vernis à Ongles, Poudre de Paillettes, Boîte de Rangement, écouvillons, Boules, Tampons, Distributeur, Bidon pour Salle de Bain, Chambre, Commode, Comptoir
$ 7.87
QUICK VIEW
SFQQE Poster du film Pulp Fiction sur toile pour décoration de chambre à coucher, bureau, chambre, cadeau 20 x 30 cm
$ 9.00
QUICK VIEW
IDMarket - Couette 220x240 CM Zoe Polaire biface Gris Clair et Gris 400 GR
$ 33.79
QUICK VIEW
Star Shape Design Christmas Tree Topper, Lighted Tree Topper, LED Star Tree Topper, Decorative Star Trees Decoration 24x30cm for Holiday Trees, Display, Decoration, Gold, Silver Color
$ 4.50
QUICK VIEW
AzureRay Cuillère de Service en Silicone, Lot de 2 Grandes Cuillères Noires Sans BPA, Résistantes à la Chaleur pour Cuisine, Mélanger et Servir
$ 3.37
QUICK VIEW
COSTWAY Buffet Salle à Manger, Buffet Salon Industriel Bois Métal avec 2 Placards, 2 Tiroirs, 2 Portes en Maille Fer, Meuble Cuisine Rangement, Marron Rustique, 100 X 35 X 85 CM
$ 55.19
QUICK VIEW
LDXDRU Boîte à café en céramique avec couvercle, thé, sucre et café, boîtes de conservation avec couvercle, hermétique, pour dosettes de café, rangement décoratif de cuisine (blanc)
$ 10.13
QUICK VIEW
Protection contre le bec verseur pour blender Kitchen Aid (levier en acier inoxydable 4,5-5 QT) – Protection anti-éclaboussures et protection du bol – Accessoire indispensable pour mixeur KitchenAid
$ 7.87
QUICK VIEW
YIDOUJIN Tuyau de Climatiseur Portable 150mm de Diamètre 200cm de Longueur, Tuyau Climatiseur Mobile Filetage Anti-horaire, Tuyau D'évacuation D'air pour Climatisation Déshumidificateur Extracteur
$ 11.25
QUICK VIEW
MeevrgR Présentoir Mannequin Boucle d'Oreille avec Base en Silicone Souple pour Usage Professionnel (Blanc)
$ 3.37
QUICK VIEW
Century Presentations - Mylène Farmer - Edition Limitée CD Platinum LP Disc - Anamorphosée
$ 111.53
QUICK VIEW
TALENTEC home | 2X Brosse latérale et vis de Remplacement, Compatible avec iRobot aspirateur. pour Roomba 800 et 900 | Couleur Jaune et Blanc
$ 1.12
QUICK VIEW
AKONE Onigiri Lot de 4 moules à sushis et boulettes de riz, moule triangulaire, moule à sushi onigiri avec 1 spatule, accessoire pour les onigiri DIY
$ 4.50
QUICK VIEW
Housse de rechange en toile résistante aux intempéries pour chaise de directeur Blanc
$ 4.50
QUICK VIEW
Lot de 50 Cloches en métal colorées avec œillet,Ornements Petites Clochettes Grelots,Multicolore Grelots en Métal Clochette, 22mm Grelots en Métal, pour Artisanat, Bijoux, décoration de Festival
$ 3.37
QUICK VIEW
Décoration de remise de diplôme, félicitations, décoration de remise de diplôme, ABI 2023, décoration de remise de diplôme avec bannière de félicitations, décoration de remise de diplôme 2023
$ 3.37
QUICK VIEW
Perles de jade de Taïwan naturelles en pierre précieuse et polie, mates, rondes, 4 mm 6 mm 8 mm 10 mm Vert, Pierre, vert, 4mm, 25 Stück
$ 2.24
QUICK VIEW
KmoNo Poster de voyage vintage Montenegro Budva - Poster décoratif sur toile pour salon, chambre à coucher - 20 x 30 cm
$ 5.62
1
...
112
113
114
115
116
117
118
119
...
3279
BACK
Shopping Cart