GX2 Electric Scooter
${function() {
const variantData = data.variant || {"id":"00a4c0d9-2970-49b3-9c0a-b1d674593c74","product_id":"687751fa-5d43-4ec2-bf1f-d79c13a5555f","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"199.9","price":"19.99","retail_price":"199.9","available":true,"url":"\/products\/gx2-electric-scooter-669a1619bd05f?variant=00a4c0d9-2970-49b3-9c0a-b1d674593c74","available_quantity":999999999,"options":[],"off_ratio":90,"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":"00a4c0d9-2970-49b3-9c0a-b1d674593c74","product_id":"687751fa-5d43-4ec2-bf1f-d79c13a5555f","title":"","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"199.9","price":"19.99","retail_price":"199.9","available":true,"url":"\/products\/gx2-electric-scooter-669a1619bd05f?variant=00a4c0d9-2970-49b3-9c0a-b1d674593c74","available_quantity":999999999,"options":[],"off_ratio":90,"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 `
`;
}()}