${function() {
const variantData = data.variant || {"id":"49a552c0-3df2-4cab-9af8-d1d8570e4339","product_id":"18406ab9-6d18-4ce3-a272-0c0ff209a35a","title":"\ud83d\udd25Buy 3 get 3 free!","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"\ud83d\udd25Buy 3 get 3 free!","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":55.99,"min_quantity":1}],"weight":"0","compare_at_price":"240","price":"55.99","retail_price":"240","available":true,"url":"\/products\/last-day-49-off-concentrated-potent-skin-tag-removal-cream?variant=49a552c0-3df2-4cab-9af8-d1d8570e4339","available_quantity":999999999,"options":[{"name":"(\ud83d\udd25Buy More Save More\ud83d\udd25)","value":"\ud83d\udd25Buy 3 get 3 free!"}],"off_ratio":77,"flashsale_info":[],"sales":7564};
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.