people are viewing this right now
${function() {
const variantData = data.variant || {"id":"7e71e2d7-0b0a-4ce5-83ba-4d9e91b93a10","product_id":"a51c2dc3-e0e9-46f5-97da-ab5acdad7819","title":"Black","weight_unit":"kg","inventory_quantity":999,"sku":"LI10263238HEI","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26f3fd284773f019daefcacff0daf1a5.jpeg","path":"26f3fd284773f019daefcacff0daf1a5.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.99,"min_quantity":1}],"weight":"0","compare_at_price":"66.39","price":"37.99","retail_price":"66.39","available":true,"url":"\/products\/pu-leather-crossbody-bag?variant=7e71e2d7-0b0a-4ce5-83ba-4d9e91b93a10","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":43,"flashsale_info":[],"sales":6};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"7e71e2d7-0b0a-4ce5-83ba-4d9e91b93a10","product_id":"a51c2dc3-e0e9-46f5-97da-ab5acdad7819","title":"Black","weight_unit":"kg","inventory_quantity":999,"sku":"LI10263238HEI","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/26f3fd284773f019daefcacff0daf1a5.jpeg","path":"26f3fd284773f019daefcacff0daf1a5.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":37.99,"min_quantity":1}],"weight":"0","compare_at_price":"66.39","price":"37.99","retail_price":"66.39","available":true,"url":"\/products\/pu-leather-crossbody-bag?variant=7e71e2d7-0b0a-4ce5-83ba-4d9e91b93a10","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":43,"flashsale_info":[],"sales":6};
return `
`
}()}