New Golf Open Top Hat - XZ
${function() {
const variantData = data.variant || {"id":"24f1e0fb-0ee3-4fdf-b442-c8e769681b0e","product_id":"6bf70379-a8bc-4c4b-b801-7e0b36d74870","title":"white-1PC","weight_unit":"kg","inventory_quantity":93,"sku":"XZ-28-white-1PC-A0013048","barcode":"","position":1,"option1":"white","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e73071b53f09bcf18d35cddeaabe3a1.jpg","path":"3e73071b53f09bcf18d35cddeaabe3a1.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12,"min_quantity":1}],"weight":"0.15","compare_at_price":"0","price":"12","retail_price":"0","available":true,"url":"\/products\/new-golf-open-top-hat-xz?variant=24f1e0fb-0ee3-4fdf-b442-c8e769681b0e","available_quantity":93,"options":[{"name":"colour","value":"white"},{"name":"wholesale","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":11};
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}
`
}()}
${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":"24f1e0fb-0ee3-4fdf-b442-c8e769681b0e","product_id":"6bf70379-a8bc-4c4b-b801-7e0b36d74870","title":"white-1PC","weight_unit":"kg","inventory_quantity":93,"sku":"XZ-28-white-1PC-A0013048","barcode":"","position":1,"option1":"white","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/3e73071b53f09bcf18d35cddeaabe3a1.jpg","path":"3e73071b53f09bcf18d35cddeaabe3a1.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":12,"min_quantity":1}],"weight":"0.15","compare_at_price":"0","price":"12","retail_price":"0","available":true,"url":"\/products\/new-golf-open-top-hat-xz?variant=24f1e0fb-0ee3-4fdf-b442-c8e769681b0e","available_quantity":93,"options":[{"name":"colour","value":"white"},{"name":"wholesale","value":"1PC"}],"off_ratio":0,"flashsale_info":[],"sales":11};
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 `
`;
}()}