${function() {
const variantData = data.variant || {"id":"4a44f6f5-7fab-4875-be04-264bde90c0c7","product_id":"7cd50cb2-36c7-45a7-bbf6-dc52fa726e72","title":"60ml","weight_unit":"kg","inventory_quantity":0,"sku":"SLRBQ8BY-0001","barcode":"","position":1,"option1":"60ml","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":31.99,"min_quantity":1}],"weight":"0","compare_at_price":"56.99","price":"31.99","retail_price":"56.99","available":true,"url":"\/products\/joint-black-removal-cream?variant=4a44f6f5-7fab-4875-be04-264bde90c0c7","available_quantity":999999999,"options":[{"name":"Specification","value":"60ml"}],"off_ratio":44,"flashsale_info":[],"sales":1569};
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.