people are viewing this right now
Product was out of stock.
Sku : CL15-0078 black
Weight : 0.19kg
${function(){
const variantData = data.variant || {"id":"7e0bb724-6281-4e85-94e3-1c49f80070dd","product_id":"b9c435d9-143c-4fc4-8f93-974eac1dbff8","title":"BLACK","weight_unit":"kg","inventory_quantity":10001,"sku":"CL15-0078 black","barcode":"","position":1,"option1":"BLACK","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bef783d98e453320f1561d47a86e26c9.jpg","path":"bef783d98e453320f1561d47a86e26c9.jpg","width":500,"height":362,"alt":"LED Flashlight With Strobe - M300-Rail-Mountable LED Light - HaikeWargame","aspect_ratio":1.3812154696132597},"wholesale_price":[{"price":30.32,"min_quantity":1}],"weight":"0.19","compare_at_price":"78","price":"30.32","retail_price":"78","available":true,"url":"\/products\/led-flashlight-with-strobe-m300-rail-mountable-led-light?variant=7e0bb724-6281-4e85-94e3-1c49f80070dd","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"}],"off_ratio":61,"flashsale_info":[],"sales":0};
return `
Sku : ${variantData && variantData.sku}
Weight : ${variantData && variantData.weight}${variantData && variantData.weight_unit}
Barcode : ${variantData && variantData.barcode}
`
}()}
${function() {
const postageFreeAmount = 499;
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 `
`;
}()}
${function() {
const minDays = parseInt('3');
const maxDays = parseInt('7');
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 `
`;
}()}