upated shipping fee and using voucher code

This commit is contained in:
franknstayn
2022-03-26 19:43:32 +08:00
parent b418b43469
commit 80bf7e6c67
7 changed files with 125 additions and 100 deletions

View File

@@ -478,8 +478,11 @@
$("#voucher_list").append(response.message);
form.validate().resetForm();
form[0].reset();
$('#my_total').text(response.total);
$('#my_subtotal').text(response.subtotal);
$('#shippingFee').text(response.shippingFee);
$('#remaining_shippingfee').text(response.remaining_shippingfee);
} else {
$("#error_voucher").html(response.message).fadeIn().delay(5000).fadeOut('slow',