Buds3 Pro
${function() {
const variantData = data.variant || {"id":"0750f419-5b38-40da-8a1c-b0a403568aca","product_id":"d4cc90de-a268-4f86-9c45-d485faef2def","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c91e480ef10d26f431c395b9f5e5971.png","path":"9c91e480ef10d26f431c395b9f5e5971.png","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"49.99","retail_price":"89.99","available":true,"url":"\/products\/buds3-pro?variant=0750f419-5b38-40da-8a1c-b0a403568aca","available_quantity":999999999,"options":[{"name":"Cloro","value":"Black"}],"off_ratio":44,"flashsale_info":[],"sales":0};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Please select a {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
people are viewing this right now
Product was out of stock.
Product is unavailable.
${function(){
const variantData = data.variant || {"id":"0750f419-5b38-40da-8a1c-b0a403568aca","product_id":"d4cc90de-a268-4f86-9c45-d485faef2def","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/9c91e480ef10d26f431c395b9f5e5971.png","path":"9c91e480ef10d26f431c395b9f5e5971.png","width":2000,"height":2000,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":49.99,"min_quantity":1}],"weight":"0","compare_at_price":"89.99","price":"49.99","retail_price":"89.99","available":true,"url":"\/products\/buds3-pro?variant=0750f419-5b38-40da-8a1c-b0a403568aca","available_quantity":999999999,"options":[{"name":"Cloro","value":"Black"}],"off_ratio":44,"flashsale_info":[],"sales":0};
return `
`
}()}
${function() {
const minDays = parseInt('2');
const maxDays = parseInt('5');
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 `
${tipText}
`;
}()}
${function() {
const postageFreeAmount = 1;
const custom_text = "Free shipping on all items";
const totalPrice = +data.total_price;
const diffPrice = postageFreeAmount - totalPrice;
const percentDiff = (diffPrice > 0 ? (totalPrice / postageFreeAmount * 100) : 100) + '%';
let tipText = "Your order is free delivery";
if (diffPrice > 0) {
tipText = custom_text.replace('{amount}', `
`);
}
return `
`;
}()}