Hello Santa! Christmas Neon Sign
${function() {
const variantData = data.variant || {"id":"54b9aeb0-9675-446b-b00a-fc928af1164c","product_id":"87672e70-76e7-4147-9509-2b1531d6dcac","title":"50cm | 20in-Indoor use","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"50cm | 20in","option2":"Indoor use","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a8a70ab4b64add42b8c0757d3de473f1.jpeg","path":"a8a70ab4b64add42b8c0757d3de473f1.jpeg","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.99,"min_quantity":1}],"weight":"0","compare_at_price":"300","price":"8.99","retail_price":"300","available":true,"url":"\/products\/hello-santa-christmas-led-neon-sign-artwork?variant=54b9aeb0-9675-446b-b00a-fc928af1164c","available_quantity":999999999,"options":[{"name":"Size","value":"50cm | 20in"},{"name":"Style","value":"Indoor use"}],"off_ratio":97,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${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":"54b9aeb0-9675-446b-b00a-fc928af1164c","product_id":"87672e70-76e7-4147-9509-2b1531d6dcac","title":"50cm | 20in-Indoor use","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"50cm | 20in","option2":"Indoor use","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a8a70ab4b64add42b8c0757d3de473f1.jpeg","path":"a8a70ab4b64add42b8c0757d3de473f1.jpeg","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.99,"min_quantity":1}],"weight":"0","compare_at_price":"300","price":"8.99","retail_price":"300","available":true,"url":"\/products\/hello-santa-christmas-led-neon-sign-artwork?variant=54b9aeb0-9675-446b-b00a-fc928af1164c","available_quantity":999999999,"options":[{"name":"Size","value":"50cm | 20in"},{"name":"Style","value":"Indoor use"}],"off_ratio":97,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('52');
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 `
`;
}()}