{{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
Formano Frosch Couple de mariée avec amour, mariage, env. 16 cm
$ 11.25
QUICK VIEW
Générique Desk Shelf, Wooden Tilting Small Bookshelf, 13.78x26.77×8.66×9.84 inches Space-Saving Multifunctional Bookcase, Reading Nook, Stylish Compact Storage for Home and
$ 12.38
QUICK VIEW
Saro 317-2085 Saromica 24 Cafetière Filtre à Panier et Verseuse Thermos, 1900 W, 2.2 liters
$ 111.53
QUICK VIEW
eMagTech Lot de 2 Balais de Charbon 6,5 X 10 X 32 Mm Compatible avec Moteurs d'aspirateurs.
$ 7.87
QUICK VIEW
LG Luxury & Grace Lot de 4 Boîtes Alimentaires en Verre 360 ml. Récipient Hermétique. Boîtes de Conservation pour Micro-Ondes, Four, Lave-Vaisselle et Congélateur. Sans BPA.
$ 9.00
QUICK VIEW
Alipis Livre Vintage Boite Souvenirs À Livres Vintage Étui De Rangement Décoratif pour Faux Livres Décorations De Faux Livres Rétro De Faux Livre Antique Ouvrable Faux Livre Boite De Rangement (Carte)
$ 13.51
QUICK VIEW
Plaque diffuseur de chaleur en acier inoxydable, diffuseur de chaleur en acier inoxydable, adaptateur de plaque à induction avec poignée séparable pour table de cuisson (24 cm)
$ 10.13
QUICK VIEW
Logbuch-Verlag Lot de 2 figurines de voiliers en bois - Décoration de mer - Bateau miniature - Bleu et blanc - 14,5 cm
$ 9.00
QUICK VIEW
Melitta 6762890 Cafetière Filtre avec Verseuse Isotherme, Easy Top Therm II, 1023-08, 1L Noir/Acier Inoxydable
$ 20.27
QUICK VIEW
Onader Lot de 2 grilles de Refroidissement Mini grilles de Cuisson en Acier Inoxydable pour la Cuisson, la friture/Le Grillage/Le Refroidissement, saines, 21,5 x 16 x 1,5 cm
$ 9.00
QUICK VIEW
SABUIDDS Cintre à pantalons, peu encombrant, pour 9 pantalons, cintres multifonctionnels, en acier inoxydable, avec protection antidérapante, pour pantalons, jeans, serviettes et écharpes
$ 19.14
QUICK VIEW
Begchy Boîtes de rangement pour photos de 10 x 15 cm avec poignée, 10 compartiments intérieurs en plastique pour photos, scrapbooking
$ 13.51
QUICK VIEW
TELANKS Cadeaux personnalisés amusants pour les femmes, cadeaux de meilleure amie, tasses à vin à emporter pour petite amie, sœur, épouse, maman
$ 9.00
QUICK VIEW
Flûte à champagne 16 cl Brio
$ 31.53
QUICK VIEW
Winter Shore Lot de 3 Rangement Suspendu pour Porte - Rangement Porte pour Placard & Salle de Bain - Pochette Murale en Tissu avec Compartiments pour Rangement Mural Chambre
$ 9.00
QUICK VIEW
Housse de Coussin canape Decoration Salon Girafe Cadeau Femme Housse Coussin pour canapé 40x40 cm Chambre Deco Exterieur decoratif
$ 6.75
QUICK VIEW
Moulinex Broche batteur robot Double Force FP821 FP822 FP824 FP826 FP828 NOTE!
$ 7.87
QUICK VIEW
Bannière Happy Birthday Mexicaine, Décorations Colorées pour Fête d'Anniversaire Fiesta Guirlande Pré-Enfilée Décoration Murale pour Cinco de Mayo Taco Fournitures pour Fête à Thème Mexicain
$ 4.50
QUICK VIEW
Jadpes Accueil Sandwichs double face Poêle à frire antiadhésive double face Gaufrier Gâteaux au petit déjeuner Cake toasts Sandwichs Sandwichs pour grillades et grillades Flip do
$ 18.01
QUICK VIEW
LIEBERGE Pinceaux aquarelle de qualité supérieure - 8 pinceaux en poils synthétiques de martre de qualité supérieure - Lot de pinceaux aquarelle sans perte de poils lors de la peinture - Watercolor
$ 10.13
QUICK VIEW
Lot de 6 pastilles filtrantes pour bouteille filtrante Brita Fill & Go - Filtres en verre PFAS, chlore, métaux lourds, particules et autres impuretés de votre eau pour améliorer votre qualité de vie
$ 5.62
QUICK VIEW
G741 Perles en amazonite 8 mm * Grade A * Pierres précieuses naturelles
$ 3.37
QUICK VIEW
Clip De Champagne, Clips Pour Bouteille De Champagne, Clip Attache Bouteille, Clips De Bouteille, Pinces à Cierges Pour Bouteille De Champagne, Pour Mariage, Fête D'anniversaire, Noir, 10 PCS
$ 3.37
QUICK VIEW
GURU SHOP Boîte puzzle vintage Magic Box avec fermeture secrète – Bouddha 6, multicolore, 6,5 x 9,5 x 15 cm, boîtes et boîtes
$ 9.00
QUICK VIEW
PlaqueMarket | Panneau de Fosse Septique | Plaque de Règles de Toilette, Papier toilette uniquement, Pancarte de WC en Bois Invité Suspendre
$ 5.62
QUICK VIEW
Les sacs d'aspirateur Etana compatible avec Kärcher WD 5.270-20 sacs d'aspirateur
$ 12.38
QUICK VIEW
HEKO PANELS Oxford Tissu Imperméable Au Mètre Polyester De Couture D'ameublement Tissus Pour Mobilier Décorative Artisanat Rembourrage Rayures Bleu 1 Mètre 155 x 100 cm
$ 9.00
QUICK VIEW
Alipis Couvercle De Rechange Pour Mixeur 2 Pièces : Bouchon D'étanchéité Pour Bocal Carré, Empêche Les Déversements De Nourriture Et Améliore L'efficacité
$ 5.62
QUICK VIEW
Display4top Presse à Chaud Heat Press Machine Machine de sublimation de transfert de presse de chaleur de T-shirt, utilisation pour industriel, professionnel et à la maison (25cm x 30cm)
$ 82.23
QUICK VIEW
Atmosphera - Objet déco Feuilles - métal - Argent et doré H53 cm
$ 6.75
1
...
5
6
7
8
9
10
11
12
...
3279
BACK
Shopping Cart