{{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
Étagère de douche sans perçage avec crochet de rasage supplémentaire - 2 étagères de douche sans perçage avec beaucoup d'espace de rangement et installation facile
$ 20.27
QUICK VIEW
Getdoublerich 1 ensemble QD-U03C+ Kit de carte de contrôle et carte mère, compatible avec plusieurs modèles AC pour un contrôle fluide de la température
$ 15.76
QUICK VIEW
Plaque gravée funéraire motif Deux têtes d'anges autocollante modèle ovale (20x13 cm) personnalisée 1 à 3 lignes Or Brossé
$ 9.00
QUICK VIEW
Kweiugfi Lot de 200 cure-pipes colorés - Nettoyeur de pipes longs en acier de 6 mm - 30 cm - 15 couleurs - 100 yeux mobiles autocollants - 130 boules en fourrure
$ 5.62
QUICK VIEW
Kitsure Etagere Douche à Suspendre - Etagere Salle de Bain à 2 Niveaux Suspendues sur la Porte, sans Perçage et Antirouille, Rangement Salle de Bain Polyvalent, 28,5 x 11,2 x 5,1 cm, Noir
$ 12.38
QUICK VIEW
Cartes d'indices de chasse aux œufs de Pâques pour enfants – Grande chasse au trésor de Pâques réutilisable pour l'intérieur, jeu de fête, activité domestique avec certificats gagnants
$ 5.62
QUICK VIEW
SNAIL GARDEN 40 têtes de Fleurs d'hortensia artificielles,Paquet de 4 Mini hortensias en Fausse Soie avec 1 Vase en Papier Kraft,Mini Boule de chrysanthème Artificielle,Parfaite pour Le Mariage
$ 9.00
QUICK VIEW
topt mili ecusson Drapeau Haiti Port au Prince thermocollant 8x7cm
$ 2.24
QUICK VIEW
innaGLAS INNA-Glas Verre à vin XXL Roger, Transparent, 50cm, Ø17cm/Ø23cm - Bougeoir/Verre décoratif
$ 33.79
QUICK VIEW
Kinsinder 1750Pièces Perles Bois Colorées Enfants, Perles en Bois avec Elastique Couleur Couture, Bijoux en Perles Bois pour Bricolage Bracelets Bijoux Artisanat
$ 13.51
QUICK VIEW
UGZDEA Lot de 3 images sur toile pour femme africaine - Collection dorée Pour femme noire Décoration de salon - Pas de cadre (A, 3x40x50cm)
$ 10.13
QUICK VIEW
TEUYOE Vase en verre épais de qualité supérieure (vert, hauteur 20 cm)
$ 9.00
QUICK VIEW
Panda Vaisselle de Fête 61pcs - Décoration d'Anniversaire Avec Gobelet en Carton, Assiette, Nappe - Pour Fille et Garçon
$ 10.13
QUICK VIEW
JUMPLAWN Cuillère À Sauce En Acier Inoxydable Avec Bec Verseur, Mini Louche, Cuillère À Sauce, Cuillères De Cuisine, Cuillères De Service À Sauce Pour Cuillères De Sauces Et Sauces
$ 6.75
QUICK VIEW
QUARKZMAN 20Pcs 1.5 Pouce Charme Porte-Clés à Pompons en Cuir avec Capuchon Doré pour la Fabrication de Bijoux de Bracelets Pendentifs, Décoration Artisanale DIY, Rose
$ 9.00
QUICK VIEW
Yesbon Table d'Appoint Ronde en Métal pour Petits Espaces - Table de Chevet pour Salon, Balcon, Chambre - Bleu
$ 72.09
QUICK VIEW
RYXZEN 25 Pièces Breloques d'animaux de Mer Charm Étoile de Mer Écaille Dauphin Pendentif DIY Perles Accessoires pour Boucle d'oreille Collier Bracelet Boucles D'oreilles Fournitures Artisanales
$ 5.62
QUICK VIEW
XINGLIDA Matrices de découpe en forme de chiffres, cartes d'anniversaire, invitations, scrapbooking, album, chiffres
$ 2.24
QUICK VIEW
Allalley Grand tapis de tampon à café antidérapant en silicone pour protéger le plan de travail, tapis de tamponnage à expresso avec protection des bords, porte-filtre
$ 7.87
QUICK VIEW
Diy 5d Diamant Peinture Par NuméRo Kit Lewis Hamilton Broderie Diamant Broder Au Point Croix Arts 11.8'x15.7'(30x40cm) Sans Cadre
$ 7.87
QUICK VIEW
Sting/EDITION LIMITEE/CADRE DISQUE D'OR CD ET VINYLE/'All This Time'/(Sting)
$ 111.53
QUICK VIEW
Ninja Moule à pain antiadhésif [21,5 cm] [4021J300EUK], noir
$ 7.87
QUICK VIEW
Tuyau à lait compatible avec / pièce de rechange pour machines à café Philips Saeco 421941310831 SM7... Xelsis
$ 10.13
QUICK VIEW
OFIRD Lot de 2 housses de coussin décoratives de Noël avec flocons de neige et décoration de Noël pour la maison et le canapé - 45,7 x 45,7 cm - Rouge et doré
$ 10.13
QUICK VIEW
COSTWAY Chariot à roulettes avec 10 tiroirs empilables, Chariot à tiroirs avec Structure en métal et étagère, Chariot de Rangement pour Bureau, Salon, 65,5 x 37 x 87 cm
$ 45.05
QUICK VIEW
Stérilisateur de brosse à dents UV, porte-brosse à dents intelligent, montage mural, brosse à dents UV, désinfectant, peut contenir deux brosses, taux d'élimination des germes de 99 % pour la
$ 7.87
QUICK VIEW
Pompier Vaisselle,Ensemble de vaisselle de pompier, pompier Vaisselle Fête, Kit Vaisselles Anniversaire Nappe, Assiettes,Serviettes et Gobelets en Papier (41PCS)
$ 9.00
QUICK VIEW
Tableau Cerf String Art en bois noir 20x30cm - Graine créative
$ 6.75
QUICK VIEW
Support pour arbre à cocktail, grand support en verre, support pour verre à vin, vin, cocktails, pour les fêtes, les mariages, les événements de bar, les fêtes de famille (noir, 12 supports)
$ 16.89
QUICK VIEW
Simplicity Patron de couture facile 1562 pour enfants, adolescents et adultes
$ 9.00
1
...
148
149
150
151
152
153
154
155
...
3279
BACK
Shopping Cart