{{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
ORALION Corbeille à café pour marc, boîte à café concentré mini, Boite a Marc de Cafe avec Barre de Chocs Amovible,Convient pour espresso et cappuccino, latte,marron
$ 7.87
QUICK VIEW
Citylife Lot de 4 Boîte rangement empilable en plastique de 64 L, avec couvercle, boite pliantes Pour usage domestique, camping en plein air, bureau, garage, rangement d'outils, gris
$ 25.90
QUICK VIEW
Candle Warmer Lamps - Dimmable Candle Lamp with Wood Base, Top Down Candle Warmer on Table, Electronic Candle Melting Lamps for Scented Jar Candle with 2 Bulbs (Golden Glass)
$ 23.65
QUICK VIEW
Lot de 30 embouts de paille réutilisables en silicone de qualité alimentaire multicolores de qualité alimentaire pour pailles en métal de 6 mm de large (diamètre intérieur de 6 mm)
$ 2.24
QUICK VIEW
ZeYou 54 pièces Spiderman Anniversary Decoration, Spiderman Anniversary Party Vaisselle Set y Compris Spiderman Décoration Ballons, Bannières, Assiettes, Tasses, Serviettes, Blowouts et Nappes
$ 10.13
QUICK VIEW
Taiyaki Moule à Crêpes En Forme De Poisson Japonais,4 Grilles Antiadhésives Double Face Moule à Gâteau En Forme De Poisson Taiyaki, Moule à Crêpes En Forme De Poisson Pour la Maison, le Bricolage, la
$ 16.89
QUICK VIEW
dibea Armoire de Rangement penderie Armoire Pliable en Tissu, 175x150x45 cm Noir
$ 22.52
QUICK VIEW
3PCS Make Up Organizer en Acrylique, Boite Rangement Maquillage et Empilable, Organisateur de Coiffeuse avec 6 Compartiments, Rangement Produit de Beauté pour Maison Cosmétique Bijoux
$ 7.87
QUICK VIEW
Cadre de broderie à la main - Cadre de broderie carré avec bandes de préhension, cadre punch needle | -Outil de , accessoires de broderie et de quilting, cadre d'art en tissu, support de
$ 27.03
QUICK VIEW
FUNOMOCYA Panier à Fruits Et Légumes Métal Rose Design Élégant Pour Cuisine Et Salle à Manger Capacité De Rangement Accessoire De Décoration Multifonctionnel
$ 10.13
QUICK VIEW
Wooden Coffee Station Organizer, 5 Compartments Ramp Design Coffee Pods Holder Tea and K Cup Storage Rack for Home Office Countertop
$ 18.01
QUICK VIEW
Aimant de Réfrigérateur Coeur Rouge Petit Aimant magnétique Magnet frigo et Carte de vœux Merci du Fond du Carte Remerciement Cadeau Décoration Bureau Maison pour Tableau Magnetique Frigo Calendrier
$ 3.37
QUICK VIEW
FUZVOL Presse-citron, presse-agrumes portable avec deux modes d'utilisation, presse-agrumes manuel pour différents fruits (bleu)
$ 9.00
QUICK VIEW
M&SENSE Bougie Parfumées Citronnelle | Bougies en Soja Bio 220h Anti-Moustiques, Parfum Frais pour Terrasse, Piscine & Barbecue - bougie de XXL extérieur grandes, Cadeau pour Amateurs de Plein Air
$ 16.89
QUICK VIEW
YKDIRECT Grand panier à linge de 150 l, panier à vêtements, cadre en métal et poches amovibles, design avec roues, convient pour chambre à coucher, salle de bain, dortoir, buanderie (noir)
$ 19.14
QUICK VIEW
Tritart Lot 110 Papier Cartonné - Papier Carton a Dessin Format Feuille A5 de 120g - 110 Feuille Cartonnée de 22 Couleurs Différentes - Carton à Dessin pour Peinture Bricolage
$ 5.62
QUICK VIEW
74PCS Set de cadeaux de fête moto, Racing Car Enfants Garçon Cadeau d'anniversaire de fête, Moto Enfant Cadeau d'anniversaire Garçon Pour Thème Motocross Enfants Cadeau de fête d'anniversaire
$ 11.25
QUICK VIEW
Dmora Armoire à Deux Portes et Un tiroir, Couleur Blanche, 79 x 35 x H 170 cm
$ 85.61
QUICK VIEW
ZARRS Lot de 100 pendentifs en Cuir Multicolore avec Capuchon argenté - Porte-clés pour Sac, Bijoux, Bricolage, Accessoires de décoration, 38 mm
$ 5.62
QUICK VIEW
Encuryna Râpe à herbes en céramique, bol pour enlever les feuilles et les feuilles avec 4 trous pour chou frisé
$ 6.75
QUICK VIEW
Bapao Insert Porte-Verres Suspendu Porte Tasse avec 4 Fentes pour 8-12 Verres, Fer
$ 12.38
QUICK VIEW
MeoZynxadril 3 Pièces Corde Macramé, Macrame Corde 3mm x 100m, DIY Fil Macramé, Corde Macaron, Corde Tressée Macramé, pour Bricolage, Artisanat, Suspension Murale, Tapisserie, Décoration Boho
$ 7.87
QUICK VIEW
CXYXHW Housse de Couette Tracteur,3D Motif Tracteur Parure de Lit 3 Pièces,Motif tracteurs pour Enfant garçon Housse de Couette en avec 2 taies d'oreiller(Tracteur 2, 200 x 200 cm)
$ 18.01
QUICK VIEW
SAVITA Ruban Adhésif Floral, 6 mm x 20 m, Vert, 3 Rouleaux, Durable, pour Fleurs Naturelles et Artificielles, Arts et Artisanat
$ 5.62
QUICK VIEW
Lot de 12 palettes de peinture ovales en bois brut pour travaux manuels 30,5 x 22,9 cm
$ 10.13
QUICK VIEW
VEGCOO Lot de 1340 Pcs Fermoir Bracelet, Attache Bracelet Perle pour la Fabrication de Bijoux et de Bracelets, Bracelet DIY (Or+Argent)
$ 5.62
QUICK VIEW
Lot de 10 sacs à poussière de rechange pour aspirateur Ultenic T10 Pro/TS1
$ 9.00
QUICK VIEW
COYUN 20 Pièces Pivotantes Fermoirs pour Homard, Mousquetons Colorés, Clip pour Porte-clés, Mousqueton Pivotant en Métal, Crochet Porte Clef, pour Clés, Accessoires de Bricolage, Sacs, Travaux Manuels
$ 3.37
QUICK VIEW
Film autocollant en verre dépoli pour fenêtre - 40 x 200 cm opaque - Film de protection antiUV statique - Pour bureau, salle de bain, maison
$ 7.87
QUICK VIEW
STEIGNER Joint de douche pour paroi en verre, 70cm, vitre 10/11 mm, joint d'étanchéité PVC droit pour les cabines de douche réctangulaires, UK20-10
$ 6.75
1
2
3
4
5
6
7
...
3279
BACK
Shopping Cart