update store order
This commit is contained in:
@@ -61,9 +61,9 @@ class TeamStoreController extends Controller
|
||||
$product_array = $m->filterTeamstoreProducts('TeamStoreId', $store_array[0]->Id, $field, $sort_value);
|
||||
}
|
||||
} else {
|
||||
$field = "ProductName";
|
||||
$field = "Ordering";
|
||||
$sort_value = "ASC";
|
||||
$sort = "al-asc";
|
||||
$sort = "";
|
||||
$product_array = $m->filterTeamstoreProducts('TeamStoreId', $store_array[0]->Id, $field, $sort_value);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user