Banggood is a well known international online shopping portal. Now they are celebrating mi fan fest in which you can get exciting deal on mi products, Buy 1 get 1 free and more. This offer is valid till 10th April. Limited time offer. Follow below mention steps to grab this deal
Steps To Grab Banggood Mi Fan Festival
● Goto Banggood Offer Page
● Add Product Into Your Cart
● Login/SignUp a new account
● Update/Select Your shipping address
● Apply Coupon Code : Not Required
● Make Payments Or Select Cash On Delivery If Available
Don’t Miss ☞ Metro Shoes – Get Flat 50% Discount On Crocs Shoes + Free Shipping
“Special Offer :
“
var end = new Date(’04/10/2018 11:59 PM’);
var _second = 1000;
var _minute = _second * 60;
var _hour = _minute * 60;
var _day = _hour * 24;
var timer;
function showRemaining() {
var now = new Date();
var distance = end – now;
if (distance < 0) {
clearInterval(timer);
document.getElementById(‘countdown’).innerHTML = ‘EXPIRED!’;
return;
}
var days = Math.floor(distance / _day);
var hours = Math.floor((distance % _day) / _hour);
var minutes = Math.floor((distance % _hour) / _minute);
var seconds = Math.floor((distance % _minute) / _second);
document.getElementById(‘countdown’).innerHTML = days + ‘days ‘;
document.getElementById(‘countdown’).innerHTML += hours + ‘hrs ‘;
document.getElementById(‘countdown’).innerHTML += minutes + ‘mins ‘;
document.getElementById(‘countdown’).innerHTML += seconds + ‘secs’;
}
timer = setInterval(showRemaining, 1000);
sale