people are viewing this right now
${function() {
const variantData = data.variant || {"id":"96f43f62-34c4-421a-9637-41f102a1ce62","product_id":"46d595bf-a2a8-4a64-89ce-bd6b2a5150f5","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"AQ003267-BE-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7941f92ab5be936708290288d0159f75.jpeg","path":"7941f92ab5be936708290288d0159f75.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.99","price":"29.99","retail_price":"45.99","available":true,"url":"\/products\/striped-spaghetti-strap-jumpsuit?variant=96f43f62-34c4-421a-9637-41f102a1ce62","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":35,"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":"96f43f62-34c4-421a-9637-41f102a1ce62","product_id":"46d595bf-a2a8-4a64-89ce-bd6b2a5150f5","title":"Blue-S","weight_unit":"kg","inventory_quantity":1000,"sku":"AQ003267-BE-S","barcode":"","position":1,"option1":"Blue","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7941f92ab5be936708290288d0159f75.jpeg","path":"7941f92ab5be936708290288d0159f75.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":29.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.99","price":"29.99","retail_price":"45.99","available":true,"url":"\/products\/striped-spaghetti-strap-jumpsuit?variant=96f43f62-34c4-421a-9637-41f102a1ce62","available_quantity":999999999,"options":[{"name":"Color","value":"Blue"},{"name":"Size","value":"S"}],"off_ratio":35,"flashsale_info":[],"sales":0};
return `
`
}()}