{{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 2 grands sacs de rangement de 120 L, sacs de rangement extra larges avec fermetures éclair pour déménagement, vêtements, literie, couettes, couvertures, sacs de rangement, sacs de déménagement,
$ 24.77
QUICK VIEW
JNBGTU Tapis de douche antidérapant en luffa 60 x 40 cm, anti-moisissure, drainage efficace, tapis de bain en PVC souple pour un massage confortable des pieds, idéal pour salle de bain, douche et
$ 14.63
QUICK VIEW
Pecewlos Lot De 50 Gobelets En Avec Bord Dorée, 280 ml, Réutilisables, élégants, Verres à vin, Pour Champagne, Bière, Cocktail, Martini, Soda, Dessert (9,5 x 7 cm)
$ 10.13
QUICK VIEW
Atmosphera - Tapis ajouré Esra en Jute D80 cm
$ 11.25
QUICK VIEW
Housse de Coussin Boheme 45x45cm avec Abstrait Motif Géométrique et Plantes en Vert et Or Lavables 4 Pièces Carré Doux Taie d'oreiller de Canapé Velours pour Voiture De La Maison Chambre Lit Jardin
$ 9.00
QUICK VIEW
SEINHIJO 2pcs Lapin Décor Statue Arts Animal Décoration Cadeau Moderne Figurine Sculpture Maison Statue Céramique 29cm
$ 22.52
QUICK VIEW
Tabouret Bar Lot de 4 Vintage Marron, Réglable Tabouret de Bar Pivotant, Tabouret Bar Cuisine Industriel Chaise Bar Rotatif avec Dossier et Repose-Pieds pour Maison Cuisine Bistro (4, Marron)
$ 92.37
QUICK VIEW
YIHOR Lot de 6 cuillères à soupe européennes de qualité supérieure de 18,4 cm, en acier inoxydable, en émail coloré, passent au lave-vaisselle
$ 9.00
QUICK VIEW
Mateju Pouf Poire Adulte et Enfants, Camouflage 3D Pouf Geant Chambre, Bean Bag Chair, pour Grand Canapé, Chaise Longue Grande, Fauteuil de Salon pour Intérieur Extérieur (L,Les Montagnes)
$ 5.62
QUICK VIEW
Mug en faïence, I love Papa, env. 10 x 8 cm
$ 3.37
QUICK VIEW
HTVRONT Plotter Film Textile - Lot de 26 films flexibles 30,48 cm x 25,4 cm pour t-shirts et tissus (20 couleurs régulières et paillettes)
$ 10.13
QUICK VIEW
Collection D'Art 6032K Chaton Joueur Kit de Canevas Coton Multicolore 20 x 30 x 0,1 cm
$ 12.38
QUICK VIEW
Raguso Bâton de mélange de Cocktail cuillère à Long Manche en Acier Inoxydable Exquis Outil de Stratification de mélange à poignée torsadée antidérapante pour Bar Bar Barman(Spoon-Or Rose)
$ 3.37
QUICK VIEW
3D Autocollants De Porte Art Decor Vinyle Mural Amovible Poster Trompe L'Oeil Mural Paysage D'Arbres Alpins 100 X 215 Cm - Décoration Pour Porte Cuisine, Salon, Chambre, Salle De Bain -24940453810503
$ 16.89
QUICK VIEW
Stanley Quencher H2.O FlowState™ Gourde avec poignée, 414 ml, quartz rose 2.0
$ 31.53
QUICK VIEW
NORCEESAN Étagère de rangement empilable à 3 niveaux pour canettes, garde-manger, distributeur de canettes pour 36 canettes, blanc
$ 19.14
QUICK VIEW
CLAIREFONTAINE Lot de 2 Ramettes de 50 feuilles de papier dessin croquis 180 g A3 blanc
$ 19.14
QUICK VIEW
HWC Trading FR A3 Seven Brad Pitt Cadeaux imprimés affiche photo autographe signée pour les fans de cinéma - A3 Encadré
$ 16.89
QUICK VIEW
2PCS Mèches De Rechange avec Brûleur pour Lampes À Huile Catalytiques Parfum en Bois Diffuseur De Brûleur Catalytique pour Diffuseurs D'Aromathérapie, Décoration De La Maison, Tête Argentée
$ 5.62
QUICK VIEW
Bouton la haya - Décor : Or brossé - FOSUN
$ 1.12
QUICK VIEW
Secret de Gourmet - Lot de 4 Verres à Liqueur 'Elaya' 9cl Transparent
$ 10.13
QUICK VIEW
Bormioli Rocco Bouteille Officina 1825, Verre, Bronze, 9 x 9 x 30 cm
$ 4.50
QUICK VIEW
Hananona Lot de 10 jonquilles artificielles en Soie pour décoration d'intérieur et d'extérieur, de Maison, de Mariage (10, Jaune)
$ 5.62
QUICK VIEW
MUICIN Tapis de Chambre à Coucher pour Enfants Intérieur Mario Anime Tapis de Sol Chambre pour Enfants Non Slip Cartoon Princess Carpet Non Slip Mat.,80 * 120cm
$ 30.41
QUICK VIEW
Clover Mini Iron II 'The Adapter' Tip-Ball
$ 4.50
QUICK VIEW
M METERXITY 25 Pcs Boules de Rotin en Osier 30mm Boules Décoratives en Rotin Orbes Remplisseurs de Vase pour Noël/Mariages/Thanksgiving/Bricolage/Décoration Intérieure [Doré]
$ 9.00
QUICK VIEW
TA-VIGOR Rouleau de ruban en tulle pastel de 15,2 cm x 22,9 m pour emballage cadeau, nœud tutu, Noël, fête d'anniversaire, mariage, loisirs créatifs, décoration - Vert olive
$ 7.87
QUICK VIEW
Wandefol 6 Pcs Shooter de 30ml en Acier Inoxyadable, Gobelet à Shoot, Verre à Shoot, Verre à Schnaps avec Étui en Cuir
$ 5.62
QUICK VIEW
Coupe-fourchette à pastèque 3 en 1, nouvel outil de coupe de glace à la pastèque en acier inoxydable 2024, outil de coupe rapide de fruits à fourchette à pastèque (Beige, 1 PCS)
$ 9.00
QUICK VIEW
Kalolary 50 Pièces Ornements Miniatures Résine, Ornements de Noël, Bricolage, Scrapbook, Cadeaux
$ 6.75
1
...
122
123
124
125
126
127
128
129
...
3279
BACK
Shopping Cart