The merchant of Venice (Penguin Popular Classics)
Back to the book
The merchant of Venice (Penguin Popular Classics)
In Stock
ISBN:
9780140623765
Availability:
In Stock
Author
William Shakespeare
Format
Paperback
Number of pages
128
Publisher
Penguin
Size
17.6x11x1
Year of publication
2007
Weight
0.10kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book 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.
Book reviews The merchant of Venice (Penguin Popular Classics) (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']);
}
}
});
});
//-->