feat: search component and loading splashscreen
This commit is contained in:
@@ -48,7 +48,7 @@ class ProductsHandler
|
||||
{
|
||||
$languageId = 1;
|
||||
$page = $request->get('page', 1);
|
||||
$perPage = 6;
|
||||
$perPage = min((int)$request->get('perPage', 6), 15);
|
||||
$categoryId = (int) $request->get('categoryId', 0);
|
||||
$search = trim($request->get('search', ''));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user