${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
const randomInventory = Math.round(Math.random() * (maxInventory - minInventory)) + minInventory;
const customText = "Only {stock} item(s) left in stock!".replace(/\{stock\}/g, '' + randomInventory + '');
const barWidth = (randomInventory / maxInventory) * 100 + '%';
return `
`;
}()}
${function() {
const variantData = data.variant || {"id":"c511e175-cd76-4f80-8a55-b28f07f301a6","product_id":"778bbc71-f31c-4cb6-b7b7-dfc3ba0a1587","title":"Noir-39","weight_unit":"kg","inventory_quantity":999,"sku":"FR-20230221-ZZS-BA001682","barcode":"","position":1,"option1":"Noir","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ca35be6d187f9d40cdcde196c1b277e.jpg","path":"7ca35be6d187f9d40cdcde196c1b277e.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"59.99","price":"29.99","retail_price":"59.99","available":true,"url":"\/products\/chaussettes-en-maille-respirante-pour-hommes-a-pedal-sneakers?variant=c511e175-cd76-4f80-8a55-b28f07f301a6","available_quantity":999999999,"options":[{"name":"Couleur","value":"Noir"},{"name":"Taille","value":"39"}],"off_ratio":50,"flashsale_info":[],"sales":0};
const saveType = "amount";
const saveText = "Enregistrer {{saved_amount}}";
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
people are viewing this right now
${function(){
const tipText = "Veuillez s\u00e9lectionner un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Veuillez s\u00e9lectionner un {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Le produit était en rupture de stock.
Le produit n'est pas disponible.
${function(){
const variantData = data.variant || {"id":"c511e175-cd76-4f80-8a55-b28f07f301a6","product_id":"778bbc71-f31c-4cb6-b7b7-dfc3ba0a1587","title":"Noir-39","weight_unit":"kg","inventory_quantity":999,"sku":"FR-20230221-ZZS-BA001682","barcode":"","position":1,"option1":"Noir","option2":"39","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7ca35be6d187f9d40cdcde196c1b277e.jpg","path":"7ca35be6d187f9d40cdcde196c1b277e.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0.6","compare_at_price":"59.99","price":"29.99","retail_price":"59.99","available":true,"url":"\/products\/chaussettes-en-maille-respirante-pour-hommes-a-pedal-sneakers?variant=c511e175-cd76-4f80-8a55-b28f07f301a6","available_quantity":999999999,"options":[{"name":"Couleur","value":"Noir"},{"name":"Taille","value":"39"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
Poids : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
code à barre : ${variantData && variantData.barcode}
`
}()}