{{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
PIASKI Udine I Ensemble de meubles de salle de bain, éclairage LED en option, lavabo inclus, couleur San Remo (Châtain LED), One Size, (UDINEI)
$ 30.41
QUICK VIEW
HOMCOM Banc de Rangement, Bout de lit, Pliable, 76 x 38 x 38 cm, Volume 67 L, capacité de Charge 120 kg, avec Couvercle, pour Chambre, Couloir, Salon, Rose
$ 28.15
QUICK VIEW
GRESATEK Anniversaire Décorations Bannière, Arrière Plans de Bannière de Porte Joyeux Anniversaire Pour Garçons et Filles, 2 Pcs Bannières en Décoratives Porche de Fête d'Anniversaire Blanche
$ 6.75
QUICK VIEW
Manahia bouteille isotherme cadeau mamie - Les mamans formidables font toujours des mamies d'exception- 500ml - gourde en acier inoxydable - annonce grossesse mamie, cadeau anniversaire mamie
$ 14.63
QUICK VIEW
VIIHTYISA Lot de 4 Boîtes de Rangement en Tissu, 28x28x28cm, Avec Poignée en Cuir Synthétique pour Étagère Cube, Étagères, Penderie, Kaki et Blanc
$ 20.27
QUICK VIEW
Hévéa Sélection Sommier tapissier VOLIGE DÉCO 90 x 200 Noir + 4 Pieds
$ 83.36
QUICK VIEW
Crafans Lot de 120 perles rondes en verre craquelé transparent de 10 mm, 12 couleurs, design bicolore, perles d'espacement en vrac, grosses perles pour la fabrication de bijoux
$ 5.62
QUICK VIEW
DECLINA, Tableau décoratif, Toile murale, Tableau salon deco, Tableau toile déco Pilote Moto GP, 100x60 cm
$ 33.79
QUICK VIEW
Boule de Noël personnalisée Famille, décoration de Sapin de noël Personnalisable avec prénoms et Personnages, Boule Premier noël
$ 9.00
QUICK VIEW
attache tétine personnalisé prénom fille garçon- en gaze de coton bio-attache en bois- 28 couleurs de tissu au choix
$ 5.62
QUICK VIEW
Presse-agrumes, Panier-filtre avec Cône de Presse, Ensemble de Jus D'agrumes, Pièces de Machine à Jus en Plastique ABS, Accessoires pour Thermomix
$ 9.00
QUICK VIEW
Mallard Ferriere - Lampe A Sucre Complete 1000 W
$ 111.53
QUICK VIEW
Photect 11 Pièces Bougies d'Anniversaire de Rugby Bougie Numéro 1-9 Décorations de Gâteau d'Anniversaire Thème du Football Américain pour Garçons Filles Enfants Articles de Fête (Numéro 1)
$ 7.87
QUICK VIEW
JACBON Peinture sur toile moderne et nordique, motif lune sur la mer, décoration murale, paysage marin, affiche, imprimés, pour salon, 30 x 40 cm, cadre interne
$ 19.14
QUICK VIEW
Kit complet de 2 mètres tringle à rideau en bambou
$ 42.80
QUICK VIEW
VQ Laura Ashley Mijoteuse Electrique 6,5 Litres avec Imprimé China Rose Slow Cooker pour 8 à 10 Personnes, Économique en Énergie, avec 3 Réglages de Température et un Couvercle en Verre Trempé
$ 40.55
QUICK VIEW
Anlising Tapis de Prière Musulman Islamique, Tapis de Prière Musulman avec Sac Design Elégant, Tapis de Prière Portable Prier Couverture, Tapis de prière Musulman, Prière Musulmane Islamique Ramadan
$ 7.87
QUICK VIEW
Tatonka Set de scout - Ensemble de casseroles en acier inoxydable ou même bol/assiette
$ 14.63
QUICK VIEW
PH PandaHall Perles de Verre de 8mm pour la Fabrication de Bijoux, 552pcs de Perles de Cristal Rondes Rouges de 24 couleurs Perles D'Espacement en Vrac pour Collier Bracelet Fabrication de Bijoux
$ 6.75
QUICK VIEW
Rideau d'air Froid Et Chaud Mural, Installé sur La Porte, 2 Réglages De Débit d'air, Coque De Peinture en Métal De Haute Qualité À Faible Bruit Et Compacte, Blanc (Size : 90cm)
$ 111.53
QUICK VIEW
Jotekonoby Kit de filtres pour aspirateur Rowenta RO4825EA XXL & Tefal TW48 Series – Protection du moteur et filtres d'échappement – Prolonge la durée de vie du nettoyeur
$ 5.62
QUICK VIEW
cArt-Us Boîte avec Ornements en Bois Fleurs fantastiques 10,5 x 10,5 cm Bois Naturel
$ 7.87
QUICK VIEW
webake Lot de 3 moules à gâteau carrés en silicone - 22,9 cm, 15,2 cm, 7,6 cm - Pour fête d'anniversaire, anniversaire de mariage
$ 13.51
QUICK VIEW
M MCombo Canapé électrique 2 Places avec Fonction Sommeil, canapé Relax 2 Places avec Bouton réglable à 150°, Chaise de cinéma avec Fonction inclinable, 7009 (Gris)
$ 111.53
QUICK VIEW
Digital pocket coin scale 0,1 / 1000 gr. [Lindner 8047] 0
$ 22.52
QUICK VIEW
JFabrics Parure de lit Marie White - Housse de Couette Les Aristochats 100x135 cm + Taie d'Oreiller 40x60 cm
$ 11.25
QUICK VIEW
Affûteuse de Lame de Couteau Motorisée, Affûteuse de Couteau électrique Machine-outil D'affûtage de Couteau électrique pour Cuisine Domestique pour Bords Dentelés Droits
$ 5.62
QUICK VIEW
YANKEE CANDLE
$ 23.65
QUICK VIEW
VGOL Lot de 50 vis à tête Ronde pour Plaque d'aiguille, Accessoires de Machine à Coudre Industrielle, vis en métal tournantes Plates compatibles avec Brother
$ 6.75
QUICK VIEW
Patch Réparation Doudoune,Patch Doudoune,Autocollant Reparation,Reparation Doudoune,Patch pour Doudoune,Réparation en Nylon,Auto-Adhésif Patchs Légers Imperméables Patch de Réparation,Bleu Marine+Noir
$ 3.37
1
...
126
127
128
129
130
131
132
133
...
3279
BACK
Shopping Cart