Paper Towels, 6 Double Rolls = 12 Regular Rolls
${function() {
const variantData = data.variant || {"id":"ef890dd0-4db1-4f36-846d-c0e0cd3459c1","product_id":"f3f874b5-ab27-4960-8a15-75cc3fd352ae","title":"6 Double Rolls","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838649867","barcode":"","position":1,"option1":"6 Double Rolls","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eb7003f9c0a6bc6f37b88e70d9d78d96.png","path":"eb7003f9c0a6bc6f37b88e70d9d78d96.png","width":1500,"height":1188,"alt":"","aspect_ratio":1.2626262626262625},"wholesale_price":[{"price":14.15,"min_quantity":1}],"weight":"0","compare_at_price":"13.68","price":"14.15","retail_price":"13.68","available":true,"url":"\/products\/paper-towels-6-double-rolls-12-regular-rolls-mlxu_0e1ca928?variant=ef890dd0-4db1-4f36-846d-c0e0cd3459c1","available_quantity":1000,"options":[{"name":"Size","value":"6 Double Rolls"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('88');
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 tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"ef890dd0-4db1-4f36-846d-c0e0cd3459c1","product_id":"f3f874b5-ab27-4960-8a15-75cc3fd352ae","title":"6 Double Rolls","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838649867","barcode":"","position":1,"option1":"6 Double Rolls","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/eb7003f9c0a6bc6f37b88e70d9d78d96.png","path":"eb7003f9c0a6bc6f37b88e70d9d78d96.png","width":1500,"height":1188,"alt":"","aspect_ratio":1.2626262626262625},"wholesale_price":[{"price":14.15,"min_quantity":1}],"weight":"0","compare_at_price":"13.68","price":"14.15","retail_price":"13.68","available":true,"url":"\/products\/paper-towels-6-double-rolls-12-regular-rolls-mlxu_0e1ca928?variant=ef890dd0-4db1-4f36-846d-c0e0cd3459c1","available_quantity":1000,"options":[{"name":"Size","value":"6 Double Rolls"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}