people are viewing this right now
Product was out of stock.
Sku : CL24-0259
Weight : 68g
${function(){
const variantData = data.variant || {"id":"eb4567e6-3100-4891-a87f-3b5c3f33b279","product_id":"10b5b2bc-c5b8-4ee0-970a-d48a8b0ce57c","title":"","weight_unit":"g","inventory_quantity":0,"sku":"CL24-0259","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":59,"min_quantity":1}],"weight":"68","compare_at_price":"89","price":"59","retail_price":"89","available":true,"url":"\/products\/j-arm-adapter-for-an-pvs-14-monocular-nvg-dovetail?variant=eb4567e6-3100-4891-a87f-3b5c3f33b279","available_quantity":999999999,"options":[],"off_ratio":34,"flashsale_info":[],"sales":32};
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 `
`;
}()}