Pedal Tractors
These feature adjustable seat, front and rear trailer couplings. Pick any of these.
Show:
Sort By:
Big Jimmy Loader plus Trailer
Durable childrens tractor with precision chain drive and trailer,..
$189.00
Big Linde Forklift
Childrens fork lift truck in the original design of the new Lime tree seri..
$289.00
Kalee Pedal Tractor with Dump Bucket Yellow
The Kalee Pedal Tractor comes with a work..
$129.00
Kalee Pedal Tractor with Loader Green
The Kalee Pedal Tractor comes with a working front loader, ..
$139.00
Porsche Diesel Junior
Durable childrens tractor in the original design of the Porsche Diesel with d..
$189.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');
}
//-->