Shooter's Bible, 111th Edition
Shooter's Bible, 111th Edition
Індивідуальне замовлення
ISBN:
9781510748125
Наявність:
Автор
Jay Cassell
Видавництво
Skyhorse
Кіл-ть сторінок
608
Рік видання
2019
Розмір
20.32 x 3.56 x 26.67
Формат
Paperback
Вага
0.81kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
- Все про книгу
- Відгуків (0)
Все про книгу Shooter's Bible, 111th Edition
Енциклопедії,Зброя та військова справа Shooter's Bible, 111th Edition 9781510748125
Інші книги автора
Jay Cassell
Shooter's Bible, 111th Edition
Рецензії про книгу Shooter's Bible, 111th Edition (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']);
}
}
});
});
//-->