🚨HOT SALE 🚨 – Console
${function() {
const variantData = data.variant || {"id":"cee05e5d-53b5-4f15-8422-f66528951879","product_id":"d4eb19a2-61cf-4763-ba61-10b2f60d127b","title":"Default Title","weight_unit":"kg","inventory_quantity":999,"sku":"sku2118839042279","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b3ed3f9e1fb330bf4dccd9b21a08a22e.jpeg","path":"b3ed3f9e1fb330bf4dccd9b21a08a22e.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.28,"min_quantity":1}],"weight":"0","compare_at_price":"49.95","price":"21.28","retail_price":"49.95","available":true,"url":"\/products\/hspshs?variant=cee05e5d-53b5-4f15-8422-f66528951879","available_quantity":999,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":57,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function() {
const minInventory = parseInt('3');
const maxInventory = parseInt('88');
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 `
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"cee05e5d-53b5-4f15-8422-f66528951879","product_id":"d4eb19a2-61cf-4763-ba61-10b2f60d127b","title":"Default Title","weight_unit":"kg","inventory_quantity":999,"sku":"sku2118839042279","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/b3ed3f9e1fb330bf4dccd9b21a08a22e.jpeg","path":"b3ed3f9e1fb330bf4dccd9b21a08a22e.jpeg","width":720,"height":720,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.28,"min_quantity":1}],"weight":"0","compare_at_price":"49.95","price":"21.28","retail_price":"49.95","available":true,"url":"\/products\/hspshs?variant=cee05e5d-53b5-4f15-8422-f66528951879","available_quantity":999,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":57,"flashsale_info":[],"sales":0};
return `
`
}()}