0 Putts Given Pistolero Putter Grip
${function() {
const variantData = data.variant || {"id":"114df2f0-5395-4b78-a6a6-23308d005c28","product_id":"8e8b003b-5b21-4274-86b7-7f9a4d0bb5af","title":"Black\/Red","weight_unit":"g","inventory_quantity":35,"sku":"sc-gp-0pg-lero-blk\/red NAPZC00000164","barcode":"NAPZC00000164","position":1,"option1":"Black\/Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83ab974a44357c704f054d56077d24d5.jpg","path":"83ab974a44357c704f054d56077d24d5.jpg","width":1600,"height":1600,"alt":"0 Putts Given Pistolero Putter Grip Studio Crafted]","aspect_ratio":1},"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"80","compare_at_price":"20","price":"20","retail_price":"20","available":true,"url":"\/products\/0-putts-given-pistolero-black-white-red-putter-grip?variant=114df2f0-5395-4b78-a6a6-23308d005c28","available_quantity":35,"options":[{"name":"Color","value":"Black\/Red"}],"off_ratio":0,"flashsale_info":[],"sales":45};
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":"114df2f0-5395-4b78-a6a6-23308d005c28","product_id":"8e8b003b-5b21-4274-86b7-7f9a4d0bb5af","title":"Black\/Red","weight_unit":"g","inventory_quantity":35,"sku":"sc-gp-0pg-lero-blk\/red NAPZC00000164","barcode":"NAPZC00000164","position":1,"option1":"Black\/Red","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/83ab974a44357c704f054d56077d24d5.jpg","path":"83ab974a44357c704f054d56077d24d5.jpg","width":1600,"height":1600,"alt":"0 Putts Given Pistolero Putter Grip Studio Crafted]","aspect_ratio":1},"wholesale_price":[{"price":20,"min_quantity":1}],"weight":"80","compare_at_price":"20","price":"20","retail_price":"20","available":true,"url":"\/products\/0-putts-given-pistolero-black-white-red-putter-grip?variant=114df2f0-5395-4b78-a6a6-23308d005c28","available_quantity":35,"options":[{"name":"Color","value":"Black\/Red"}],"off_ratio":0,"flashsale_info":[],"sales":45};
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 `
`;
}()}