New Cinco De Mayo Golf Mallet Putter Headcover Magnetic
${function() {
const variantData = data.variant || {"id":"0f273c34-caf2-48e5-980a-706e5b04d690","product_id":"87ace82b-c86e-49ed-8c04-6d35374cf233","title":"Mallet Putter Cover","weight_unit":"g","inventory_quantity":100,"sku":"cinco-Mallet Putter Cover","barcode":"","position":1,"option1":"Mallet Putter Cover","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d199df8180d4e1327d07614253478d7.jpeg","path":"7d199df8180d4e1327d07614253478d7.jpeg","width":1600,"height":1600,"alt":"New Cinco De Mayo Golf Mallet Putter Headcover Magnetic Studio Crafted]","aspect_ratio":1},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"100","compare_at_price":"24","price":"24","retail_price":"24","available":true,"url":"\/products\/new-cinco-de-mayo-golf-mallet-putter-headcover-magnetic?variant=0f273c34-caf2-48e5-980a-706e5b04d690","available_quantity":999999999,"options":[{"name":"Tip Size","value":"Mallet Putter Cover"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Tip Size:
Mallet Putter Cover
${function(){
const optName = "Tip Size";
const optionValue = data.originData.selectData ? data.originData.selectData[optName].value : data.originData.value;
const optionValueText = optionValue ? (optionValue) : '';
return `${optionValueText} `;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Add to cart
$24.00
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"0f273c34-caf2-48e5-980a-706e5b04d690","product_id":"87ace82b-c86e-49ed-8c04-6d35374cf233","title":"Mallet Putter Cover","weight_unit":"g","inventory_quantity":100,"sku":"cinco-Mallet Putter Cover","barcode":"","position":1,"option1":"Mallet Putter Cover","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d199df8180d4e1327d07614253478d7.jpeg","path":"7d199df8180d4e1327d07614253478d7.jpeg","width":1600,"height":1600,"alt":"New Cinco De Mayo Golf Mallet Putter Headcover Magnetic Studio Crafted]","aspect_ratio":1},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"100","compare_at_price":"24","price":"24","retail_price":"24","available":true,"url":"\/products\/new-cinco-de-mayo-golf-mallet-putter-headcover-magnetic?variant=0f273c34-caf2-48e5-980a-706e5b04d690","available_quantity":999999999,"options":[{"name":"Tip Size","value":"Mallet Putter Cover"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Buy now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"0f273c34-caf2-48e5-980a-706e5b04d690","product_id":"87ace82b-c86e-49ed-8c04-6d35374cf233","title":"Mallet Putter Cover","weight_unit":"g","inventory_quantity":100,"sku":"cinco-Mallet Putter Cover","barcode":"","position":1,"option1":"Mallet Putter Cover","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7d199df8180d4e1327d07614253478d7.jpeg","path":"7d199df8180d4e1327d07614253478d7.jpeg","width":1600,"height":1600,"alt":"New Cinco De Mayo Golf Mallet Putter Headcover Magnetic Studio Crafted]","aspect_ratio":1},"wholesale_price":[{"price":24,"min_quantity":1}],"weight":"100","compare_at_price":"24","price":"24","retail_price":"24","available":true,"url":"\/products\/new-cinco-de-mayo-golf-mallet-putter-headcover-magnetic?variant=0f273c34-caf2-48e5-980a-706e5b04d690","available_quantity":999999999,"options":[{"name":"Tip Size","value":"Mallet Putter Cover"}],"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 `
`;
}()}