{{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
Housoutil Lot de 10 fils à nouer prédécoupés pour tapis - Fil à crochet - Fil à tricoter - Pour bricolage - Fil à coudre - Accessoires pour crochet
$ 10.13
QUICK VIEW
Hokretme Lot de 2 vaporisateurs vides en plastique - 500 ml - Résistants - Pour solutions de nettoyage, huiles essentielles, cheveux, cuisine (ambre)
$ 11.25
QUICK VIEW
service_parts Réservoir d'eau Water Tank Container 1.8 L Compatible with Philips Steam Generator Iron (Purple)
$ 31.53
QUICK VIEW
PartyDeco Birthday Hairband Unisex - Glitter Headband with Feathers, Stars, and Number | Fun Party Accessory for Celebrating Birthdays
$ 4.50
QUICK VIEW
Butabeishy Lot de 2 moules à muffins en silicone pour friteuse à air chaud, anti-adhésif, en silicone, pour desserts, 4 cavités, gris
$ 5.62
QUICK VIEW
Philips Machine à Pâtes - Entièrement Automatique, Pesée Automatique, 8 Disques de Mise en Forme, Gris/Noir (HR2382/10)
$ 9.00
QUICK VIEW
Poyujkyhr Rideau de porte en bambou à 31 brins - Rideau de perles pour porte de balcon - Rideau anti-insectes - Rideau décoratif avec perles en bois - Rideau séparateur de pièce - Pour portes
$ 16.89
QUICK VIEW
EIROVYA Graisse Silicone pour Machine à Café Automatique de 10g,Graisse Silicone Universelle,pour Joint Torique,Machine à Café, 3 Tubes
$ 5.62
QUICK VIEW
TECHEEL Squishy Maker - Squishy Maker - Kit de jouets à presser soi-même - Jouet à presser - Licorne - Pour enfants et adultes
$ 6.75
QUICK VIEW
A.Monamour Rideau de Cuisine Court pour Petit Fenêtre Rétro Beige Uni Lin Coton Semi Transparent avec Glands Rideau Brise-bise Rideaux à Disques Cantonnières Demi Rideau Passe-Tringle pour Bistro Café
$ 16.89
QUICK VIEW
Boite avec Cadenas,Coffre au Trésor en Bois, Coffre au Trésor en Bois avec Serrure, Coffre au Trésor de Rangement en Bois, pour le Rangement et la Décoration, Rouge (11,8 x 8 x 8 cm)
$ 4.50
QUICK VIEW
lachineuse Boussole LUO PAN Feng Shui
$ 9.00
QUICK VIEW
Secopad Lot de 20 autocollants antidérapants pour baignoire et douche avec grattoir de qualité supérieure Motif dauphin
$ 9.00
QUICK VIEW
Qudubuy Pompe à eau manuelle portable compatible avec la plupart des refroidisseurs d'eau supérieurs de 52 à 55 mm, distributeur facile à presser à la main avec tube supplémentaire et bouchon
$ 4.50
QUICK VIEW
Modern House Porte pour Cube de Rangement avec étagère en Bois de hêtre Massif huilé - Meuble TV, Chevet, Bout de canapé.
$ 13.51
QUICK VIEW
HOBBIESAY 300 pièce Perles de Rocaille en Verre à 2 Trous 15 Couleurs Mini Perles Carrées Plates Perle Rocaille en Verre Opaque Perle D'Espacement Roses pour la Fabrication Bijoux Trou:0.5-0.8mm
$ 9.00
QUICK VIEW
Molain Chaîne de sac à main - 120 cm - En métal - Bandoulière de rechange - Pour sac à main - Chaîne de sac à main - Chaîne de rechange - Argenté
$ 4.50
QUICK VIEW
Pilipane Tour De Bière Pression Kegerator Distributeur en Acier Inoxydable à 3 Robinets pour la Maison,Le Bar, Le Brassage de la Bière
$ 63.08
QUICK VIEW
Boitier de canette + bobines pour Singer 7463 Confidence 8763 Curvy Experience 160 Ses1000
$ 5.62
QUICK VIEW
Mousseur à Lait Électrique, KUACALL Mousseur à lait à main USB Rechargeable avec Dual Fouet Tête Trois Vitesses Réglable Batteur à Oeufs pour Mousse Cafés Crème Latte Cappuccino Multi-Mixeur Portable
$ 6.75
QUICK VIEW
Rond Plateau de Service Rotin Tissé avec Poignées Plateau de Table Basse pour Ottoman Décorative Naturel (30cm x 6cm)
$ 14.63
QUICK VIEW
JIZHOUYAO Pulvérisateur d'huile foncée bloquant la lumière pour la cuisine, flacon distributeur d'huile d'olive 2 en 1 pour cuisine, noir
$ 25.90
QUICK VIEW
Joint Torique pour Siemens EQ6 - Kit d'Entretien Adapté à Siemens EQ5 EQ6 EQ6 Plus EQ7 EQ8 & Gaggenau & Bosch & Neff, Joint Kit d'Entretien pour Machines à Café, Obtenez une étanchéité fiable (9 PCS)
$ 4.50
QUICK VIEW
Simplicity Patron de couture 8014 pour robes de chemise boutonnées en 4 styles
$ 5.62
QUICK VIEW
Tofficu 30pièces Crochets Auto-adhésifs Acier Inoxydable Lot De Crochets Forts Sans Perçage Pour Cuisine Et Salle De Bain Charge Maximale
$ 5.62
QUICK VIEW
UAMLVCN Lot de 20 nœuds décoratifs multicolores pour cadeaux de Noël, emballages cadeaux, anniversaires, fêtes, fêtes - 2,5 cm
$ 5.62
QUICK VIEW
Wlicon 45cm Couronnes d'automne pour Porte d'Entrée, Couronne d'automne Artificielle avec Baies Magnolia Feuilles d'Eucalyptus pour l'Extérieur Intérieur Mur Fenêtre Décor d'automne
$ 15.76
QUICK VIEW
United Labels Harry Potter - Boîte à déjeuner - Motif chouette - Avec cloison - Noire
$ 9.00
QUICK VIEW
HOBBIESAY 18.2m Dentelle Tissu Ruban 60mm Dentelle Motif Fleurs Blanc Ruban Dentelle Élastique Dentelle Garniture Vintage Rubans Garniture Polyester Pour la Couture Les Décorations Mariage
$ 7.87
QUICK VIEW
VBHEJRNE Poster de jeu vidéo Deltarune - Impression sur toile - Décoration murale moderne pour chambre à coucher - 20 x 30 cm
$ 6.75
1
...
64
65
66
67
68
69
70
71
...
3279
BACK
Shopping Cart