{{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
Wresetly Lames de mixeur Osterizer avec fond de bocal et lame à 4 points 4961 et 2 joints toriques en caoutchouc
$ 7.87
QUICK VIEW
Aiguille pour enfiler les lacets en cuir dans les boutonnières des chaussures de bateau, Laiton, 100
$ 5.62
QUICK VIEW
Katy Sue Lot de 24 feuilles de découpage 3D pour fabrication de cartes et travaux manuels
$ 19.14
QUICK VIEW
Highdi 2PC Coussin Canape Colorée, Coussin Exterieur Impermeable avec Fermeture éclair, Housse de Coussins Amovibles, Protege Oreiller pour Chaise de Jardin Terrasse Salon (Blanc,55x45cm)
$ 7.87
QUICK VIEW
QIUMING 2cm Pompons Artisanat Pompon Breloques Ornements Multicolores Craft Petit Pompons Mini Pompons Loisirs créatifs pour Arts Crafts Sac à Main Fabrication de Bijoux Bricolage (50)
$ 5.62
QUICK VIEW
Lot de 12 serpillères en microfibre - Accessoires pour robot aspirateur - Lavables - Accessoires pour Dreame L10s Ultra/L10 Ultra/L20 Ultra/L10s Pro Ultra Heat
$ 5.62
QUICK VIEW
Coco Papaya Canard décoratif et sa bouée Tricolore en Bois 35cm
$ 16.89
QUICK VIEW
Lampe à Huile rétro Porable Vieille Lampe à Huile décorative Lampe d'huile de Camping extérieur Lampe d'urgence de Panneau d'urgence pour l'extérieur (Non Inclus d'huile de Lampe)
$ 10.13
QUICK VIEW
Kaiser 2300754420 Moule à manqué Classic Plus, Acier allié, Rouge et Argent, 26 cm
$ 7.87
QUICK VIEW
by sommiflex SOMMIER TAPISSIER Noir 70x190x2 (140x190) | Fabrication FRANÇAIS
$ 24.77
QUICK VIEW
Porte-revues sur pied à 3 niveaux, avec support d'informations sur roues, présentoir de brochures, installation pratique for salons professionnels, expositions, bureau, magasin, etc. ( Color : Black )
$ 88.99
QUICK VIEW
CDF Armoire pour Machine à Laver Pola Mini DD | Couleur : Anthracite - Chêne Artisan | Armoire Moderne au-Dessus de la Machine à Laver | Espace de Rangement | étagères spacieuses
$ 49.56
QUICK VIEW
ABOOFAN Organisateur De Bijoux Suspendu à Bijoux Portable Pour Colliers Boucles Oreilles Et Bracelets Rangement Et Économiseur Espace Pour Voyage Et Maison
$ 6.75
QUICK VIEW
DierCosy Poupées Gnomes, 2pcs poupées Elfe sans Visage Peluche avec Amour Vous des Lettres cÅ“ur, 36cm Ornements de GNOME suédois, Cadeau de Saint-Valentin pour Petite Amie et Femme
$ 9.00
QUICK VIEW
Porte-courrier en bois naturel avec lettres grises contrastées et découpe en forme de cœur, organiseur décoratif à deux compartiments
$ 12.38
QUICK VIEW
CEZVE Dzhesva Stainless Steel (1 mm) 500 ml/Mocha Topkapi Mocha Jug
$ 7.87
QUICK VIEW
KIUB - Bouteille Isotherme 350 ML Le Petit Prince Renard
$ 15.76
QUICK VIEW
UPKOCH 25 Pièces Isolant En Feuille D'aluminium à Lunch Jetables Doublure Thermique Jetable Sachets Alimentaires Bento Enveloppes Boîte Chimique Phoque Coton Perlé
$ 12.38
QUICK VIEW
WIWONEY Kit ouvre-bouteille électrique avec tire-bouchon à batterie sèches, Coupe-capsule, Aérateur verseur et 2 bouchons sous vide, un cadeau parfait pour les amateurs de vin
$ 18.01
QUICK VIEW
ABAKUHAUS Forêt Rideaux, Les buissons et Les Troncs épais, Décoration Intérieure Accent Lot de 2 Panneaux, 280x260, Vert Brun
$ 15.76
QUICK VIEW
Boîte à Cuisine en Métal 'Lounge' 33cm Noir
$ 10.13
QUICK VIEW
LJFEA 2 pcs Normographe pour Croquis et Schémas - Trace-Formes Technic - Pochoir Cercles, Triangles, Carrés, Rectangles - Formes diverses Géométriques Tailles Diverses - Gabarit Antichoc
$ 4.50
QUICK VIEW
Tsukineko VersaCraft encreur pour tampon – Rose, Bubble Gum – Grand – À base d'eau, opaque, archivage – Gaufrage, pad size: 7,6 x 4,7 cm
$ 5.62
QUICK VIEW
Graffiti Peinture Chat Statue Colorée en Résine - Sculpture Animale Ornementale - Décor À La Maison - Cadeau pour Amoureux des Chats
$ 20.27
QUICK VIEW
Holyart Statuette Saint Antoine Enfant vêtements Jaunes résine 12 cm
$ 11.25
QUICK VIEW
IVEOPPE Moule à brownie avec séparateurs - 31 x 20 x 3,7 cm - Anti-adhésif - Pour la cuisson de biscuits à gâteaux
$ 10.13
QUICK VIEW
HOOBRO Étagère à Chaussures, Meuble à Chaussures à 10 Niveaux, Étagère de Rangement, Petits Espaces, Structure à Visser, pour Entrée, Salon, Chambre, Marron Rustique et Noir EBF32XJ01
$ 24.77
QUICK VIEW
Aoihrraan 46x46cm Lot de 4 Housse de Coussin Bleu Foncé Bohémien Mandala Fleur Indien Hippie Style Bohème Lin De Coussincarré Taie d'oreiller Été Decoration Chambre Salon Extérieur Jardin Canapé
$ 13.51
QUICK VIEW
GRÄWE Lot de 4 Couverts pour Enfant avec Motifs d'animaux - en Acier Inoxydable Poli - Passe au Lave-Vaisselle - pour garçons et Filles - Cadeau de baptême
$ 6.75
QUICK VIEW
Lot de 2 brosses à récurer et 1 tête de Balai Rotatif, Base de Rechange pour O Ceda et Viled EasyWring 1 réservoir Système de Nettoyage pour Salle de Bain, Cuisine, Mur, carrelage
$ 7.87
1
...
98
99
100
101
102
103
104
105
...
3279
BACK
Shopping Cart