{{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
Lpitoy Sac en Maille De Plage, Sacs De Coquillage en Forme Mignonne pour Contenir des Coquillages De Plage, Sacs De Collecte De Coquillages pour Enfants Ramassant des Coquillages
$ 4.50
QUICK VIEW
Steelman24 I Figurine en métal Pizzaiolo avec Plaque De Gravure I Made in Germany I Idées Cadeaux I Sculpture d’Acier
$ 29.28
QUICK VIEW
PATISSERIE MAROCAINE
$ 6.75
QUICK VIEW
Mcbazel Plateau Rotatif électrique à 360 degrés pour la Photographie - Plateau tournant électrique - Table d'affichage pour la présentation de Bijoux, Montres, Produits numériques - 30 cm/11,8
$ 23.65
QUICK VIEW
IDMarket - Commode 8 tiroirs en Tissu Alta 80 cm Gris Clair et Plateau Effet Bois Design Industriel
$ 54.07
QUICK VIEW
Vlazom Robe de Chambre Polaire Femme, Peignoir Polaire à Capuche Femmes Chaude et Doux Flanelle Pour Hiver Cadeau de Noël
$ 23.65
QUICK VIEW
Hachoir à viande manuel, machine à saucisses en alliage d'aluminium avec base à ventouse et hachoir à viande et à légumes pour cuisine à domicile
$ 21.39
QUICK VIEW
Boîte de Support d'aiguille à Broder, étui de Rangement d'Aiguilles à Coudre Portable élégant en Métal Vintage Résistant à la Décoloration pour épingles pour Aiguilles à Coudre
$ 4.50
QUICK VIEW
Lanarte Point De Croix Compté Tableau Kit Complet DIY Broderie Motif CHATPatron Adulte Art Creatif Decoration Salon Activité Manuelle Cadeau ca. 25 x 42 cm Counted Cross Stitch
$ 23.65
QUICK VIEW
NIUBEST Lot de 2 supports muraux pour disques vinyles - Étagères de rangement vintage pour disques, CD, livres et œuvres d'art - Rangement vintage pour la maison (couleur bois)
$ 12.38
QUICK VIEW
Hangsky 12x Stich Invitation Anniversaire Junge en Français avec Enveloppes, Stich Carte Invitation Anniversaire à Thème, Cartes d'Invitation de Fête pour Anniversaire Junge (A6) (A)
$ 5.62
QUICK VIEW
Tusscle Coussin Lombaire, Coussin Dos Modéré Doux en Forme de D, Convient à la Maison, Bureau, Voyage, Aide à Corriger la Posture Assise (0.17)
$ 12.38
QUICK VIEW
HJZHII Lot de 12 feuilles de bois de balsa fines de 2 mm, 10,2 x 20,3 cm et 10,2 x 10,2 cm - Feuilles de bois brut fines pour travaux manuels - Pour découpe au laser, travaux manuels, modèles
$ 4.50
QUICK VIEW
Lot de 3 pieds presseurs plissés pour machine à coudre industrielle P5 P50 P5W pour JUKI Brother
$ 9.00
QUICK VIEW
duehome | Eitan, Meuble à Chaussures à 2 Portes, Armoire à Chaussures, Finition Couleur Blanc Artik et chêne Nodi, Dimensions : 56,5 cm (Longueur) x 102 cm (Hauteur) x 35 cm (Profondeur)
$ 42.80
QUICK VIEW
Support de sac poubelle pour armoires, portes d'armoires de cuisine, poubelle portable en acier inoxydable, poubelle de cuisine, facile à ranger, amovible à tout moment, indispensable dans la cuisine
$ 9.00
QUICK VIEW
Toyvian Lot De 2 Pompons De Gymnastique À Fleurs pour Pom-Pom Girl Accessoires Arc-en-Ciel pour Pom-Pom Girl avec Poignée pour Animal De Compagnie
$ 6.75
QUICK VIEW
Dayka Trade Kit de 14 papiers Scrap Collection Nature in Blue 30 x 30 cm
$ 14.63
QUICK VIEW
Joint en silicone de 20 cm pour anneau de remplacement pour autocuiseur, joint fiable pour la cuisson
$ 3.37
QUICK VIEW
VBENLEM Étagères Inox de Rangement de Cuisine Capacité de Charge 150 kg Table à Épices à 4 Niveaux avec Accessoires d'Assemblage Meuble pour Cuisine Garage Atelier Entrepôt Balcon 122x48x150 cm
$ 73.22
QUICK VIEW
oneConcept Woklette Grill-raclette - Grill de table, Grill festif, 1200 W, température réglable en continu, 8 poelons et spatules en bois, 6 mini woks, convient pour pancakes et crêpes, noir
$ 30.41
QUICK VIEW
EXQUIMEUBLE Suspension Unique en Bois Installation Facile Décoration Murale Style Tige De Suspension Décoration De Magasin pour La Maison
$ 9.00
QUICK VIEW
DarHaus Couvercle pour plaque de cuisson universelle en céramique, à induction, Planche à découper en verre 40 x 30 cm, protection anti-éclaboussures, plaque en verre, cuisine, Marbre Vert
$ 18.01
QUICK VIEW
Catholic Budded Cross Étui Pyx Doré 6,3 cm
$ 9.00
QUICK VIEW
Lot de 3 Spirales Encens Citronnelle Anti Moustique avec Support INOX et Boîte Métallique pour Extérieur Jardin Terrasse
$ 5.62
QUICK VIEW
Portmeirion Botanic Garden Lot de 6 bols à soupe Dia.22 cm
$ 42.80
QUICK VIEW
Moule à Panettone Bas 750 gr Qualité Premium (10 pcs) - Tapis à Panettone Professionnels en Papier Ondulé Pure Cellulose au Micro-ondes, Résistant à la Chaleur 220°C
$ 10.13
QUICK VIEW
Barissimo Lot de 100 filtres à café en papier, taille 4, marron naturel, double couture
$ 5.62
QUICK VIEW
Mèche pour Bougie, 100 Pièces Mèche de Bougie Coton, 20cm Mèches en Coton Naturel, avec 100 Autocollants et 1 Support Fixe, Meche Bougie Naturelle pour la Fabrication de Bougies DIY
$ 6.75
QUICK VIEW
Ogquaton Filières à Aiguilles en Plastique avec boîte Transparente, Couleur aléatoire, 5 pièces
$ 2.24
1
...
44
45
46
47
48
49
50
51
...
3279
BACK
Shopping Cart