In Company: Elementary: Class CDs
In Company: Elementary: Class CDs
Individual order
ISBN:
9780333957226
Availability:
Author
Simon Clarke
Format
Audio CD
Publisher
Macmillan Publishing
Size
14.1 x 1 x 12.5
Year of publication
2004
Weight
0.00kg
Delivery terms
Please read the terms of delivery
Read more
- About the book
- Reviews (0)
About the book In Company: Elementary: Class CDs
Education,Business English In Company: Elementary: Class CDs 9780333957226 Simon Clarke
Other books by the author
Simon Clarke
In Company: Elementary: Class CDs
Book reviews In Company: Elementary: Class CDs (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']);
}
}
});
});
//-->