people are viewing this right now
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
const customText = "It's been recommended by 5.9K people on Facebook, Twitter";
const minDate = new Date(Date.now() + (minDays * 86400000));
const maxDate = new Date(Date.now() + (maxDays * 86400000));
const formatDate = (minDate.getFullYear() == maxDate.getFullYear() && minDate.getFullYear() == new Date().getFullYear())
? new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit' })
: new Intl.DateTimeFormat('en', { month: 'short', day: '2-digit', year: 'numeric' });
const tipText = customText.replace(/\{min_date\}/g, '' + formatDate.format(minDate) + '')
.replace(/\{max_date\}/g, '' + formatDate.format(maxDate) + '');
return `
`;
}()}
Free shipping on orders over 50
Free returns within fourteen days
Contact us: service@muthser.com
${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 `
`;
}()}
${function() {
const variantData = data.variant || {"id":"204117c0-0ac8-4e19-8a93-3ce7971d7627","product_id":"148352e4-92fb-45e7-8b12-d565c1d8289e","title":"Black","weight_unit":"kg","inventory_quantity":10000,"sku":"5NSL240815-HEI","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51cbc32aaea277e35ebca3871422f3c4.jpeg","path":"51cbc32aaea277e35ebca3871422f3c4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.98","price":"25.99","retail_price":"45.98","available":true,"url":"\/products\/bag-114?variant=204117c0-0ac8-4e19-8a93-3ce7971d7627","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":43,"flashsale_info":[],"sales":0};
const saveType = "percentage";
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}
`
}()}
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"204117c0-0ac8-4e19-8a93-3ce7971d7627","product_id":"148352e4-92fb-45e7-8b12-d565c1d8289e","title":"Black","weight_unit":"kg","inventory_quantity":10000,"sku":"5NSL240815-HEI","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/51cbc32aaea277e35ebca3871422f3c4.jpeg","path":"51cbc32aaea277e35ebca3871422f3c4.jpeg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":25.99,"min_quantity":1}],"weight":"0","compare_at_price":"45.98","price":"25.99","retail_price":"45.98","available":true,"url":"\/products\/bag-114?variant=204117c0-0ac8-4e19-8a93-3ce7971d7627","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":43,"flashsale_info":[],"sales":0};
return `
`
}()}