Commit a6a5ff127b5c9a725443052c6011e737580cacf9

Authored by Administrator
1 parent d75b9d34

add variantSku

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/ProductFrontendSearch.php
... ... @@ -99,7 +99,7 @@
99 99 $dataProvider = new ActiveDataProvider(
100 100 [
101 101 'query' => $this->getSearchQuery($category, $params, $in_stock)
102   - ->with('variant', 'videos')
  102 + ->with('variant', 'videos','category.lang')
103 103 ->groupBy(
104 104 [
105 105 'product_lang.title',
... ...