{{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
3pcs Cookie Cutters Set En Acier Inoxydable Biscuit Fondant Moule De Boulange Emporte Piece Patisserie Moule De Cuisson Dessin Animé
$ 1.12
QUICK VIEW
Luvart Décorations de table pour 70e anniversaire pour femme – Décorations de table en or rose pour 70e anniversaire – Décorations vintage en nid d'abeille pour centre de table de 1955 – Fournitures
$ 9.00
QUICK VIEW
czyuRachel Meuble de rangement à roulettes avec 6 tiroirs, armoire de rangement mobile, en métal, avec roulettes, pour la maison et le bureau, 28 x 41 x 69 cm, beige
$ 28.15
QUICK VIEW
Auluda Décoration de Noël Halloween Casse-Noisette Figurines en bois faites à la main Figurines cadeaux festives à collectionner Étagères Cadeau de décoration (Diable d'Halloween)
$ 7.87
QUICK VIEW
Studio Designs Fusion Station de Loisirs créatifs, métal, Anthracite/Blanc, 122 x 61 x 90 cm
$ 111.53
QUICK VIEW
Gadget de cuisine professionnel en acier pour enlever les membranes des côtes
$ 6.75
QUICK VIEW
Linkidea Sac de rangement pour mixeur, mini blender avec bandoulière, compatible avec Ninja BC151NV/BC51NV/BC151BK/BC151CR/BC151PK/BC151LD/BC151BK Blast (noir), Noir
$ 5.62
QUICK VIEW
CRILSTYLEO 1 Lot De Manchons De Bec Verseur En Silicone Pour Théière Domestique - Isolation Thermique Anti-fuite - Manchons De Bec Verseur Décoratifs Pour Théière
$ 4.50
QUICK VIEW
MaquiGra Chauffe-Sauce électrique en Acier Inoxydable Réchauffeur de Chocolat Commercial température réglable 30-85 ℃ Chaque Bouteille de 650 ML Convient pour Chauffer Toutes Sortes de sauces
$ 79.98
QUICK VIEW
Phildar - Kit Tricot Pull Facile Georgia - Niveau Facile - idéal pour débuter
$ 32.66
QUICK VIEW
Saladier en Inox martelé 13 cm - Secret de Gourmet
$ 6.75
QUICK VIEW
Décorations de Fête de Rugby, Comprenant des Bannière de Joyeux Anniversaire de Rugby Décorations Gâteau Décorations d'Anniversaire Rugby pour le Sport les Enfants les Adultes Fêtes Prénatales
$ 7.87
QUICK VIEW
HOME DECO FACTORY, HD0339, Pouf Arc Bouclette Archy, Natural Crush, Mobilier, Assise, Pouf et Coussin de Sol, 41x42x29 cm, Hauteur Assise 42 cm, Blanc
$ 32.66
QUICK VIEW
Mw85102 Mini fleurs artificielles de la pampa pour décoration de mariage Blanc crème (rose clair)
$ 2.24
QUICK VIEW
Moulin à fruits électrique en acier inoxydable – Broyeur à fruits, pain et sucre – Moteur 60 W, capacité de 44 lbs/h, utilisation facile, pour la cuisine ou le commerce
$ 70.96
QUICK VIEW
SUPER RIBBONS®™ Ruban de biais satiné de 19 mm pour couture, bordure, couture, ourlet, garnitures, accessoires, tenues et travaux manuels, 25 m sur bobines en plastique dur – Blanc cassé
$ 9.00
QUICK VIEW
Theuwnee® Tablier, Tablier de Cuisine étanche avec Poches, Tablier de Cuisine réglable, Tablier de Barbecue, Tablier à bavette, Tablier de Cuisine de qualité Professionnelle, 67 x 72 cm
$ 4.50
QUICK VIEW
HIOPOIUYT 30pcs Doigt Les Anneaux Rosaire des Rosiers Poche pour Les Douches Bébé Dévotionnelles Individuelles Outil Faveur Religieuse
$ 9.00
QUICK VIEW
MUSEDAY Lot de 10 rangements à chaussures réglables pour la famille/la maison Noir
$ 12.38
QUICK VIEW
Mécanisme d'horloge murale de remplacement - Mécanisme de remplacement de l'horloge | Mouvement d'horloge à piles Mécanisme d'horloge de remplacement, mécanisme d'horloge à piles
$ 5.62
QUICK VIEW
ETiME Crochet Adhésif Mural, Porte Serviettes Salle de Bain Inox, Porte Torchon Cuisine (4 Crochets)
$ 11.25
QUICK VIEW
Pulp Movie Posters Fiction Drôle Salle de Bain Vincent Vega Sur Les Toilettes Salle De Bains Poster Pour Chambre, Art Mural Esthétique Sur Toile, Décoration De Chambre À Coucher Poster 30 x 45 cm
$ 10.13
QUICK VIEW
4 Pcs Sticker d'Anniversaire, 225 Motifs Autocollant Scrapbooking Aniversaire, Sticker de Décoration Aniversaire, Autocollants pour Livre d'Or Album Photo Cartes Invitation
$ 3.37
QUICK VIEW
Flasque a Alcool en Acier Inoxydable Set de Flasque en Acier Inoxydable 18 oz/532 ML Flasque de Poche Portable Livré avec étui et bracelet en Cuir pour Randonnée, Voyage, Pêche, Camping et Escalade
$ 4.50
QUICK VIEW
MATELAS mdf 85X180 EN DESSOUS DU PRIX STYLE, 'CONFORT RELAX' ORTHOPÉDIQUE, ÉPAISSEUR TOTALE H 11 WATERFOAM , AMOVIBLE ET LAVABLE, ANTI-ALLERGIQUE ET ANTI-ACARIEN. 15 ANS GARANT!!! LIVRAISON GRATUITE!
$ 51.81
QUICK VIEW
Luslya Toile murale chrétienne avec citations motivantes aigle à tête blanche - Décoration murale encadrée - Pour salon, chambre à coucher, salle de bain - 30,5 x 40,6 cm
$ 11.25
QUICK VIEW
Inga Snoopy And Co - Poster vintage en métal - Motif savon de bain - 20,3 x 30,5 cm
$ 6.75
QUICK VIEW
Herdear Bougies de Gâteau d'Anniversaire de Coccinelle de Numéro 1-9 Bougie Numérotée Bougies à Pois Rouges Noirs Bougies Topper de Cupcake à Thème Coccinelle pour Enfant Baby Shower (Numéro 5)
$ 9.00
QUICK VIEW
SoBuy 30% de Réduction Meuble Chaussure, Rangement Chaussure, Meuble d'Entrée, Armoire à Chaussures, Meuble de Rangement à 4 Abattants, pour Couloir, Salon, Blanc, 104x23x82cm, FSR186-W
$ 68.71
QUICK VIEW
AHANDMAKER Lot de 12 appliques brodées avec fleur dorée, 6 styles en polyester, broderie dorée, patchs dorés de style ethnique avec couronne de feuilles à coudre soi-même
$ 10.13
1
...
175
176
177
178
179
180
181
182
...
3279
BACK
Shopping Cart