ordering store item add
Adding new feature in store owner page. *ordering item
This commit is contained in:
@@ -272,6 +272,11 @@ class UserModel extends Model {
|
||||
->update(['Ordering' => $order]);
|
||||
}
|
||||
|
||||
function updateItemOrdering($order, $id){
|
||||
$i = DB::table('teamstore_products')->where('Id', $id)
|
||||
->update(['Ordering' => $order]);
|
||||
}
|
||||
|
||||
function updateTeamstore($id, $data){
|
||||
|
||||
$i = DB::table('teamstores')
|
||||
|
||||
Reference in New Issue
Block a user