White Hoverboard - Classic White Hoverboard
Brand: Hoverboard Scooters
Product Code: WHITE-CL
Availability: Out Of Stock
Processes and Ships Same Day from USA

Only 0 Left In Stock
Other Hoverboards In Stock Now You May Like
When you want the cheapest hoverboard, that is the safest hoverboard then you want to stick with the White Hoverboard. This classic 6.5 Inch hoverboard in white, is of course backed by our 180 Day guarantee. This white hoverboard for sale is as always shipped from a US company and seller and is the best at this price.
What You Get With Your White Hoverboard
- English Safety Manual & Operating Instructions
- 180 Day US Guarantee

- Trusted AC Wall Battery Wall Charger
- Breakaway Cable for Battery Charger
- 1 White Hoverboard Classic
And if you didn't already know, by our reviews, you'll notice that none of our hoverboards have been in any incidents, none have exploded and we offer a US guarantee and customer service. So stay safe, and buy your White Hoverboard now.
";
$.ajax({
url: 'index.php?route=checkout/cart/add',
type: 'post',
data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'),
dataType: 'json',
success: function(json) {
$('.success, .warning, .attention, information, .error').remove();
if (json['error']) {
if (json['error']['option']) {
for (i in json['error']['option']) {
$('#option-' + i).after('
' + json['error']['option'][i] + '');
}
}
if (json['error']['profile']) {
$('select[name="profile_id"]').after('
' + json['error']['profile'] + '');
}
}
if (json['success']) {
$('#notification').html('
' + json['success'] + '

'+fb_ad);
$('.success').fadeIn('slow');
$('#cart-total').html(json['total']);
$(".atc-blanket").remove();
$('html, body').animate({ scrollTop: 0 }, 'slow');
}
},
error: function() {
$(".atc-blanket").remove();
}
});
});
//-->