people are viewing this right now
${function() {
const variantData = data.variant || {"id":"cd2e4b2b-e13f-4453-bd58-1f7ef2da2793","product_id":"76d5e8b6-d97e-4e95-8486-2409c3356b59","title":"Beige-US-5\/36","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Beige","option2":"US-5\/36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2a355f8b571fd11f452874a12618cdf.jpg","path":"a2a355f8b571fd11f452874a12618cdf.jpg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"26.99","retail_price":"49.99","available":true,"url":"\/products\/cartoon-snowman-christmas-plush-slippers?variant=cd2e4b2b-e13f-4453-bd58-1f7ef2da2793","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Shoe Size","value":"US-5\/36"}],"off_ratio":46,"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":"cd2e4b2b-e13f-4453-bd58-1f7ef2da2793","product_id":"76d5e8b6-d97e-4e95-8486-2409c3356b59","title":"Beige-US-5\/36","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Beige","option2":"US-5\/36","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/a2a355f8b571fd11f452874a12618cdf.jpg","path":"a2a355f8b571fd11f452874a12618cdf.jpg","width":1280,"height":1280,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":26.99,"min_quantity":1}],"weight":"0","compare_at_price":"49.99","price":"26.99","retail_price":"49.99","available":true,"url":"\/products\/cartoon-snowman-christmas-plush-slippers?variant=cd2e4b2b-e13f-4453-bd58-1f7ef2da2793","available_quantity":999999999,"options":[{"name":"Color","value":"Beige"},{"name":"Shoe Size","value":"US-5\/36"}],"off_ratio":46,"flashsale_info":[],"sales":0};
return `
`
}()}