added item quantity
This commit is contained in:
@@ -1952,7 +1952,7 @@
|
||||
|
||||
function submitFormItemDetails(){
|
||||
var data = $("#frm-item-details").serialize();
|
||||
console.log(data)
|
||||
// console.log(data)
|
||||
$.ajax({
|
||||
type : 'POST',
|
||||
url : "{{ url('user/store-items/update') }}",
|
||||
|
||||
@@ -144,6 +144,11 @@
|
||||
</select>
|
||||
<span id="err_available_size"></span>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Item Quantity <small>(Optional)</small></label>
|
||||
<input id="item_quantity" name="item_quantity" class="form-control" type="number" min="0" value="{{ $product_array[0]->ProductAvailableQty }}" data-error="#err-quantity" />
|
||||
</div>
|
||||
{{-- {{ var_dump($product_array[0]) }} --}}
|
||||
<div class="form-group">
|
||||
<label>Item Privacy</label>
|
||||
<select class="form-control" name="item_privacy">
|
||||
|
||||
Reference in New Issue
Block a user