Adhesive logo hollow top cap sunscreen cap
${function() {
const variantData = data.variant || {"id":"2cf63807-c659-4c79-9817-f41bcbd7cc81","product_id":"9b4bf2e5-1447-4982-914a-da18f5393e4a","title":"black","weight_unit":"kg","inventory_quantity":19,"sku":"\u546830-13-black-A0015818","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/185579a0438d8921f0233b8e9b842d55.jpg","path":"185579a0438d8921f0233b8e9b842d55.jpg","width":981,"height":819,"alt":"","aspect_ratio":1.1978021978021978},"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\/adhesive-logo-hollow-top-cap-sunscreen-cap?variant=2cf63807-c659-4c79-9817-f41bcbd7cc81","available_quantity":19,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":114};
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":"2cf63807-c659-4c79-9817-f41bcbd7cc81","product_id":"9b4bf2e5-1447-4982-914a-da18f5393e4a","title":"black","weight_unit":"kg","inventory_quantity":19,"sku":"\u546830-13-black-A0015818","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/185579a0438d8921f0233b8e9b842d55.jpg","path":"185579a0438d8921f0233b8e9b842d55.jpg","width":981,"height":819,"alt":"","aspect_ratio":1.1978021978021978},"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\/adhesive-logo-hollow-top-cap-sunscreen-cap?variant=2cf63807-c659-4c79-9817-f41bcbd7cc81","available_quantity":19,"options":[{"name":"colour","value":"black"}],"off_ratio":0,"flashsale_info":[],"sales":114};
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 `
`;
}()}