Commit 133ef5d8aa7bcefc75b2c6d1eaad3585a7cbcc31
1 parent
8ae9fbf4
add variantSku
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
models/ProductFrontendSearch.php
@@ -100,7 +100,7 @@ | @@ -100,7 +100,7 @@ | ||
100 | 'allModels' => $this->getSearchQuery($category, $params, $in_stock) | 100 | 'allModels' => $this->getSearchQuery($category, $params, $in_stock) |
101 | ->with('variant', 'videos')->all(), | 101 | ->with('variant', 'videos')->all(), |
102 | 'pagination' => [ | 102 | 'pagination' => [ |
103 | - 'pageSize' => 11, | 103 | + 'pageSize' => 12, |
104 | ], | 104 | ], |
105 | 'sort' => $sort, | 105 | 'sort' => $sort, |
106 | ] | 106 | ] |