people are viewing this right now
${function() {
const variantData = data.variant || {"id":"7450edb0-c0fd-4f7d-be3e-500760d93b4d","product_id":"33af0e3c-5877-47d1-abd0-c04bbfe46801","title":"US","weight_unit":"kg","inventory_quantity":932,"sku":"","barcode":"","position":1,"option1":"US","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1915d8d4822d94cd1f98a961ac3114ce.jpeg","path":"1915d8d4822d94cd1f98a961ac3114ce.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36","retail_price":"0","available":true,"url":"\/products\/junman-5w-rgb-full-color-animation-stage-effect-light-dj-disco-stage-beam-lights-for-party-sc?variant=7450edb0-c0fd-4f7d-be3e-500760d93b4d","available_quantity":999999999,"options":[{"name":"Type","value":"US"}],"off_ratio":0,"flashsale_info":[],"sales":218};
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":"7450edb0-c0fd-4f7d-be3e-500760d93b4d","product_id":"33af0e3c-5877-47d1-abd0-c04bbfe46801","title":"US","weight_unit":"kg","inventory_quantity":932,"sku":"","barcode":"","position":1,"option1":"US","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/1915d8d4822d94cd1f98a961ac3114ce.jpeg","path":"1915d8d4822d94cd1f98a961ac3114ce.jpeg","width":500,"height":500,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":36,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"36","retail_price":"0","available":true,"url":"\/products\/junman-5w-rgb-full-color-animation-stage-effect-light-dj-disco-stage-beam-lights-for-party-sc?variant=7450edb0-c0fd-4f7d-be3e-500760d93b4d","available_quantity":999999999,"options":[{"name":"Type","value":"US"}],"off_ratio":0,"flashsale_info":[],"sales":218};
return `
`
}()}