diff --git a/models/ProductFrontendSearch.php b/models/ProductFrontendSearch.php index 47c6e3e..db53867 100755 --- a/models/ProductFrontendSearch.php +++ b/models/ProductFrontendSearch.php @@ -100,7 +100,7 @@ 'allModels' => $this->getSearchQuery($category, $params, $in_stock) ->with('variant', 'videos')->all(), 'pagination' => [ - 'pageSize' => 11, + 'pageSize' => 12, ], 'sort' => $sort, ] -- libgit2 0.21.4