{{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
HIFOT 24 Pièces Kit Perles de Barbe Avec 400 élastiques, Perles de Rune Viking Perle Argent Bijoux Cheveux Tresse Braceletsr Pendentif DIY Accessoires Cheveux Femme Hommes
$ 7.87
QUICK VIEW
Bijoux En Résine Moule Silicone Coeur Star Fleur Bijoux Fabrication D'outils Moules D'oreille Adaptées À Fabrication Boucles D'oreille Pendentifs
$ 3.37
QUICK VIEW
Ichendorf Milano Long Drink, Cactus Rosa, Collection Desert Plants, 45 cl, verre borosilicate, fait à la main
$ 18.01
QUICK VIEW
Fhkpsqkcn Élégant Père Le Fils Statue Résine Art Pour Exposition Bureau Embrassé
$ 12.38
QUICK VIEW
Burda B6684 Patron de Couture Robe et Chemisier Papier Blanc 19 x 13 x 1 cm
$ 3.37
QUICK VIEW
DuschDream® Support universel pour pommeau de douche - Support de pommeau de douche réglable - Support de douche pour barre de 18 à 25 mm - Support de pommeau de douche - Support de pommeau de douche
$ 9.00
QUICK VIEW
STAYOF 40 Pcs Protecteur Coin de Livre Vintage Métal, Protections d'angle en Métal pour Livres, Coin Bord Protecteur pour Scrapbooking Livre Coin Album Photo Coins Décorations
$ 3.37
QUICK VIEW
Bouton pression metal,Pression metal couture,9,5 mm, Adaptés pour les travaux manuels de bricolage, les vêtements pour enfants, les sacs, les sacs à main et les travaux d'artisanat (10 couleurs)
$ 5.62
QUICK VIEW
WENKO Échelle Porte-Serviettes Norway, échelle pour Serviettes/vêtements Style Scandi, 5 tringles Porte-Serviettes et 2 Crochets, Peut être positionnée à volonté, en Bois de Noyer Massif, 43x170x4cm
$ 20.27
QUICK VIEW
Jay Franco Marvel Avengers The Beast Glow in The Dark 2 Pack Reversible Pillowcases Features Hulk - Double-Sided Kids Super Soft Bedding (Official Marvel Product)
$ 13.51
QUICK VIEW
Housse de protection de chaise très extensible facile à nettoyer - Compatible avec différents modèles de chaises pour familles et professionnels
$ 4.50
QUICK VIEW
Lot de 4 filtres Hepa pour aspirateur à main Xiaomi Mijia, pièces détachées pour aspirateur Cleanmaxx, filtre Hepa, pour mini aspirateur à main Xiaomi Mijia Ssxcq01xy
$ 5.62
QUICK VIEW
sourcing map Lot de 2 rideaux carrés à franges en feuille d'aluminium métallique pailletée pour fête de photomaton pour Noël, anniversaire, argenté (1 x 2 m)
$ 7.87
QUICK VIEW
Qucover Lot de 2 Housses de Coussin en Coton 50x70cm, 2 Taies d'oreiller Vintage Floral Tournesol 50x70 cm en Couleur Rose Rouge
$ 11.25
QUICK VIEW
Pssopp Connecteur de Tuyau d'échappement pour climatiseur Portable Connecteur de Tuyau d'échappement Connecteur d'adaptateur de Tuyau d'échappement pour Midea 1P KY35 Climatisation Mobile
$ 4.50
QUICK VIEW
Lot de 5 Branches D'olivier Artificielles Fausse Plante Branche Olivier Artificiel Plante Verte pour Vases Centres De Table Bouquets de Mariage
$ 4.50
QUICK VIEW
Angoily 1 Ensemble De Pinceaux À Badigeonner Pinceau À Huile Pour La Cuisson - Applicateur D'huile De Crêpe Multifonctionnel Pinceau À Pâtisserie - Pinceau De Cuisson Pinceau Pour
$ 6.75
QUICK VIEW
Exquisit Micro-ondes rétro RMW720-3GDIG - Micro-ondes rétro - 20 litres - Grill 1000 W - Affichage numérique - Plateau tournant - Programme de décongélation - Micro-ondes crème
$ 47.31
QUICK VIEW
FUZYXIH Balai de sol manuel pour la maison - Brosse de nettoyage rotative efficace - Brosse de nettoyage rotative rotative - Brosse de nettoyage rotative - Brosse de nettoyage manuelle
$ 13.51
QUICK VIEW
Metabo Allessauger ASR 25 L SC
$ 111.53
QUICK VIEW
Lot de 2 filtres de rechange pour aspirateur X-Pert 7.60 RH6A35WO RH6A39WO RH6A31WO RH6A33WO RH6A33WO
$ 5.62
QUICK VIEW
Lot de 9 règles de t-shirt pour l'alignement du vinyle, outil d'alignement pour centrer le vinyle, mesure avant et arrière pour Cricut Heat Press HTV Vinyle de transfert de chaleur, modèle de mesure
$ 4.50
QUICK VIEW
Kärcher WD 3 Aspirateur Sec et Humide 17 L, 1 000 W (1.629-821.0), Courant Sans Contrôle d'Allumage, Plastique, 1000 W - Deux Tubes d'Aspiration Rigides, 2 Buses, Filtre, Sac, Tuyau de 2 m
$ 36.04
QUICK VIEW
Kit de 5pcs Noël Matrices de Découpe Scrapbooking Dies Cutting Fleur Dentelle Étoile Sapin Cadeau Pochoirs Bricolage Album en Métal Décoration pour Artisanat Fête Noël Anniversaire
$ 3.37
QUICK VIEW
Mirror de Maquillage Grossissant x10 avec Col de Cygne Flexible - Mirror de Table et Mural 2 en 1 pour la Coiffeuse et la Salle de Bain, Magnifying Makeup Mirror - 17cm x 17cm (Rond)
$ 10.13
QUICK VIEW
3 Pièces Ensemble Rack Vapeur, Ensemble Supports Vapeur, Accessoires Autocuiseur, Support Vapeur Diviseur, Inoxydable Vapeur Acier, Support Egg Steamer, pour Cuisine Catering Accessoires
$ 12.38
QUICK VIEW
Aililong Lot de 4 décapsuleurs multifonctions - Ouvre-bocal à visser - Pour personnes âgées - Pour les mains faibles et l'arthrite
$ 2.24
QUICK VIEW
ETZRYSYB Éplucheur de pommes en acier inoxydable
$ 7.87
QUICK VIEW
Dritz matelassage Coton Tenue Créoles 35,6 cm
$ 37.17
QUICK VIEW
Rouleau de 61 m de mèche de bougie - Mèche ronde tressée en coton pour bougies - Sans fumée - Pour la fabrication de bougies parfumées DIY
$ 3.37
1
...
153
154
155
156
157
158
159
160
...
3279
BACK
Shopping Cart