golf hat Fisherman's Hat for Men and Women
${function() {
const variantData = data.variant || {"id":"08a281b4-86e7-41b9-8ca6-8b2aa3301051","product_id":"7d450b6d-f590-4c5a-8697-417c88a889f6","title":"GREEN-1-1PC","weight_unit":"kg","inventory_quantity":77,"sku":"-GREEN-1-1PC-A0013261","barcode":"","position":3,"option1":"GREEN-1","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bdd2111344fde32e01020ee1b9ab2f65.jpg","path":"bdd2111344fde32e01020ee1b9ab2f65.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9,"min_quantity":1}],"weight":"0.15","compare_at_price":"25","price":"9","retail_price":"25","available":true,"url":"\/products\/golf-hat-fishermans-hat-for-men-and-women?variant=08a281b4-86e7-41b9-8ca6-8b2aa3301051","available_quantity":77,"options":[{"name":"COLOR","value":"GREEN-1"},{"name":"wholesale","value":"1PC"}],"off_ratio":64,"flashsale_info":[],"sales":152};
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}
`
}()}
${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":"08a281b4-86e7-41b9-8ca6-8b2aa3301051","product_id":"7d450b6d-f590-4c5a-8697-417c88a889f6","title":"GREEN-1-1PC","weight_unit":"kg","inventory_quantity":77,"sku":"-GREEN-1-1PC-A0013261","barcode":"","position":3,"option1":"GREEN-1","option2":"1PC","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bdd2111344fde32e01020ee1b9ab2f65.jpg","path":"bdd2111344fde32e01020ee1b9ab2f65.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9,"min_quantity":1}],"weight":"0.15","compare_at_price":"25","price":"9","retail_price":"25","available":true,"url":"\/products\/golf-hat-fishermans-hat-for-men-and-women?variant=08a281b4-86e7-41b9-8ca6-8b2aa3301051","available_quantity":77,"options":[{"name":"COLOR","value":"GREEN-1"},{"name":"wholesale","value":"1PC"}],"off_ratio":64,"flashsale_info":[],"sales":152};
return `
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${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 `
`;
}()}