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":"32b7af0c-02a1-414b-9a73-a2ecf049470e","product_id":"1e48c5d6-802e-40ac-9f63-b02fd5015b95","title":"Cute teapot lighter","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Cute teapot lighter","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7750cc9e4cb11947bdd37a7b5d6414de.jpeg","path":"7750cc9e4cb11947bdd37a7b5d6414de.jpeg","width":580,"height":581,"alt":"","aspect_ratio":0.9982788296041308},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"19.99","retail_price":"39.99","available":true,"url":"\/products\/pink-flame?variant=32b7af0c-02a1-414b-9a73-a2ecf049470e","available_quantity":999999999,"options":[{"name":"\u6750\u6599","value":"Cute teapot lighter"}],"off_ratio":50,"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":"32b7af0c-02a1-414b-9a73-a2ecf049470e","product_id":"1e48c5d6-802e-40ac-9f63-b02fd5015b95","title":"Cute teapot lighter","weight_unit":"kg","inventory_quantity":1000,"sku":"","barcode":"","position":1,"option1":"Cute teapot lighter","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/7750cc9e4cb11947bdd37a7b5d6414de.jpeg","path":"7750cc9e4cb11947bdd37a7b5d6414de.jpeg","width":580,"height":581,"alt":"","aspect_ratio":0.9982788296041308},"wholesale_price":[{"price":19.99,"min_quantity":1}],"weight":"0","compare_at_price":"39.99","price":"19.99","retail_price":"39.99","available":true,"url":"\/products\/pink-flame?variant=32b7af0c-02a1-414b-9a73-a2ecf049470e","available_quantity":999999999,"options":[{"name":"\u6750\u6599","value":"Cute teapot lighter"}],"off_ratio":50,"flashsale_info":[],"sales":0};
return `
`
}()}