${function() {
const variantData = data.variant || {"id":"0e0f07a5-a9ec-4ea8-bc12-32b425b4c856","product_id":"2941d427-6f3f-46ce-bf76-1d8608afe524","title":"silver","weight_unit":"kg","inventory_quantity":0,"sku":"SLRN5EXA-0001","barcode":"","position":1,"option1":"silver","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/daf3e9b4f585a28f9e5ba2be5a230c59.jpeg","path":"daf3e9b4f585a28f9e5ba2be5a230c59.jpeg","width":823,"height":823,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":89.99,"min_quantity":1}],"weight":"0","compare_at_price":"176.99","price":"89.99","retail_price":"176.99","available":true,"url":"\/products\/\u2b50avant-garde-timekeeper-fk030?variant=0e0f07a5-a9ec-4ea8-bc12-32b425b4c856","available_quantity":999999999,"options":[{"name":"color","value":"silver"}],"off_ratio":49,"flashsale_info":[],"sales":0};
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.