Weight Fits For Titleist GT2 GT4 Driver, GT2 Fairway Wood
${function() {
const variantData = data.variant || {"id":"4efb6e6e-ce3d-441e-9e9c-9046ac7aebb3","product_id":"b6c40ea1-36d5-4e24-8e19-a0715b5dfa5f","title":"3g","weight_unit":"kg","inventory_quantity":5,"sku":"WTTTLST1002","barcode":"","position":1,"option1":"3g","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":12.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.95","retail_price":"0","available":true,"url":"\/products\/weight-fits-for-titleist-gt2-gt4-driver-gt2-fairway-wood?variant=4efb6e6e-ce3d-441e-9e9c-9046ac7aebb3","available_quantity":5,"options":[{"name":"Item Weights","value":"3g"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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":"4efb6e6e-ce3d-441e-9e9c-9046ac7aebb3","product_id":"b6c40ea1-36d5-4e24-8e19-a0715b5dfa5f","title":"3g","weight_unit":"kg","inventory_quantity":5,"sku":"WTTTLST1002","barcode":"","position":1,"option1":"3g","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":12.95,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"12.95","retail_price":"0","available":true,"url":"\/products\/weight-fits-for-titleist-gt2-gt4-driver-gt2-fairway-wood?variant=4efb6e6e-ce3d-441e-9e9c-9046ac7aebb3","available_quantity":5,"options":[{"name":"Item Weights","value":"3g"}],"off_ratio":0,"flashsale_info":[],"sales":0};
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 `
`;
}()}