Battery Operated Cars
We offer you outstanding deals on our top quality products. Choose any of these.
Show:
Sort By:
Feber Ferrari California 12v Car
Feber 2 Seat Ferrari California 12v Ride o..
$399.00
Injusa Big Wheels Go-Kart 12v
Made in Spain, these Injusa ride on toys are top of the line...
$199.00
Injusa Phantom Racer Truck 12v 2 Motors
Made in Spain, these Injusa ride on toys are top of the l..
$419.00
Injusa REV Car 12v Red
Rev up the fun with the new Injusa Evo Car. The 12V battery propels ..
$279.00
Injusa Speedy Kart 6v
Made in Spain, these Injusa ride on toys are top of the line.
Specs:
Re..
$159.00
';
html += '
' + jQuery(element).find('.wishlist').html() + '
';
html += '
' + jQuery(element).find('.compare').html() + '
';
html += '
';
html += '
';
var image = jQuery(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
var price = jQuery(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
html += '
' + jQuery(element).find('.name').html() + '
';
html += '
' + jQuery(element).find('.description').html() + '
';
var rating = jQuery(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
';
jQuery(element).html(html);
});
jQuery('.display').html('
Display: List
/ Grid');
jQuery.cookie('display', 'list');
} else {
jQuery('.product-list').attr('class', 'product-grid');
jQuery('.product-grid > div').each(function(index, element) {
html = '';
var image = jQuery(element).find('.image').html();
if (image != null) {
html += '
' + image + '
';
}
html += '
' + jQuery(element).find('.name').html() + '
';
html += '
' + jQuery(element).find('.description').html() + '
';
var price = jQuery(element).find('.price').html();
if (price != null) {
html += '
' + price + '
';
}
var rating = jQuery(element).find('.rating').html();
if (rating != null) {
html += '
' + rating + '
';
}
html += '
' + jQuery(element).find('.cart').html() + '
';
html += '
' + jQuery(element).find('.wishlist').html() + '
';
html += '
' + jQuery(element).find('.compare').html() + '
';
jQuery(element).html(html);
});
jQuery('.display').html('
Display: List / Grid');
jQuery.cookie('display', 'grid');
}
}
view = jQuery.cookie('display');
if (view) {
display(view);
} else {
display('list');
}
//-->