{{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
VELUX Original Store Plissé Occultant et Isolant, UK04, Blanc
$ 93.50
QUICK VIEW
Close Up Cadre pour poster 33 x 95 cm, blanc, en bois MDF, vitre en PVC (incassable), largeur de profil 30 mm
$ 12.38
QUICK VIEW
Spetsbst Lot de 6 chaînes de pantalon - Chaîne en jean - Chaîne punk hip hop - Pour portefeuille, sac, ceinture, jeans
$ 7.87
QUICK VIEW
AsyinXson Faux cadavre Effrayant Halloween Maison hantée,Accessoires de décoration d'halloween pour Victimes mortes,Décoration de Maison hantée effrayante,atmosphère d'halloween,Maison hantée
$ 5.62
QUICK VIEW
Bougie Couronne Anniversaire, Paillettes Rose et Argent Bougies d'Anniversaire Numérotées Décoration de Gâteau Numérotée pour Anniversaires Mariages Baby Showers (Numéro 0)
$ 4.50
QUICK VIEW
XMOLDNMS Moules à fondant en calice de communion pour baptême, fête, décoration de gâteau, bonbons, chocolat, argile polymère pâte
$ 3.37
QUICK VIEW
Alaoo 12 Pièces Heavy Duty Pince Serviette Plage,Grands Pinces à Serviette en Acier Inoxydable,Durable Antirouille Pinces à Linge Solide Metal Multi-usages Epingle a Linge pour Transats de Plage
$ 6.75
QUICK VIEW
Lot de 10 affiches One Piece Wanted Zorro, Luffy 1,5 milliards Nouvelle version, 28,5 cm × 19,5 cm, multicolore pour Salle de séjour
$ 10.13
QUICK VIEW
JAWSEU Village de Noël Lumineux en Résine Bâtiments à Piles Scène Maisons de Village de Noël LED Decoration Noel Village Maison De Neige Décorations Lumineuses Maison Enfant Veilleuse
$ 11.25
QUICK VIEW
Glart - Couverture Douillette, Douce et Chaude, Ultra Moelleuse, idéale comme jeté de canapé, Plaid, Couvre-lit, Taille XL 150 x 200 cm, Rose-écru/Fleur de Vie
$ 18.01
QUICK VIEW
WuLi77 - Moules en silicone pour bijoux - Bricolage - Moulage en silicone - Silicone - 4 pièces
$ 7.87
QUICK VIEW
Lot de 6 filtres jetables ultra fins pour Dream-Station
$ 15.76
QUICK VIEW
Biller Antik Saint Bernardin de Sienne Bernhardin Perugia Saint Gravure sur bois A4 1038
$ 9.00
QUICK VIEW
Phoenix- Plaque cuisson electrique 1000W- Allume Charbon Chicha et pour Charbon Chicha - Accessoire Chicha Plaque Chicha Portable Camping ou chauffe charbon Narguile Chicha (Avec grille, Noir)
$ 5.62
QUICK VIEW
Planche à petit-déjeuner Motif rue sésame
$ 100.26
QUICK VIEW
Relaxdays Rouleau de Poster télescopique jusqu'à Taille A0 avec Sangle de Transport réglable et Couvercle à vis Noir 64-107 cm
$ 49.56
QUICK VIEW
Bougeoir Mural Double hélice en Fer forgé bougeoir Mural décoration Murale (Le Noir)
$ 10.13
QUICK VIEW
HOMESCAPES Coussin de Sol Rond pour Enfants Rose et Blanc à Pois Ø 43 cm
$ 13.51
QUICK VIEW
Panier de vidange multifonctionnel, bol de nettoyage de fruits 2 en 1 avec récipient, passoire à fruits, passoire à double couche avec poignée, panier portable pour laver les aliments et les légumes
$ 5.62
QUICK VIEW
BOXOB Bannière de Chaise Haute Daisy 1er Anniversaire, Décorations le Premier Anniversaire d'Une Petite Fille avec un Chapeau Couronne et Marguerite pour Fête Prénatale d'Un an
$ 10.13
QUICK VIEW
amscan-36 araignées Plastique 5 x 4 cm, 390093-55, Multicolore
$ 5.62
QUICK VIEW
Lot de 3 emporte-pièces pour biscuits BABY SHOWER Gender Reveal Party, moules 3D en plastique pour gâteaux, pâtes de sucre, décorations de gâteau, idéales pour les enfants et les fêtes, 3 tailles (lot
$ 3.37
QUICK VIEW
Balvi - Bouteille Atlantis H2O 1.2 L Borosilicate
$ 21.39
QUICK VIEW
Airzeen Aspirateur Robot,4000PA Robot Aspirateur Laveur avec Nettoyage,Télécommande/Contrôle APP,Ultra Fin et Silencieux, Recharge Automatique,Adapté aux Poils d'animaux et aux Tapis
$ 101.38
QUICK VIEW
Blanco 229338 Couvercle pour seau de 15 l Compatible avec les systèmes de tri des déchets Select et Flexon II
$ 24.77
QUICK VIEW
Briartw Classeur de gaufrage 3D graffiti - 16 x 11,5 cm - Outil de fabrication de cartes en plastique transparent pour scrapbooking, loisirs créatifs, albums photo - Modèle de tampon texturé pour
$ 7.87
QUICK VIEW
Tribest - Extracteur de Jus - GreenStar GS1000
$ 111.53
QUICK VIEW
Plumeau, plumeau en Laine, Outil de Nettoyage ménager nettoyant pour poussière en Laine d'agneau Doux sans Chiffon électrostatique pour Le Nettoyage à Domicile
$ 7.87
QUICK VIEW
ZUMIQ Élégante boîte en aluminium avec 2 compartiments de rangement pour herbes, snus, pilules, pochettes, épices (gris)
$ 16.89
QUICK VIEW
GUOMIS Rangement Sous Évier, Rangement Placard Cuisine a Deux Niveaux Avec Tiroirs Coulissants, Avec 4 Crochets et 1 Panier Suspendu,Convient pour la Cuisine, la Salle de Bains, Blanc.
$ 7.87
1
...
135
136
137
138
139
140
141
142
...
3279
BACK
Shopping Cart