{{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
MKOLKGNE 400% Bearbrick Blue Shark Violent Bear Salon Home Decor Poupée Modèle Cadeaux Jouet 28 cm
$ 10.13
QUICK VIEW
Snack Box avec Couvercle, Boîte de rangement de collation à 8 Compartiments en Plastique Boite Compartiment Alimentaire Boîte de rangement pour snacks, Noix Bonbons Épices Fruits (Laver à la Main)
$ 11.25
QUICK VIEW
joyMerit 4 Pièces 10 Mètres 2 Cm Cordon élastique à Biais Plat pour La Couture De La Manchette De Pantalon De Coupe
$ 7.87
QUICK VIEW
KidKraft Coeur Ensemble Table Enfant et 2 Chaises en Bois avec 4 Bacs de Rangement, Meuble de Rangement, Chambre Enfant, 26913
$ 56.32
QUICK VIEW
Baroni Home Boule de neige en verre, résine et acier, globe de neige de Noël, décoration élégante de Noël, diamètre 10 cm, boîte à musique
$ 18.01
QUICK VIEW
mDesign boîte de rangement pour lunettes – support à lunettes en plastique et métal avec 3 tiroirs – accessoire de rangement pour lunettes de lecture ou de soleil – blanc et transparent
$ 13.51
QUICK VIEW
2 Pièces Etagere Murale Metal, Petite Etagere Murale Fixation Invisible avec Trous et Vis étagères Cuisine Murales pour Cuisine Salon Bureau Maison (20 X 8,5 X 5cm)
$ 10.13
QUICK VIEW
FLFK 13pcs Stair Risers Stickers Peel and Stick - Coucher de soleil Vague Or Plage Autocollants pour escaliers Décalcomanies pour marches d'escaliers Décoration intérieure 39.37 'x7.09'.
$ 15.76
QUICK VIEW
Breville VCF155 Cafetière glacée | Machine à café glacé à portion unique plus tasse à café avec paille | Prêt en moins de 4 minutes | Gris
$ 23.65
QUICK VIEW
Sac fourre-tout en tricot - Cadeau pour tricot - Cadeau pour les amateurs de tricot - Cadeau pour les amateurs de tricot - Sac de courses
$ 7.87
QUICK VIEW
FLCPJGV 2x Support de Rouleau à Main Accessoires Plateau à Tacos Séparateur de Service de Nourriture Plateau Polyvalent Assiettes à Tacos pour Restauration Ca
$ 4.50
QUICK VIEW
RYAN 8 Pièces Porte Éponge Porte Éponge Évier Porte Éponge Évier Cuisine Porte-éponges Auto-adhésifs Porte-éponge en Métal pour la Cuisine Montage sans Perçage (Noir)
$ 6.75
QUICK VIEW
Écorce de Cerisier Pelle à Thé Japonaise Artisanale
$ 7.87
QUICK VIEW
ELO 7241226 Faitout inox à induction, Marmite de 12 cm, avec couvercle en verre, Acier inoxydable, Verre, 12 cm, Gris 3
$ 13.51
QUICK VIEW
YheenLf Portemanteau en Bois, Portant à Vêtements avec 8 Crochets, 3 Hauteurs Réglables, Porte Manteaux, Assemblage Facile, Pour Salon, Chambre, Brun, 42x180cm
$ 20.27
QUICK VIEW
Porte-bouteille - Table de rangement en métal - Support de vin horizontal à portée de champagne - Support triangulaire porte-bouteille de vin élégant pour table ou vache
$ 6.75
QUICK VIEW
FIESTAS GUIRCA Lot de 6 verres en carton Game Coréen Festa Rose Cercle Carré Triangle (240 ml)
$ 10.13
QUICK VIEW
Artscape Film de fenêtre Old English 92 x 183 cm
$ 42.80
QUICK VIEW
Barista & Co Cage à dosettes de café en acier inoxydable de grande capacité pour plus de 80 capsules de café – Noir avec logo tampon de rangement compatible avec les dosettes de café Nespresso,
$ 27.03
QUICK VIEW
Pommeau de douche à main finition dorée avec poignée en céramique blanche 17,8 cm en laiton Connecteur G12
$ 10.13
QUICK VIEW
Sytranrein Grinder,Moulin à herbes de 3 pouces, 4 pièces grand moulin à épices avec capteur de pollen, broyeur en métal de peinture de couleur pour herbes sèches et épices
$ 9.00
QUICK VIEW
MOB-IN Ensemble Meuble Simple Vasque EDISSON 70 cm + Vasque + Miroir
$ 9.00
QUICK VIEW
Zerodeko Porte-Serviettes en Fer De Style Vintage Porte-mouchoirs Porte-Serviettes De Table Décoration Exquise Rectangulaire Doré pour Bureau
$ 5.62
QUICK VIEW
ZiStarlilife Filtres de rechange compatibles pour X-Force Flex 8.60 RH96 pour X-Pert 6.60 RH68 avec brosses de nettoyage lavables
$ 6.75
QUICK VIEW
The BeadSmith Travel Bead Design in Beading Board and Gray Flock with Lid, 7.75 by 11.25-Inch by The Beadsmith
$ 6.75
QUICK VIEW
Lot de 81 assiettes en carton pour 16 invités - Assiettes en carton - Assiettes en carton - Assiettes en carton - Serviettes de table - Couverts pour fête, anniversaire, anniversaire d'enfant
$ 4.50
QUICK VIEW
SAVITA Noir Et Rouge Happy Birthday Bannière, Guirlande Pré-Étalée Déco d'Anniversaire Souris Cartoon Fanions Thème Souris pour Garçons Filles 1er/2ème/3ème Anniversaire Baby Shower Articles Fête
$ 4.50
QUICK VIEW
E-HAO Lot de 9 filtres de rechange pour iRobot Roomba série Essential, filtres pour modèles 105 Vac, 105 Combo, Q0120, Q0110, Q0520, Y0140, Y0110, Y01120, Y051020, Essential Vac et Combo
$ 6.75
QUICK VIEW
Cottoniva Serviettes de Table en Coton 100% Lot de 6-46x46 cm - Douces, absorbantes et réutilisables - pour la Cuisine, Les Repas et Les Occasions spéciales - Serviettes de Table en Tissu Blanc
$ 13.51
QUICK VIEW
KOBONA Moule en silicone en forme de plug anal réutilisable pour farces, moules à glaçons, plateau amusant, moules à glaçons pour bricolage, gâteau, chocolat, bonbons
$ 2.24
1
...
104
105
106
107
108
109
110
111
...
3279
BACK
Shopping Cart