people are viewing this right now
${function() {
const variantData = data.variant || {"id":"e4a9828c-f4ce-4169-b0c4-812a1726bcde","product_id":"074515ae-95b7-4001-9edf-4a28650ce048","title":"Chicken Leg (not moving)","weight_unit":"kg","inventory_quantity":1000,"sku":"URCSTYLE20231030001CXK","barcode":"","position":1,"option1":"Chicken Leg (not moving)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fdc7acb4bc014abab4d316616ab9eeb8.jpeg","path":"fdc7acb4bc014abab4d316616ab9eeb8.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"51.99","price":"25.99","retail_price":"51.99","available":true,"url":"\/products\/\ud83d\udd25-new-for-2023-\ud83d\udd25-funny-and-interesting-turkey-hat?variant=e4a9828c-f4ce-4169-b0c4-812a1726bcde","available_quantity":999999999,"options":[{"name":"Style","value":"Chicken Leg (not moving)"}],"off_ratio":50,"flashsale_info":[],"sales":17};
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":"e4a9828c-f4ce-4169-b0c4-812a1726bcde","product_id":"074515ae-95b7-4001-9edf-4a28650ce048","title":"Chicken Leg (not moving)","weight_unit":"kg","inventory_quantity":1000,"sku":"URCSTYLE20231030001CXK","barcode":"","position":1,"option1":"Chicken Leg (not moving)","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/fdc7acb4bc014abab4d316616ab9eeb8.jpeg","path":"fdc7acb4bc014abab4d316616ab9eeb8.jpeg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"51.99","price":"25.99","retail_price":"51.99","available":true,"url":"\/products\/\ud83d\udd25-new-for-2023-\ud83d\udd25-funny-and-interesting-turkey-hat?variant=e4a9828c-f4ce-4169-b0c4-812a1726bcde","available_quantity":999999999,"options":[{"name":"Style","value":"Chicken Leg (not moving)"}],"off_ratio":50,"flashsale_info":[],"sales":17};
return `
`
}()}