{{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
TECKZOON Table D'appoint avec roulettes, Hauteur Réglable C Form Petite Bouts de Canapé, Rotative à 360° Bout de Canapé Bois Facile à Monter Table Basse pour Salon, Chambre, Balcon
$ 27.03
QUICK VIEW
Multifonction PoêLe Gril en Pierre MéDicale PoêLe AntiadhéSive, PoêLe à Barbecue CoréEnne, Fonte AssaisonnéE PoêLe à Frire Ronde avec PoignéE Anti-BrûLure,2pcs,M
$ 31.53
QUICK VIEW
Meuble sous évier LIBERTY 2 portes AQUARINE L.100 cm - 200208
$ 111.53
QUICK VIEW
ZMDMAH 4 Pièces Support D'Armoire, Blanc Support Mural Réglables Support Charge Maximale 60 kg Plaque de Suspension Murale, Supports Muraux pour Armoires de Cuisine de Salle de Bain et de Salon
$ 5.62
QUICK VIEW
Herexty Porte-ustensiles en acier inoxydable - Organiseur d'outils de cuisine en acier inoxydable - Organiseur d'ustensiles de maison pour baguettes, fourchette de rangement de cuillère de
$ 9.00
QUICK VIEW
Cottage Store bateau à carreaux avec cordon de serrage pour tringles, rideau de maison de campagne, cuisine, à carreaux, blanc/gris, largeur 80 cm x hauteur 100 cm
$ 7.87
QUICK VIEW
Ruban de satin vert sauge - 25 m de long - 12 mm - Ruban décoratif pour cadeau - Ruban décoratif pour mariage - Vert
$ 5.62
QUICK VIEW
Houkiper LED Horloge de Projecteur, Réveil Numérique Réveil à Projection Température Intérieure 4 Niveaux Luminosité Reglable Fonction
$ 13.51
QUICK VIEW
Nice Cooker ® - Plat à Four Céramique 30 x 21 x 6,2 cm
$ 9.00
QUICK VIEW
200pcs Anneaux de Saut de Fil D'alliage de -chrome en Forme de U Anneau de Crochet de Crochet pour Pendentifs de Bricolage Ornements en Céramique Fabrication de Fusion de Verre
$ 7.87
QUICK VIEW
Support de bureau en métal pour haut-parleur Harman Kardon Aura Studio 4, Aura Studio 3, Soundsticks 4 - Support de bureau pour haut-parleurs Harman Kardon Soundsticks 4, Aura Studio 3, 4
$ 19.14
QUICK VIEW
JIEBWCHA Poignée De Pot Amovible, 19x3,2x2,8 Cm Poignée Universelle Amovible, Silicone&acier Inoxydable Poignée De Poêle Universelle, Prise En Main Sûre, Ergonomique, Convient Poêles À
$ 5.62
QUICK VIEW
LYEAA 10 Pièces Gobelets de Fête Fraise Ananas avec Paille Gobelets à Jus Gobelets à Eau en Forme de Fruit Décoration de Fête Hawaï Luau Summer Beach Pool Party Decor
$ 10.13
QUICK VIEW
Takoyaki Pick 2picks Set Soft Type 32877 by Takoyaki Pick
$ 11.25
QUICK VIEW
Rowenta Silence Force Cyclonic Animal Care Pro Aspirateur sans sac, Bac 2,5 L, Silencieux, Performant, Ergonomique, Fabriqué en France RO7691EA, Bleu Intense
$ 111.53
QUICK VIEW
LDXDRU 300 x 210 x 5 mm - Lot de 10 plaques de contreplaqué en bois de balsa - Pour travaux manuels, projets laser, art et artisanat, modélisme, peinture
$ 13.51
QUICK VIEW
LILY 10300202713 Caron Sugar 'N Cream Cone, Key Lime Pie Ombre, 400 g, Coton, 400g
$ 6.75
QUICK VIEW
Recharge pour Diffuseur de Vanille 200ml - Parfum de la Noix de Coco 200ml - Diffuseur Parfum Maison - Parfum Frais et de Longue Durée - Assainisseurs de Air de la Pièce
$ 15.76
QUICK VIEW
Esmula Lot de 50 Boules de Noël Transparentes en Acrylique de 5 cm - Ensemble Transparent - Boules de Sapin de Noël - Boules de Noël en Acrylique - Boules en Plastique Transparentes
$ 11.25
QUICK VIEW
Relaxdays Lot de 36 Pots à épices, avec Entonnoir, Verres à Condiments, avec étiquettes, 120 ML, Verre, Transparent
$ 21.39
QUICK VIEW
Butters South Park Poster de la série télévisée 1 en métal - Décoration murale - 20 x 30 cm
$ 10.13
QUICK VIEW
CLISPEED Boîte De 20 Pièces doublure de boîte à bijoux insert de bague petit anneau boucle d'oreille bloc d'affichage doublures beige inserts pour boîtes à bijoux porte-éponge à bijoux Noir
$ 4.50
QUICK VIEW
Cabilock 1 Lot de Pot à sel en céramique avec cuillère et Couvercle, récipient à épices, boîte à Sucre, Pot à sel, boîte en céramique pour la Cuisine, la Maison
$ 16.89
QUICK VIEW
Atmosphera - Déco Murale Fleur - métal - Argent 25x61 cm
$ 16.89
QUICK VIEW
CUVZORA Gobelet en verre élégant de 16 oz avec couvercle et paille, design hermétique et étanche, polyvalent pour le café, les cocktails et plus encore (nœuds papillon et cerises)
$ 7.87
QUICK VIEW
Panier à frire avec poignée ergonomique pour un drainage sûr et efficace de l'huile (acier 201) 18 cm
$ 4.50
QUICK VIEW
Cadeau Plus Plaque Métal Personnalisée - Le Jardin De Mamie - Plaque metal vintage, decoration murale jardin, plaque de porte personnalisée (5 Fleurs)
$ 6.75
QUICK VIEW
Zasvec Ouvre-Œufs en Acier Inoxydable Lot de 4 Séparateur de Coquille D'oeuf Coupe-œuf Outil D'Oeuf en Acier Inoxydable Coupe-Coquille Coupe-oeuf pour Oeufs Durs et Mous, 13 * 3.7cm, Argent
$ 5.62
QUICK VIEW
Creatwls - 2 poignées pour meuble en céramique blanche - 96 / 128 mm - Pour meuble de cuisine, garde-robe, tiroirs, etc, doré, Single Hole
$ 3.37
QUICK VIEW
BIUDUI Machine À Glace Pilée Broyeur À Glace Blanc Broyeur À Glace Et Machine À Glace Pilée Manuel Slush Machine À Glaçons BPA Slush Machine pour Bar Cuisine Cocktails Glace Rasée
$ 10.13
1
...
89
90
91
92
93
94
95
96
...
3279
BACK
Shopping Cart