From c242d006db8083a33a0acee3bc9ed59195328682 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 23 Nov 2016 12:30:23 +0200 Subject: [PATCH] add create_item to translate --- models/ProductFrontendSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ProductFrontendSearch.php b/models/ProductFrontendSearch.php index efa6dae..9f3175e 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' => 10, + 'pageSize' => 11, ], 'sort' => $sort, ] -- libgit2 0.21.4