Granny Kitsch Special Delivery Santa in Car Trophy Christmas Figurine
${function() {
const variantData = data.variant || {"id":"99d6a97f-38d4-440b-9df3-4f46b879b98e","product_id":"ae4138fd-e0cf-4b4e-809a-ef4c2b3ba101","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":39.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.98","retail_price":"0","available":true,"url":"\/products\/granny-kitsch-special-delivery-santa-in-car-trophy-christmas-figurine?variant=99d6a97f-38d4-440b-9df3-4f46b879b98e","available_quantity":999999999,"options":[],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"99d6a97f-38d4-440b-9df3-4f46b879b98e","product_id":"ae4138fd-e0cf-4b4e-809a-ef4c2b3ba101","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":39.98,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"39.98","retail_price":"0","available":true,"url":"\/products\/granny-kitsch-special-delivery-santa-in-car-trophy-christmas-figurine?variant=99d6a97f-38d4-440b-9df3-4f46b879b98e","available_quantity":999999999,"options":[],"off_ratio":0,"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 `
`;
}()}