${function() {
const variantData = data.variant || {"id":"6b508fd5-6df8-4416-932a-2777b01860e8","product_id":"0761d589-1a95-4773-870e-0d651ee3b3c7","title":"1","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":1,"option1":"1","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/c915f3fd821dab3a56dbfbb06d61a550.jpg","path":"c915f3fd821dab3a56dbfbb06d61a550.jpg","width":800,"height":800,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"1","compare_at_price":"40","price":"32","retail_price":"40","available":true,"url":"\/products\/uv-protection-summer-sunglasses-rimless?variant=6b508fd5-6df8-4416-932a-2777b01860e8","available_quantity":999999999,"options":[{"name":"product number","value":"1"}],"off_ratio":20,"flashsale_info":[],"sales":156};
const saveType = "amount";
const saveText = "Save {{saved_amount}}";
const productLabelDiscountOn = true;
return `
-
${saveText.replace('\{\{saved_amount\}\}',
saveType == 'percentage'
? variantData.off_ratio + '%'
: ``
)}
`;
}()}
people are viewing this right now
${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 minDays = parseInt('2');
const maxDays = parseInt('3');
const customText = "Estimated Delivery\uff1a{min_date} - {max_date}";
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 `
`;
}()}
30 day Money Back Guarantee