Commit 4fd195f49be698f81681bdf41359cc0984d15bf6

Authored by Administrator
1 parent ed71c5a6

add variantSku

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
models/ProductFrontendSearch.php
@@ -129,7 +129,6 @@ @@ -129,7 +129,6 @@
129 $query = Product::find() 129 $query = Product::find()
130 ->joinWith( 130 ->joinWith(
131 [ 131 [
132 - 'category',  
133 'category.lang', 132 'category.lang',
134 ] 133 ]
135 ); 134 );