Augusta Georgia Blade Black Golf Putter Cover
Black
${function() {
const variantData = data.variant || {"id":"32385518-cc9d-4ca0-a6eb-5d1d47353ca0","product_id":"00f3cd4b-e409-4be7-b185-a4ad53dca766","title":"","weight_unit":"kg","inventory_quantity":99,"sku":"sc-hc-ag-blk-b\tGAPZC00000013","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":16,"min_quantity":1}],"weight":"0.1","compare_at_price":"24","price":"16","retail_price":"24","available":true,"url":"\/products\/augusta-georgia-black-blade-golf-putter-cover?variant=32385518-cc9d-4ca0-a6eb-5d1d47353ca0","available_quantity":99,"options":[],"off_ratio":33,"flashsale_info":[],"sales":5};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"32385518-cc9d-4ca0-a6eb-5d1d47353ca0","product_id":"00f3cd4b-e409-4be7-b185-a4ad53dca766","title":"","weight_unit":"kg","inventory_quantity":99,"sku":"sc-hc-ag-blk-b\tGAPZC00000013","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":16,"min_quantity":1}],"weight":"0.1","compare_at_price":"24","price":"16","retail_price":"24","available":true,"url":"\/products\/augusta-georgia-black-blade-golf-putter-cover?variant=32385518-cc9d-4ca0-a6eb-5d1d47353ca0","available_quantity":99,"options":[],"off_ratio":33,"flashsale_info":[],"sales":5};
return `
`
}()}
${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 `
`;
}()}
${function() {
const postageFreeAmount = 30;
const custom_text = "Buy {amount} more to enjoy FREE Standard Shipping";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}