${function() {
const variantData = data.variant || {"id":"f50b2a0a-dd69-4816-9d4e-cec9327dec33","product_id":"c5a045ba-024e-4f9c-ae65-23074e050834","title":"buy-1 get 1 free - 2 pcs (SAVE 80% FOR 2ND BOTTLE)\t","weight_unit":"kg","inventory_quantity":0,"sku":"SLRFUOBV-0001*2","barcode":"","position":1,"option1":"buy-1 get 1 free - 2 pcs (SAVE 80% FOR 2ND BOTTLE)\t","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"42.99","price":"29.99","retail_price":"42.99","available":true,"url":"\/products\/gold-foil-peel-off-mask-98-4-gold-purity-uv60?variant=f50b2a0a-dd69-4816-9d4e-cec9327dec33","available_quantity":999999999,"options":[{"name":"BUY MORE SAVE MORE","value":"buy-1 get 1 free - 2 pcs (SAVE 80% FOR 2ND BOTTLE)\t"}],"off_ratio":30,"flashsale_info":[],"sales":3584};
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.