Made To Play Matador Midsize White Black Putter Grip
White Black
${function() {
const variantData = data.variant || {"id":"afc23b2e-3b2e-40ea-bf0a-3b6495ae7408","product_id":"f9b72b05-2c89-4524-94e0-8f0f42c94c79","title":"","weight_unit":"g","inventory_quantity":100,"sku":"","barcode":"NAPZC00000150","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"88","compare_at_price":"28","price":"28","retail_price":"28","available":true,"url":"\/products\/made-to-play-matador-midsize-white-black-putter-grip?variant=afc23b2e-3b2e-40ea-bf0a-3b6495ae7408","available_quantity":100,"options":[],"off_ratio":0,"flashsale_info":[],"sales":3};
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":"afc23b2e-3b2e-40ea-bf0a-3b6495ae7408","product_id":"f9b72b05-2c89-4524-94e0-8f0f42c94c79","title":"","weight_unit":"g","inventory_quantity":100,"sku":"","barcode":"NAPZC00000150","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":28,"min_quantity":1}],"weight":"88","compare_at_price":"28","price":"28","retail_price":"28","available":true,"url":"\/products\/made-to-play-matador-midsize-white-black-putter-grip?variant=afc23b2e-3b2e-40ea-bf0a-3b6495ae7408","available_quantity":100,"options":[],"off_ratio":0,"flashsale_info":[],"sales":3};
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 `
`;
}()}