The Diamond as Big as the Ritz (Penguin Popular Classics)
The Diamond as Big as the Ritz (Penguin Popular Classics)
Індивідуальне замовлення
ISBN:
9780141197760
Наявність:
Автор
F. Scott Fitzgerald
Видавництво
Penguin
Кіл-ть сторінок
192
Рік видання
2011
Розмір
11.1 x 1.2 x 18.1
Формат
Paperback
Вага
0.13kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
- Все про книгу
- Відгуків (0)
Все про книгу The Diamond as Big as the Ritz (Penguin Popular Classics)
Художня,Класика The Diamond as Big as the Ritz (Penguin Popular Classics) 9780141197760 F. Scott Fitzgerald
Рецензії про книгу The Diamond as Big as the Ritz (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']);
}
}
});
});
//-->