${function() {
const variantData = data.variant || {"id":"1137a650-e052-477c-b56b-85fa105bc20e","product_id":"d609a1c3-f6dc-4587-9afc-f8888b693c55","title":"Buy 1","weight_unit":"kg","inventory_quantity":0,"sku":"SLR9SVH5-0001","barcode":"","position":1,"option1":"Buy 1","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"55.99","price":"32.99","retail_price":"55.99","available":true,"url":"\/products\/hot-sale-\ud83d\udd25nobs-toothpaste-tablets\ud83d\udd25?variant=1137a650-e052-477c-b56b-85fa105bc20e","available_quantity":999999999,"options":[{"name":"\ud83d\udd25BUY MORE GET MORE FREE\ud83d\udd25","value":"Buy 1"}],"off_ratio":41,"flashsale_info":[],"sales":239};
const saveType = "percentage";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function() {
const minInventory = parseInt('20');
const maxInventory = parseInt('100');
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 `
`;
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.