Autumn New Pot Hat Bucket Hat Sunscreen Hat
${function() {
const variantData = data.variant || {"id":"b26a18f1-8334-45cc-a06b-f613b3970a09","product_id":"e4ddd1ad-f7ad-4844-ad73-cbe5e4c3d05c","title":"blue","weight_unit":"kg","inventory_quantity":39,"sku":"\u51b0\u51b0-65-blue-A0015988","barcode":"","position":1,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a59a8cb594b4cb10486dbeb4f6dea6b.png","path":"2a59a8cb594b4cb10486dbeb4f6dea6b.png","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"17.5","retail_price":"0","available":true,"url":"\/products\/autumn-new-pot-hat-bucket-hat-sunscreen-hat?variant=b26a18f1-8334-45cc-a06b-f613b3970a09","available_quantity":39,"options":[{"name":"colour","value":"blue"}],"off_ratio":0,"flashsale_info":[],"sales":23};
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":"b26a18f1-8334-45cc-a06b-f613b3970a09","product_id":"e4ddd1ad-f7ad-4844-ad73-cbe5e4c3d05c","title":"blue","weight_unit":"kg","inventory_quantity":39,"sku":"\u51b0\u51b0-65-blue-A0015988","barcode":"","position":1,"option1":"blue","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2a59a8cb594b4cb10486dbeb4f6dea6b.png","path":"2a59a8cb594b4cb10486dbeb4f6dea6b.png","width":1440,"height":1440,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":17.5,"min_quantity":1}],"weight":"0.2","compare_at_price":"0","price":"17.5","retail_price":"0","available":true,"url":"\/products\/autumn-new-pot-hat-bucket-hat-sunscreen-hat?variant=b26a18f1-8334-45cc-a06b-f613b3970a09","available_quantity":39,"options":[{"name":"colour","value":"blue"}],"off_ratio":0,"flashsale_info":[],"sales":23};
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 `
`;
}()}