{{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
Lot de 20 bélières en argent antique plaqué, 13 x 8 x 8 mm, pour fabrication de bijoux, pendentifs, colliers
$ 7.87
QUICK VIEW
Arrovarp Décoration Murale Chat Lune En Métal, 11,8' Art Mural Noir En Métal | Métal Chat Noir Et Lune Art Mural | Chat Qui Choisit Des Étoiles Sur La Lune Décoration Murale Ronde Silhouette Art
$ 9.00
QUICK VIEW
Lot de 2 Tapis de Cuisson en Silicone Sans BPA, 41x29 cm - Tapis Antiadhérent, Feuilles Professionnelles Réutilisables pour Four et Micro-Onde - Biscuits, Macarons, Pain - Jusqu'à 3000 Utilisations
$ 7.87
QUICK VIEW
BTSKY Lot de 4 présentoirs cubiques en acrylique transparent et solide pour photos, collections de bijoux, figurines
$ 20.27
QUICK VIEW
DASGUTES Coussin d'élévation des Jambes - Coussin Gonflables pour Jambes, Oreiller Coussin Gonflable en Coin Coussin Relève-Jambes pour Dormir, Améliore la Circulation Sanguine et Réduit L'enflure
$ 21.39
QUICK VIEW
Lot de 2 décorations murales en métal en forme de hibou – Décoration murale d'extérieur unique pour la maison et le jardin, décoration à suspendre résistante aux intempéries avec crochets faciles pour
$ 9.00
QUICK VIEW
SIYINGSAERY 2 PCS Matrice de Découpe Fleur Matrice de Découpe en Métal Matrices de Découpe pour Scrapbooking Matrice de Découpe pour Scrapbooking Fleurs
$ 3.37
QUICK VIEW
Moulin à herbes électrique Wakit King Palm - Moulin à presser - Simple à utiliser - Médicalement accessible - Chambre de broyage éclairée par LED
$ 30.41
QUICK VIEW
CODIRATO Lot de 2 Mur de Grille Photo, Organisateur de Décoration Murale avec Crochets et Clips en Bois Affichage Grille pour DIY Décoration Murale Famille, Cuisine, Bureau (65 * 45cm, Blanc)
$ 13.51
QUICK VIEW
Westmark Nid à friture, ø 10 cm, longueur: 35 cm, acier inoxydable, argenté, 12432270
$ 6.75
QUICK VIEW
Ninka eins2vier Couvercle pour 4,2 L / 5,5 L / 8 L Poubelle 214 x 140 x 17 mm gris sombre Corbeille Système de Tris
$ 5.62
QUICK VIEW
VOANZO 10M Chaîne de Bijoux Accessoires de Fabrication de Bijoux pour la Fabrication de Bijoux à bricoler soi-même (Or)
$ 7.87
QUICK VIEW
AcornFort S1 Étagère à Chaussures Empilable Porte-Chaussures, en Métal, Rangement pour Chaussures (8 Niveaux, Noir)
$ 21.39
QUICK VIEW
Vaessen Creative Ruban Satin 3 mm x 10 m - Bolduc Double Face pour Cadeau, Emballage et Bouquet Mariage - Couleurs Arc-en-Ciel - 6 Pièces
$ 7.87
QUICK VIEW
StoffBook Tissu Polaire Doux et Moelleux Anti-bouloche Noir, C336
$ 3.37
QUICK VIEW
LAV Lot de 6 verres à martini de luxe - 175 ml - 100% sans plomb - Passe au lave-vaisselle - Verres à cocktail - Verres à expresso et à martini
$ 14.63
QUICK VIEW
RNSSEZ 3D Étoile de Sapin de Noël 2 en 1 Lampe Projecteur LED Flocon de Neige Rotatif, Etoile Sapin de Noel Lumineuse d'or pour Décoration Noël Arbre Topper (Fiche UE, d'or Étoile)
$ 9.00
QUICK VIEW
BAIFULAI Lot de 2 verres à eau nervurés de 530 ml en verre ondulé - L'un a des rayures et l'autre est lisse - Verres à café glacé avec 2 pailles et brosse à paille, verres à latte macchiato
$ 7.87
QUICK VIEW
Fdit Acier Inoxydable Bire Caf Filtre 300 Micron Homemade Brew Beer Hop en Maille Filtre Crpine avec Crochet Bouilloire Brew Filtre, 10 * 25.5cm/3.94x10.04in
$ 16.89
QUICK VIEW
BAÏTA - Lit cabane superposé Tiny pin Massif 90x190 sommier Inclus
$ 111.53
QUICK VIEW
Primasage Support Spirale Anti Moustique, Support de Bobine de Moustique, Porte Encens Spirale Anti Moustique avec Fil de Fer Barbelé et Boucle D'Escalade pour Intérieur et exterieur (Noir)
$ 5.62
QUICK VIEW
BENECREAT Pochoirs à Thème Egypte, Pochoir de Dessins de Peinture en Acier Inoxydable D'Éléments D'Icône D'Egypte de 15.6x15.6 cm pour la Gravure et le Scrapbooking
$ 4.50
QUICK VIEW
Ciieeo 30 Pièces Imitation Olive Maison Olives Vase À Fleurs Fruits Réalistes Décorations De Fête d'olive Décor De Fruits Fruits Artificiels Jouet Ornement d'olive Trucs d'olive Mignons
$ 6.75
QUICK VIEW
Machine Tricoter, Tricotin Automatique Mecanique, Moulin À Tricoter, Tricot Easy Weaver, Machine À Tricoter À La Main, Tricotin Automatique Machine A Tricotin, Mini Outil À Tricoter Automatique (B)
$ 10.13
QUICK VIEW
ZMDMAH Lot de 3 Organisateur de Tiroir Pliable Boite rangement sous vetement Rangement sous vetement Rangement chaussette séparateur tiroir lavables portables
$ 3.37
QUICK VIEW
Miroir De Salle De Bain Ovale, Miroir de Salle de Bain avec éclairage, Luminosité Dimmable et 3 Couleurs, Interrupteur Tactile,Fonction Antibuée, Convient pour Salon, Chambre, entrée(Color B,40x80)
$ 86.74
QUICK VIEW
ABIKSMEBLE Armoire Porte coulissante Miroir Tokyo 2 - Armoire Chambre - Dressing Chambre Adulte - Penderie Vetement Dressing - Garde Robe - Placard Chambre - Armoire 2 Portes - Closet
$ 111.53
QUICK VIEW
Tissu brocart jacquard gris argenté - Au mètre pour décoration et tapisserie - 1 mètre x 140 cm
$ 9.00
QUICK VIEW
Lot de 6 tirelires en métal avec couvercle amovible
$ 7.87
QUICK VIEW
Krups Sensation C50, Machine à café grains, 5 Boissons en accès direct, Interface tactile couleur, Facile à utiliser, Nettoyage sans effort, Buse manuelle Cappuccino, Fabriqué en France EA910810
$ 111.53
1
...
140
141
142
143
144
145
146
147
...
3279
BACK
Shopping Cart