Board Set
${function() {
const variantData = data.variant || {"id":"0f95261b-f2d3-467d-ab14-95f39edf7433","product_id":"7f3026d8-f291-4d39-bb80-e25268a87ed6","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838382089","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/19c5e8cf473a9f3b3f7166062d73e718.jpeg","path":"19c5e8cf473a9f3b3f7166062d73e718.jpeg","width":2560,"height":2560,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.97,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"9.97","retail_price":"60","available":true,"url":"\/products\/board-set-w104246?variant=0f95261b-f2d3-467d-ab14-95f39edf7433","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":83,"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":"0f95261b-f2d3-467d-ab14-95f39edf7433","product_id":"7f3026d8-f291-4d39-bb80-e25268a87ed6","title":"Default Title","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2118838382089","barcode":"","position":1,"option1":"Default Title","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/19c5e8cf473a9f3b3f7166062d73e718.jpeg","path":"19c5e8cf473a9f3b3f7166062d73e718.jpeg","width":2560,"height":2560,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":9.97,"min_quantity":1}],"weight":"0","compare_at_price":"60","price":"9.97","retail_price":"60","available":true,"url":"\/products\/board-set-w104246?variant=0f95261b-f2d3-467d-ab14-95f39edf7433","available_quantity":1000,"options":[{"name":"Title","value":"Default Title"}],"off_ratio":83,"flashsale_info":[],"sales":0};
return `
`
}()}