golf cap sun hats
${function() {
const variantData = data.variant || {"id":"0a05565b-a808-4c52-8997-e1414d315f97","product_id":"cbc4730a-bcc3-4fc5-97c2-7a69025bb24b","title":"green","weight_unit":"kg","inventory_quantity":88,"sku":"","barcode":"","position":3,"option1":"green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67250f4be21b8bf05c9bbe06bd57bdc4.jpg","path":"67250f4be21b8bf05c9bbe06bd57bdc4.jpg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.5,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"8.5","retail_price":"25","available":true,"url":"\/products\/golf-cap-sun-hats?variant=0a05565b-a808-4c52-8997-e1414d315f97","available_quantity":88,"options":[{"name":"color","value":"green"}],"off_ratio":66,"flashsale_info":[],"sales":52};
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":"0a05565b-a808-4c52-8997-e1414d315f97","product_id":"cbc4730a-bcc3-4fc5-97c2-7a69025bb24b","title":"green","weight_unit":"kg","inventory_quantity":88,"sku":"","barcode":"","position":3,"option1":"green","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/67250f4be21b8bf05c9bbe06bd57bdc4.jpg","path":"67250f4be21b8bf05c9bbe06bd57bdc4.jpg","width":1080,"height":1080,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":8.5,"min_quantity":1}],"weight":"0","compare_at_price":"25","price":"8.5","retail_price":"25","available":true,"url":"\/products\/golf-cap-sun-hats?variant=0a05565b-a808-4c52-8997-e1414d315f97","available_quantity":88,"options":[{"name":"color","value":"green"}],"off_ratio":66,"flashsale_info":[],"sales":52};
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 `
`;
}()}