add shipping cost

This commit is contained in:
franknstayn
2020-08-10 22:41:40 +08:00
parent 0ca7174e2f
commit 21ec11e998
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') }}",