people are viewing this right now
Product was out of stock.
Sku : CL24-0144 BALCK 25.4
Weight : 0.27kg
${function(){
const variantData = data.variant || {"id":"4e637d37-3b84-42ce-b526-f5b1fb85e421","product_id":"27571851-e4bc-4ec4-8500-3641c64f10df","title":"BLACK-25.4mm","weight_unit":"kg","inventory_quantity":10000,"sku":"CL24-0144 BALCK 25.4","barcode":"","position":1,"option1":"BLACK","option2":"25.4mm","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/10bf15c0ee85852f8ffbbbb002847563.jpg","path":"10bf15c0ee85852f8ffbbbb002847563.jpg","width":800,"height":800,"alt":"Warne Scope Mounts - Optic Mountain 25MM\/30MM - HaikeWargame","aspect_ratio":1},"wholesale_price":[{"price":15.16,"min_quantity":1}],"weight":"0.27","compare_at_price":"45","price":"15.16","retail_price":"45","available":true,"url":"\/products\/warne-scope-mounts-optic-mountain-25mm-30mm?variant=4e637d37-3b84-42ce-b526-f5b1fb85e421","available_quantity":999999999,"options":[{"name":"Color","value":"BLACK"},{"name":"25.4\/30","value":"25.4mm"}],"off_ratio":66,"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 `
`;
}()}