people are viewing this right now
${function() {
const variantData = data.variant || {"id":"04075805-231a-468b-9bae-7fd509dc1e22","product_id":"25f83ca3-cd17-4b78-8b11-590e3e81808a","title":"Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Buy 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a94af7ad56b808a1c15d813ffb1985a.jpeg","path":"5a94af7ad56b808a1c15d813ffb1985a.jpeg","width":417,"height":417,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.99","retail_price":"0","available":true,"url":"\/products\/rope-climbing-santa?variant=04075805-231a-468b-9bae-7fd509dc1e22","available_quantity":999999999,"options":[{"name":"Combination","value":"Buy 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
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('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 `
`;
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"04075805-231a-468b-9bae-7fd509dc1e22","product_id":"25f83ca3-cd17-4b78-8b11-590e3e81808a","title":"Buy 1","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Buy 1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/5a94af7ad56b808a1c15d813ffb1985a.jpeg","path":"5a94af7ad56b808a1c15d813ffb1985a.jpeg","width":417,"height":417,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"25.99","retail_price":"0","available":true,"url":"\/products\/rope-climbing-santa?variant=04075805-231a-468b-9bae-7fd509dc1e22","available_quantity":999999999,"options":[{"name":"Combination","value":"Buy 1"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}