

New


CAMPAP WRITE ON PP COVER EXERCISE BOOK A4 70 GSM 80PGS (ISBN: 9556233025163)
RM7.50
Ex Tax: RM7.50
- Stock: In Stock
- Manufacturer: OTHERS
- Weight: 0.10kg
- ISBN: 9556233025163
CAMPAP WRITE ON PP COVER EXERCISE BOOK A4 70 GSM 80PGS (ISBN: 9556233025163)
$('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']);
}
}
});
});