people are viewing this right now
Product was out of stock.
Sku : CL20-0015
Weight : 0.06kg
${function(){
const variantData = data.variant || {"id":"1db0447c-5433-43f5-96de-43c2f79152ae","product_id":"e4debbd8-1302-4a00-bb78-28e235c6d645","title":"","weight_unit":"kg","inventory_quantity":0,"sku":"CL20-0015","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":8.77,"min_quantity":1}],"weight":"0.06","compare_at_price":"19.99","price":"8.77","retail_price":"19.99","available":false,"url":"\/products\/laser-sights-for-pistols-20mm-mounting-red-laser-sight?variant=1db0447c-5433-43f5-96de-43c2f79152ae","available_quantity":0,"options":[],"off_ratio":56,"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 `
`;
}()}