people are viewing this right now
${function() {
const variantData = data.variant || {"id":"3fcd9e14-dddb-4c12-a272-34c38133af08","product_id":"19bf73f7-4e01-4826-8a1c-c33bcd63a3bd","title":"1 Bottle","weight_unit":"kg","inventory_quantity":997,"sku":"LN10255703","barcode":"","position":1,"option1":"1 Bottle","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02d8a315a6a5d02e83f6f176817b2f39.jpeg","path":"02d8a315a6a5d02e83f6f176817b2f39.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.7,"min_quantity":1}],"weight":"0","compare_at_price":"31.4","price":"15.7","retail_price":"31.4","available":true,"url":"\/products\/car-interior-foam-refinisher-cleaner-2?variant=3fcd9e14-dddb-4c12-a272-34c38133af08","available_quantity":999999999,"options":[{"name":"Buy more save more","value":"1 Bottle"}],"off_ratio":50,"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":"3fcd9e14-dddb-4c12-a272-34c38133af08","product_id":"19bf73f7-4e01-4826-8a1c-c33bcd63a3bd","title":"1 Bottle","weight_unit":"kg","inventory_quantity":997,"sku":"LN10255703","barcode":"","position":1,"option1":"1 Bottle","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/02d8a315a6a5d02e83f6f176817b2f39.jpeg","path":"02d8a315a6a5d02e83f6f176817b2f39.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":15.7,"min_quantity":1}],"weight":"0","compare_at_price":"31.4","price":"15.7","retail_price":"31.4","available":true,"url":"\/products\/car-interior-foam-refinisher-cleaner-2?variant=3fcd9e14-dddb-4c12-a272-34c38133af08","available_quantity":999999999,"options":[{"name":"Buy more save more","value":"1 Bottle"}],"off_ratio":50,"flashsale_info":[],"sales":6};
return `
`
}()}