Made To Play Matador Midsize Black Gray Putter Grip
Black Gray
${function() {
const variantData = data.variant || {"id":"6c89e2dc-aa54-4edd-b389-261f4df792e5","product_id":"d0a69ff1-395f-49ab-8167-cad0dd9d6ea3","title":"","weight_unit":"g","inventory_quantity":9,"sku":"","barcode":"","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-black-gray-putter-grip?variant=6c89e2dc-aa54-4edd-b389-261f4df792e5","available_quantity":9,"options":[],"off_ratio":0,"flashsale_info":[],"sales":1};
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":"6c89e2dc-aa54-4edd-b389-261f4df792e5","product_id":"d0a69ff1-395f-49ab-8167-cad0dd9d6ea3","title":"","weight_unit":"g","inventory_quantity":9,"sku":"","barcode":"","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-black-gray-putter-grip?variant=6c89e2dc-aa54-4edd-b389-261f4df792e5","available_quantity":9,"options":[],"off_ratio":0,"flashsale_info":[],"sales":1};
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 `
`;
}()}