The Wild Swans
Back to the book
ISBN:
9781841481647
Availability:
Age
7 - 9
Author
Hans Christian Andersen
Format
Hardcover
Number of pages
48
Publisher
Barefoot Books
Size
23.5 x 1.1 x 28.5
Year of publication
2005
Weight
0.35kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book The Wild Swans
In a newly illustrated edition of the classic fairy tale, eleven brothers who have been turned into swans by their evil stepmother are saved by their beautiful sister. У ілюстрованому виданні класичної казки одинадцять братів, яких зла мачуха перетворила на лебедів, рятує їхня прекрасна сестра.
Book reviews The Wild Swans (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']);
}
}
});
});
//-->