Golf storage bag, tote bag, diagonal hanging bag, handbag
${function() {
const variantData = data.variant || {"id":"5d20cbdc-80ab-4e51-af59-b12626947b17","product_id":"4422e3a0-0b21-4e39-a845-90095c4db920","title":"white","weight_unit":"kg","inventory_quantity":47,"sku":"\u5927\u65ed-105-white-A0017629","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c78329f566220f42e71cce737499c8b.jpg","path":"2c78329f566220f42e71cce737499c8b.jpg","width":1499,"height":2000,"alt":"","aspect_ratio":0.7495},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-storage-bag-tote-bag-diagonal-hanging-bag-handbag?variant=5d20cbdc-80ab-4e51-af59-b12626947b17","available_quantity":47,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":3};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${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":"5d20cbdc-80ab-4e51-af59-b12626947b17","product_id":"4422e3a0-0b21-4e39-a845-90095c4db920","title":"white","weight_unit":"kg","inventory_quantity":47,"sku":"\u5927\u65ed-105-white-A0017629","barcode":"","position":1,"option1":"white","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2c78329f566220f42e71cce737499c8b.jpg","path":"2c78329f566220f42e71cce737499c8b.jpg","width":1499,"height":2000,"alt":"","aspect_ratio":0.7495},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.6","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-storage-bag-tote-bag-diagonal-hanging-bag-handbag?variant=5d20cbdc-80ab-4e51-af59-b12626947b17","available_quantity":47,"options":[{"name":"colour","value":"white"}],"off_ratio":0,"flashsale_info":[],"sales":3};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${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 `
`;
}()}