add shipping cost

This commit is contained in:
franknstayn
2020-08-10 22:41:40 +08:00
parent 02361ca64e
commit 5918eded8c
11 changed files with 228 additions and 189 deletions

View File

@@ -1842,7 +1842,7 @@
function submitFormItemDetails(){
var data = $("#frm-item-details").serialize();
console.log(data)
$.ajax({
type : 'POST',
url : "{{ url('user/store-items/update') }}",