people are viewing this right now
Product was out of stock.
Sku : CL22-0256 Black
Weight : 47kg
${function(){
const variantData = data.variant || {"id":"0a2f5d19-9d35-4929-bbe5-97bbe0c92cbd","product_id":"e7f544cc-9cae-4cc7-95a5-716b9fda69db","title":"Black","weight_unit":"kg","inventory_quantity":0,"sku":"CL22-0256 Black","barcode":"","position":1,"option1":"Black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/bd0eb33a85d03eece58e32718310beb5.jpg","path":"bd0eb33a85d03eece58e32718310beb5.jpg","width":1000,"height":1000,"alt":"45\u00b0 RMR Scope Mount (compatible with Geissele scope mount) - HaikeWargame","aspect_ratio":1},"wholesale_price":[{"price":9.65,"min_quantity":1}],"weight":"47","compare_at_price":"18","price":"9.65","retail_price":"18","available":true,"url":"\/products\/45-rmr-scope-mount-compatible-with-geissele-scope-mount?variant=0a2f5d19-9d35-4929-bbe5-97bbe0c92cbd","available_quantity":999999999,"options":[{"name":"Color","value":"Black"}],"off_ratio":46,"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 `
`;
}()}