Metallic Gold Hoverboard - Gold Chrome Limited Edition
Brand: Hoverboard Scooters
Product Code: METAL-GOLD
Availability: Out Of Stock
Processes and Ships Same Day from USA

Only 0 Left In Stock
Other Hoverboards In Stock Now You May Like
Everything that glitters is this metallic gold hoverboard. This limited edition gold chrome design is the best model to date with the safest and trusted manufacturing. Since we know that sometimes that you want that "extra bling" in your board, we have brought together these gold hoverboards in limited quantity. With the shine and gloss of a fresh gold metallic melt, you can guarantee that this hoverboard stands above the rest.
What Do You Get With The Metallic Gold Hoverboard?
- Official US English Hoverboard Safety Instructions & Warranty Card
- Certfied Hoverboard AC Wall Charger

- Official Limited Edition Metallic Gold Hoverboard
- Trusted & Tested 180 Day Replacement Hoverboard Guarantee
As with all of our hoverboards, you want to make sure that you stay while riding and pick up some hoverboard safety gear and even the hoverboard carry case to make sure you protect your super smooth ride for many rides to come!
Question: CAN YOU SHIP TO DIFFERENT ADDRESS OTHER THAN BILLING ADDRESS
By carol on December 7th, 2016
Answer: No, we only allow shipping to the billing address as per Visa and MasterCard regulations.
";
$.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();
}
});
});
//-->