Unisex empty top hat sunscreen hat
${function() {
const variantData = data.variant || {"id":"f08b1ed0-9126-41b5-9aba-0330aa55474d","product_id":"d73e4524-a3c2-4f0c-b4c9-39467b17b26d","title":"black","weight_unit":"kg","inventory_quantity":100,"sku":"\u546830-12-black-A0015816","barcode":"","position":2,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7ad96448f199434f3d1b972ceaf2edc.jpg","path":"b7ad96448f199434f3d1b972ceaf2edc.jpg","width":688,"height":632,"alt":"","aspect_ratio":1.0886075949367089},"wholesale_price":[{"price":11.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.5","retail_price":"0","available":true,"url":"\/products\/unisex-empty-top-hat-sunscreen-hat?variant=f08b1ed0-9126-41b5-9aba-0330aa55474d","available_quantity":100,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":69};
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":"f08b1ed0-9126-41b5-9aba-0330aa55474d","product_id":"d73e4524-a3c2-4f0c-b4c9-39467b17b26d","title":"black","weight_unit":"kg","inventory_quantity":100,"sku":"\u546830-12-black-A0015816","barcode":"","position":2,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b7ad96448f199434f3d1b972ceaf2edc.jpg","path":"b7ad96448f199434f3d1b972ceaf2edc.jpg","width":688,"height":632,"alt":"","aspect_ratio":1.0886075949367089},"wholesale_price":[{"price":11.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"11.5","retail_price":"0","available":true,"url":"\/products\/unisex-empty-top-hat-sunscreen-hat?variant=f08b1ed0-9126-41b5-9aba-0330aa55474d","available_quantity":100,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":69};
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 `
`;
}()}