Golf handbag storage bag makeup bag ball bag-DX
${function() {
const variantData = data.variant || {"id":"37ec6979-a06a-4588-90d2-8f0ed2ce242f","product_id":"a3839340-478b-45b0-9539-5b7796cb6105","title":"black","weight_unit":"kg","inventory_quantity":36,"sku":"\u5927\u65ed-95-black-A0017407","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/90f9c62a349fa557afc6700cb8ab9a7e.jpg","path":"90f9c62a349fa557afc6700cb8ab9a7e.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.8","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-handbag-storage-bag-makeup-bag-ball-bag-dx?variant=37ec6979-a06a-4588-90d2-8f0ed2ce242f","available_quantity":36,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":14};
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":"37ec6979-a06a-4588-90d2-8f0ed2ce242f","product_id":"a3839340-478b-45b0-9539-5b7796cb6105","title":"black","weight_unit":"kg","inventory_quantity":36,"sku":"\u5927\u65ed-95-black-A0017407","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/90f9c62a349fa557afc6700cb8ab9a7e.jpg","path":"90f9c62a349fa557afc6700cb8ab9a7e.jpg","width":1000,"height":1000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":35,"min_quantity":1}],"weight":"0.8","compare_at_price":"0","price":"35","retail_price":"0","available":true,"url":"\/products\/golf-handbag-storage-bag-makeup-bag-ball-bag-dx?variant=37ec6979-a06a-4588-90d2-8f0ed2ce242f","available_quantity":36,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":14};
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 `
`;
}()}