people are viewing this right now
${function() {
const variantData = data.variant || {"id":"18c3f99c-89b2-4719-92e4-18fc92dfb092","product_id":"eb5739cc-d96c-44b4-9f75-069fda4f90b2","title":"Orange-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2055424607825","barcode":"","position":1,"option1":"Orange","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cb9ca4cee79895264a171765cb5d3b1a.jpeg","path":"cb9ca4cee79895264a171765cb5d3b1a.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"0","compare_at_price":"58.89","price":"32.89","retail_price":"58.89","available":true,"url":"\/products\/men-s-turtleneck-sweater?variant=18c3f99c-89b2-4719-92e4-18fc92dfb092","available_quantity":999999999,"options":[{"name":"color","value":"Orange"},{"name":"size","value":"M"}],"off_ratio":44,"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 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":"18c3f99c-89b2-4719-92e4-18fc92dfb092","product_id":"eb5739cc-d96c-44b4-9f75-069fda4f90b2","title":"Orange-M","weight_unit":"kg","inventory_quantity":1000,"sku":"sku2055424607825","barcode":"","position":1,"option1":"Orange","option2":"M","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/cb9ca4cee79895264a171765cb5d3b1a.jpeg","path":"cb9ca4cee79895264a171765cb5d3b1a.jpeg","width":600,"height":600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32.89,"min_quantity":1}],"weight":"0","compare_at_price":"58.89","price":"32.89","retail_price":"58.89","available":true,"url":"\/products\/men-s-turtleneck-sweater?variant=18c3f99c-89b2-4719-92e4-18fc92dfb092","available_quantity":999999999,"options":[{"name":"color","value":"Orange"},{"name":"size","value":"M"}],"off_ratio":44,"flashsale_info":[],"sales":0};
return `
`
}()}