{{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
Helweet Éteignoir à Bougie, Bougie Extincteur, Eteindre Bougie Cloche, Bougie Couverture, Éteignoir Bougie en Forme de Cloche avec Long Manche, pour Éteindre la Flamme de la Bougie en Toute Sécurité
$ 9.00
QUICK VIEW
Valve Anti Odeur vanne pour Salle de Bain Siphon Bouchon évacuation de vidange Anti Insecte pour lavabo Baignoire Douche pour Sol Machine à Laver bonde egout clapet Anti refoulement (33-39mm)
$ 6.75
QUICK VIEW
[en.casa] Armoire Basse Commode Polyvalente Buffet avec 2 Portes et 2 Compartiments de Rangement pour Salon Chambre Bureau Salle de Bain Bambou 94 x 40 x 80 cm Naturel
$ 46.18
QUICK VIEW
GLOBLELAND Tampons Transparents De Fond De Grille pour Bricolage Scrapbooking Décoration Ligne D'écriture Tampons en Silicone Transparents pour La Fabrication De Cartes Décoration D'album Photo
$ 4.50
QUICK VIEW
Coux de couture plaque d'aide à pointes multipolute de 4 mm d'épaulement en cuir en cuir en acrylique de 4 mm d'épaisseur
$ 3.37
QUICK VIEW
TRLREQ Lot de 2 mini fouets en acier inoxydable de 12,7 cm pour cuisine, fouetter, mélanger, battre, mélanger
$ 5.62
QUICK VIEW
Goldbuch Verona en Bois MDF, Portrait pour 1 Image 13 x 18 cm, Poser, Photo avec Support Mural à Suspendre, Cadre d'environ 14,5 x 19,5 x 1,5 cm, Naturel, Fotoformat: 13x18 cm
$ 4.50
QUICK VIEW
ABCWARRT Nordic Art Poster Hiver Tokyo Mont Fuji Paysage Peinture Cerisier Fleurs Neige Citations Photos Home Hôtel Décoration Peinture à l'huile Peinture Murale (40 * 50cm sans Cadre,8)
$ 6.75
QUICK VIEW
MKNZOME Moules en Silicone, 6 cavité en Forme de Rose Moule à Savon Moule de Cuisson ustensiles de Cuisson pour gâteau Savon Bonbons Chocolat Cupcake gelée Pain Pudding Muffin
$ 10.13
QUICK VIEW
LXYTT Pièces D'excavatrice, for Liugong Liugong Xiagong Longgong Jauge De Niveau D'huile Hydraulique Jauge De Réservoir De Carburant(Longgong)
$ 18.01
QUICK VIEW
Support de ballon circulaire, Kit de cadre en forme de cercle de ballon, kit d'arche de ballon, de support d'arc rond pour mariage, fête d'anniversaire, décoration de festival (diamètre 180 cm)
$ 14.63
QUICK VIEW
2pcs Trancheuse à Tasses, Trancheuse à Fruits Trancheuse à Oufs avec Brosse Acier Inoxydable Coupe-Fraise Outil de Tranchage Portatif pour Salade d'Oufs et de Bananes Gadget de Cuisine
$ 6.75
QUICK VIEW
Nizirioo 2 Rouleaux 200m Fil De Papier, 2mm Fil Fer Naturel Cordon En Papier, Papier Fil Naturel Paper Corde En Macramé Pour Emballage Mariage Arts Créatifs Diy Cadeau Décoration Arrangement De Fleurs
$ 7.87
QUICK VIEW
izielad Tapis de Plage Suspendu décor de Tapisserie pour dortoir Salon Chambre 130X150CM 51X59IN
$ 5.62
QUICK VIEW
DREAMUS Xdinary Heroes - Hello, world! (1st Mini Album) CD (Random ver.)
$ 111.53
QUICK VIEW
SKIKHN Stray Kids Photocard Binder, SKZ Skzoo Cartoon Photocards Holder, Stray Kids Porte Cartes Photo, Straykids Cartes à Collectionner Album 400 Pochettes, Cadeaux Kpop Merch
$ 9.00
QUICK VIEW
Lot de 50 bloqueurs de cordon en plastique à 2 trous, à un trou, pour cordons, vestes, cordons en caoutchouc, lacets, sac à dos, noir transparent
$ 5.62
QUICK VIEW
Générique 2 Pièces Bec Verseur Bouteilles De Lait en Silicone Séparateur De Bouteille De Boisson Bouchons De Changement De Boisson - Gardez La Boisson Fraîche Et Fraîche
$ 5.62
QUICK VIEW
Alessi Sg64 Mami Huilier en Acier Inoxydable 18/10 Brillant
$ 54.07
QUICK VIEW
Moule à glace en silicone fleur 3D – Moules à glace maison sans BPA, Moule glace bâtonnet réutilisable, Moule silicone fleur rose DIY pour glaces, Moules à glaces d'été pour friandises glacées
$ 4.50
QUICK VIEW
Moule à Pâtisserie pour Hachoir à Viande, Accessoire Pâtisserie pour Hachoir, Hachoir à Biscuits et Accessoire de Pâtisserie, Acier Inoxydable Pâtisserie/Biscuit Accessoires Pour hachoir à viande
$ 5.62
QUICK VIEW
KADAX Lot de 200 couvercles de bocaux en métal sécurisés avec six filetages, fermeture à visser pour mariner, conserver des fruits, Ø 82 mm
$ 21.39
QUICK VIEW
ELITRAINX Patch brodé drapeau des communautés d'Espagne avec dos crochet et boucle (Andalousie)
$ 2.24
QUICK VIEW
Porte-papier toilette en forme de chien pour salle de bain, cuisine, montage mural, organisation et stockage
$ 11.25
QUICK VIEW
VIVIIHOO Lot de 400 feuilles de papier de soie A4, couleurs mélangées, idéal pour le bricolage, la décoration, l'emballage, le traçage, les croquis, les fleurs en papier, les pompons, les
$ 7.87
QUICK VIEW
Jack Pyke - Bouteille Isotherme en Acier Inoxydable - en Forme de Cartouche
$ 10.13
QUICK VIEW
Lot de 7 Melangeur Peinture, Mélangeur de Resine Epoxy, Palettes de Mélangeur de Peinture Réutilisables, Outil de Mélange pour Mélanger la Résine Époxy, la Peinture en Céramique - Noir
$ 5.62
QUICK VIEW
Kit de Mastic de Durcissement Léger, Pâte à Pâte à Durcissement Lumière avec Lumière pour les Impressions 3D
$ 9.00
QUICK VIEW
jianyana Housses de Fauteuil Club Extensible, Lavable Housse de Chaise Club Baignoire, Housses de Fauteuil Cabriolet Tub Chair Chesterfield, Couverture Protection pour Meubles, Salon, Réception
$ 10.13
QUICK VIEW
Uwant B100 Avec Tête de Brosse Plus Large
$ 15.76
1
...
70
71
72
73
74
75
76
77
...
3279
BACK
Shopping Cart