people are viewing this right now
Product was out of stock.
${function(){
const variantData = data.variant || {"id":"2b4b2579-7cfb-49af-aade-70c2e9d65a93","product_id":"5575124f-ff59-46a0-9d5c-fb71ea325c18","title":"black","weight_unit":"kg","inventory_quantity":0,"sku":"CL8-0004","barcode":"","position":1,"option1":"black","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/906e56d8a1b0fa9b2d759cd72ad121ae.jpg","path":"906e56d8a1b0fa9b2d759cd72ad121ae.jpg","width":800,"height":800,"alt":"Anti-Scratch Anti-Fog Safety Glasses with Superior UV Protection, Anti-Scratch and Anti-Impact Eye Protection for Work, Laboratory, Construction - HaikeWargame","aspect_ratio":1},"wholesale_price":[{"price":6.84,"min_quantity":1}],"weight":"0","compare_at_price":"14","price":"6.84","retail_price":"14","available":true,"url":"\/products\/anti-scratch-anti-fog-safety-glasses-with-superior-uv-protection-anti-scratch-and-anti-impact-eye-protection-for-work-laboratory-construction?variant=2b4b2579-7cfb-49af-aade-70c2e9d65a93","available_quantity":999999999,"options":[{"name":"Color","value":"black"}],"off_ratio":51,"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 `
`;
}()}