Tidal Dual Engine Mode Shaver
${function() {
const variantData = data.variant || {"id":"b8a2da39-3a48-4c17-a9be-6f6f65de7a10","product_id":"caa78352-faa7-4c2c-9cea-d0142f7fab5e","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"SLR7XGFQ-0001","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e097b4b8ee7fab3e5174c814a6a0c919.jpeg","path":"e097b4b8ee7fab3e5174c814a6a0c919.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.98","price":"32.99","retail_price":"59.98","available":true,"url":"\/products\/portable-electric-shaver?variant=b8a2da39-3a48-4c17-a9be-6f6f65de7a10","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":45,"flashsale_info":[],"sales":26344};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${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":"b8a2da39-3a48-4c17-a9be-6f6f65de7a10","product_id":"caa78352-faa7-4c2c-9cea-d0142f7fab5e","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"SLR7XGFQ-0001","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e097b4b8ee7fab3e5174c814a6a0c919.jpeg","path":"e097b4b8ee7fab3e5174c814a6a0c919.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.99,"min_quantity":1}],"weight":"0","compare_at_price":"59.98","price":"32.99","retail_price":"59.98","available":true,"url":"\/products\/portable-electric-shaver?variant=b8a2da39-3a48-4c17-a9be-6f6f65de7a10","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":45,"flashsale_info":[],"sales":26344};
return `
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('50');
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