Malb * Ice Silk Sunscreen Sleeves
${function() {
const variantData = data.variant || {"id":"ffe9b7ba-a595-4252-bc70-2413aec8ba49","product_id":"cdefa162-9d38-47d0-9113-13163c77d318","title":"black","weight_unit":"kg","inventory_quantity":90,"sku":"\u9ad8-17-black-A0017618","barcode":"","position":2,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb7a9a73f003fc7b3f471bc0160544f8.jpg","path":"bb7a9a73f003fc7b3f471bc0160544f8.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.9,"min_quantity":1}],"weight":"0","compare_at_price":"19","price":"7.9","retail_price":"19","available":true,"url":"\/products\/malb-ice-silk-sunscreen-sleeves?variant=ffe9b7ba-a595-4252-bc70-2413aec8ba49","available_quantity":90,"options":[{"name":"Color","value":"black"}],"off_ratio":58,"flashsale_info":[],"sales":91};
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":"ffe9b7ba-a595-4252-bc70-2413aec8ba49","product_id":"cdefa162-9d38-47d0-9113-13163c77d318","title":"black","weight_unit":"kg","inventory_quantity":90,"sku":"\u9ad8-17-black-A0017618","barcode":"","position":2,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bb7a9a73f003fc7b3f471bc0160544f8.jpg","path":"bb7a9a73f003fc7b3f471bc0160544f8.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":7.9,"min_quantity":1}],"weight":"0","compare_at_price":"19","price":"7.9","retail_price":"19","available":true,"url":"\/products\/malb-ice-silk-sunscreen-sleeves?variant=ffe9b7ba-a595-4252-bc70-2413aec8ba49","available_quantity":90,"options":[{"name":"Color","value":"black"}],"off_ratio":58,"flashsale_info":[],"sales":91};
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 `
`;
}()}