The merchant of Venice (Penguin Popular Classics)
Назад до книги
The merchant of Venice (Penguin Popular Classics)
Є в наявності
ISBN:
9780140623765
Наявність:
Є в наявності
Автор
William Shakespeare
Видавництво
Penguin
Кіл-ть сторінок
128
Рік видання
2007
Розмір
17.6x11x1
Формат
Paperback
Вага
0.10kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The merchant of Venice (Penguin Popular Classics)
The merchant of Venice (Penguin Popular Classics), | William Shakespeare (1564-1616) was born to John Shakespeare and mother Mary Arden some time in late April 1564 in Stratford-upon-Avon. He wrote about 38 plays (the precise number is uncertain), a collection of sonnets and a variety of other poems.
Рецензії про книгу The merchant of Venice (Penguin Popular Classics) (0 відгуків)
+ Добавить отзыв
$('.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']);
}
}
});
});
//-->