{{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
Câble rotatif ChiaoGoo en nylon 20 cm de large - 1 pièce
$ 4.50
QUICK VIEW
Spiegelau & Nachtmann 7430059 Carafe à décanter en Cristal 1,5 l Toscane
$ 36.04
QUICK VIEW
Lot de 2 autocollants en vinyle pour ordinateur portable Motif mouette et mer 10 cm
$ 7.87
QUICK VIEW
Anceky Plaque en étain style vintage japonais Hasui Kawase, design traditionnel japonais classique, décoration murale, convient pour bar extérieur, café, décoration d'intérieur rétro, 30,5 x 40,6 cm
$ 9.00
QUICK VIEW
QUARKZMAN 2Pcs Poinçon Creux pour Cuir 7mm Outil de Poinçonnage pour Ceinture en Acier au Carbone Poinçon pour Découper le Cuir Artisanat en Caoutchouc Papier Tissu Plastique Matériau Souple
$ 5.62
QUICK VIEW
Le Perle - 12 cuillères dessert
$ 56.32
QUICK VIEW
Sac de Rangement en Maille Suspendu Polyvalent, Lot de 2 pour Cuisine, Salle de Bain ou Organisation de Placard
$ 4.50
QUICK VIEW
PEKITAS Lot de 3 draps fins pour voiture, nacelle/poussette 40 x 80 cm 100 % coton fabriqué au Portugal. Taie d'oreiller + drap housse + caoutchouc, voiture bleue
$ 12.38
QUICK VIEW
Delaman Wax Carving Outils 4 6 8 21 23 mm d'épaisseur Vert à découper en Cire Bijoux Gravure Outil de la Moule
$ 14.63
QUICK VIEW
Weweart Diamond Painting,Broderie Diamant Kit Complet Motif abstrait,Diamond Painting Grand Format,Peinture Diamant,Numero Dart Adulte,Salon Stickers Muraux Décor à La Maison Square Drill 30x60cm
$ 10.13
QUICK VIEW
Lot De 2 Repose-Baguettes en Acier Inoxydable, Support pour Fourchettes, Cuillères, Fourchettes, Baguettes, Ustensiles, Couverts, pour Maison
$ 7.87
QUICK VIEW
Store enrouleur à ventouse sans perforation pour voiture et maison (125 x 50 cm)
$ 4.50
QUICK VIEW
Lot de 16 Sacs d'aspirateur pour i7/i7+/i3/i3+/i4/i4+/i6/i6+/i8/i8+/S9/S9+/j7/j7+/E5/E6/E7 Series,Sac de Rechange pour I7 Rechange Accessoire Kit,Accessoires Sac Poussière de Rechange
$ 9.00
QUICK VIEW
Preciosa - Lot de 50 perles en cristal de Bohême - 6 mm - Mélange de perles tchèques taillées - En verre - Bicône Beads
$ 7.87
QUICK VIEW
poppik Poster EDUCATIF Stickers Dinosaures - Puzzle Enfant Créatif Décoratif à Gommettes Autocollantes Repositionnables - Cadeau Coloriage Enfant Géant, Jeu Enfant 32 Stickers - 5 à 12 Ans
$ 7.87
QUICK VIEW
Lot De 6 Sacs D'Aspirateur, À Poussière, Verticaux, Filtres En Papier Pour Divers Aspirateurs (Marron Clair)
$ 7.87
QUICK VIEW
RELAX4LIFE Chaise Salle a Manger Lot de 4, Chaise Windsor Bois avec Dossier à Barreaux en PP, Pieds en Hêtre, Chaise de Cuisine, Style Scandinave, pour Salle à Manger, Salon, Charge 150 KG (Noir)
$ 85.61
QUICK VIEW
BWT Carafe filtrante Aqualizer blanche 2.7 L – Réduit le Calcaire, le Chlore et les Impuretés et Enrichit en Magnésium – 1 Cartouche Incluse
$ 22.52
QUICK VIEW
4 Pièces Pieds-de-biche à Ourlet Roulé pour Machines à Coudre, Pied D'Ourlet Roulé à Coudre, Ourlet Roulé Pied Presseur,Pied pour Ourlet Roulé 3-6 mm, pour Projets de Couture Domestiques
$ 4.50
QUICK VIEW
Lot de 100 Mini Pointes en Forme de Cœur Dorées avec Milieu Rose pour Travaux Manuels et Scrapbooking Doré - 6 mm
$ 4.50
QUICK VIEW
Jacques Herbin 427B - Une pochette de 5 feuilles de papier parchemin 21x29,7 cm
$ 6.75
QUICK VIEW
Casserole TOMGAST diamètre : 28 cm, hauteur : 12,5 cm, capacité : 7 l Acier inoxydable 18/10 | Épaisseur de paroi 1 mm à 1,2 mm | Piètement en acier aluminium incrusté | induction
$ 28.15
QUICK VIEW
Nkmujil Support de chevalet en acrylique transparent, support décoratif de table pour photos et assiettes, parfait pour la maison, la cuisine ou l'école
$ 2.24
QUICK VIEW
Distributeur d'eau électrique - Distributeur électrique pour bidons d'eau froide - Pompe à eau - Robinet électrique portable pour bouteilles - Doseur avec adaptateur. USB-C. 5.7L, 10L, 11.3L, 15L
$ 7.87
QUICK VIEW
TOVINANNA Socle en fer coussinet de protection pour repose-fer repose fer à vapeur pour table à repasser tapis de repassage fer à repasser protection de repassage tapis de planche à repasser
$ 7.87
QUICK VIEW
SUMNACON Support de ceinture pour 10 ceintures de sport de combat - En bambou - Support mural - Pour ceinture de judo, de karaté - Cadeau personnalisable (pas de ceinture)
$ 23.65
QUICK VIEW
Réfractomètre Portable de salinité ERS-10ATC pour Tester la Concentration de l'eau salée et de la Saumure
$ 4.50
QUICK VIEW
Casa Pura® Paillasson d'entrée d'excellente qualité (note de test 1,7) Disponible en 8 tailles Anthracite/gris, Résine acrylique, Anthracite, 90 x 120 cm
$ 7.87
QUICK VIEW
Wentsent Lot de 96 assiettes en carton vert eucalyptus avec assiettes en carton gobelets serviettes pour fête prénatale, anniversaire, mariage, fête prénatale, garçon et fille, décoration de table
$ 19.14
QUICK VIEW
Horloge de projection pour chambre à coucher | Affichage LED Chargement USB | Bras oscillant flexible à 180 ° Réveil projection fort pour chambre d'enfant, bureau
$ 13.51
1
...
173
174
175
176
177
178
179
180
...
3279
BACK
Shopping Cart