${function() {
const variantData = data.variant || {"id":"8a02adb5-e429-4e89-be1a-c6f99a75a451","product_id":"d63af366-44a9-4a72-b3f4-61d0dbf4de61","title":"","weight_unit":"kg","inventory_quantity":996,"sku":"JJP480-3","barcode":"758984947148","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"19.98","price":"9.99","retail_price":"19.98","available":true,"url":"\/products\/toenails-fake-nail-tips-clear-matte-pre-sanded-500pcs?variant=8a02adb5-e429-4e89-be1a-c6f99a75a451","available_quantity":996,"options":[],"off_ratio":50,"flashsale_info":[],"sales":3};
const saveType = "percentage";
const saveText = "Enregistrer {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ` `
)}
`;
}()}
Pourquoi les couleurs de vernis gel que j'ai commandées sont-elles différentes de la couleur affichée sur le site ?
Il y a 3 facteurs qui peuvent provoquer des variations de couleur.
Les couleurs apparaîtront différentes sur différents écrans/appareils.
Les couleurs peuvent être différentes selon différentes sources de lumière/conditions de lumière.
Le vernis gel est un système de teinture et l'appareil électrique est un système d'éclairage, certaines couleurs ne peuvent pas être correctement affichées sur l'appareil électrique.
PRICE DO NOT INCLUDE VAT(FOR EU COUNTRIES)
Ajouter au panier
€9.99
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"8a02adb5-e429-4e89-be1a-c6f99a75a451","product_id":"d63af366-44a9-4a72-b3f4-61d0dbf4de61","title":"","weight_unit":"kg","inventory_quantity":996,"sku":"JJP480-3","barcode":"758984947148","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"19.98","price":"9.99","retail_price":"19.98","available":true,"url":"\/products\/toenails-fake-nail-tips-clear-matte-pre-sanded-500pcs?variant=8a02adb5-e429-4e89-be1a-c6f99a75a451","available_quantity":996,"options":[],"off_ratio":50,"flashsale_info":[],"sales":3};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Le produit était en rupture de stock.
Le produit n'est pas disponible.
Sku : JJP480-3
Poids : 0.2kg
code à barre : 758984947148
${function(){
const variantData = data.variant || {"id":"8a02adb5-e429-4e89-be1a-c6f99a75a451","product_id":"d63af366-44a9-4a72-b3f4-61d0dbf4de61","title":"","weight_unit":"kg","inventory_quantity":996,"sku":"JJP480-3","barcode":"758984947148","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":9.99,"min_quantity":1}],"weight":"0.2","compare_at_price":"19.98","price":"9.99","retail_price":"19.98","available":true,"url":"\/products\/toenails-fake-nail-tips-clear-matte-pre-sanded-500pcs?variant=8a02adb5-e429-4e89-be1a-c6f99a75a451","available_quantity":996,"options":[],"off_ratio":50,"flashsale_info":[],"sales":3};
return `
Sku : ${variantData && variantData.sku}
Poids : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
code à barre : ${variantData && variantData.barcode}
`
}()}