Hundo 6 Drawer Storage Chest
${function() {
const variantData = data.variant || {"id":"e2566294-5f0d-4ac3-bd16-757d3fc456ed","product_id":"255f3099-bafb-41f2-9d33-c64574b1dae3","title":"Gray","weight_unit":"kg","inventory_quantity":1000,"sku":"homie","barcode":"","position":1,"option1":"Gray","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1f12d0d5bf4c73c2be147c86df9a5e56.jpeg","path":"1f12d0d5bf4c73c2be147c86df9a5e56.jpeg","width":755,"height":755,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.74,"min_quantity":1}],"weight":"0","compare_at_price":"139.99","price":"18.74","retail_price":"139.99","available":true,"url":"\/products\/wade-logan-hundo-6-drawer-storage-chest-w004136649-ibwp?variant=e2566294-5f0d-4ac3-bd16-757d3fc456ed","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"}],"off_ratio":87,"flashsale_info":[],"sales":0};
const saveType = "amount";
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":"e2566294-5f0d-4ac3-bd16-757d3fc456ed","product_id":"255f3099-bafb-41f2-9d33-c64574b1dae3","title":"Gray","weight_unit":"kg","inventory_quantity":1000,"sku":"homie","barcode":"","position":1,"option1":"Gray","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1f12d0d5bf4c73c2be147c86df9a5e56.jpeg","path":"1f12d0d5bf4c73c2be147c86df9a5e56.jpeg","width":755,"height":755,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":18.74,"min_quantity":1}],"weight":"0","compare_at_price":"139.99","price":"18.74","retail_price":"139.99","available":true,"url":"\/products\/wade-logan-hundo-6-drawer-storage-chest-w004136649-ibwp?variant=e2566294-5f0d-4ac3-bd16-757d3fc456ed","available_quantity":999999999,"options":[{"name":"Color","value":"Gray"}],"off_ratio":87,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minInventory = parseInt('10');
const maxInventory = parseInt('52');
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 `
`;
}()}