8 Inch Hoverboard - Lambo Bluetooth Hoverboard w/LEDs - Green
Brand: Hoverboard Scooters
Product Code: 8-INCH-LAMBO-G
Availability: Out Of Stock
Processes and Ships Same Day from USA

Only 0 Left In Stock
Other Hoverboards In Stock Now You May Like
As you know there are many types of hoverboards for sale. But one in particular stands out amongst the masses. And that is the 8 Inch Hoverboard. This 8 Inch hoverboard is beyond unique, because it features Bluetooth connectivity and even has the limited edition Lamborghini hoverboard design. Combined with LEDs and an awesome green color, this is special edition of no compare.
What Comes w/ 8 Inch Hoverboard Lamborghini Style
- Limited Edition Lamborghini Bodystyle
- Larger 8 Inch Wheels

- 180 Day Trusted Industry Guarantee
- Bluetooth Connectivity for your Hoverboard
- Certified Safe Operation & Battery
- Special LEDs on Wheels
Question: How many days is the shipping?
By Trevondejuan123 on March 25th, 2017
Answer: It ships same business day if your order and all your order information is verifiable.
";
$.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();
}
});
});
//-->