Men Leather Pocket Organizer Belt Tool Holder
${function() {
const variantData = data.variant || {"id":"63a99fe5-5c2e-46f7-900a-4864816a1a16","product_id":"aa257f81-0d34-4e19-b873-71ac3e8a4514","title":"Brown","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":1,"option1":"Brown","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/32e2ee03aa65bf20352e79f8a19f2eb3.jpg","path":"32e2ee03aa65bf20352e79f8a19f2eb3.jpg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.99","price":"21.99","retail_price":"32.99","available":true,"url":"\/products\/men-leather-pocket-organizer-belt-tool-holder?variant=63a99fe5-5c2e-46f7-900a-4864816a1a16","available_quantity":100,"options":[{"name":"Color","value":"Brown"}],"off_ratio":33,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const variantData = data.variant || {"id":"63a99fe5-5c2e-46f7-900a-4864816a1a16","product_id":"aa257f81-0d34-4e19-b873-71ac3e8a4514","title":"Brown","weight_unit":"kg","inventory_quantity":100,"sku":"","barcode":"","position":1,"option1":"Brown","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/32e2ee03aa65bf20352e79f8a19f2eb3.jpg","path":"32e2ee03aa65bf20352e79f8a19f2eb3.jpg","width":1600,"height":1600,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":21.99,"min_quantity":1}],"weight":"0","compare_at_price":"32.99","price":"21.99","retail_price":"32.99","available":true,"url":"\/products\/men-leather-pocket-organizer-belt-tool-holder?variant=63a99fe5-5c2e-46f7-900a-4864816a1a16","available_quantity":100,"options":[{"name":"Color","value":"Brown"}],"off_ratio":33,"flashsale_info":[],"sales":0};
return `
`
}()}
${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('7');
const maxDays = parseInt('13');
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 = 60;
const custom_text = "Buy {amount} more to enjoy FREE Shipping";
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 `
`;
}()}