Solomon Crocodile
Back to the book
Solomon Crocodile
Individual order
ISBN:
9780230750227
Availability:
Age
3 - 6
Author
Catherine Rayner
Format
Paperback
Number of pages
22
Publisher
Pan Macmillan
Size
27.2x21.2x0.6
Year of publication
2012
Weight
0.17kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book Solomon Crocodile
Poor Solomon is looking for some fun but no one wants to play. The dragonflies tell him to buzz off, the storks get in a flap, and the hippo? Well, the less said about the hippo, the better! But then somebody else starts causing trouble . . . and for once it is NOT Solomon. Could it be the perfect pal for a lonely crocodile?
Other books by the authorCatherine Rayner
Solomon Crocodile
Book reviews Solomon Crocodile (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->