Commit de7a904ac363788efdb770d50ceb0a13a5d7b45d
1 parent
08ee790c
-Views fail rolled back 2
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
common/modules/product/widgets/similarProducts.php
... | ... | @@ -26,7 +26,7 @@ class similarProducts extends Widget { |
26 | 26 | $this->title = Yii::t('product', 'Similar products'); |
27 | 27 | } |
28 | 28 | |
29 | - return $this->render('products_block', [ | |
29 | + return $this->render('products_block_similar', [ | |
30 | 30 | 'title' => $this->title, |
31 | 31 | 'class' => 'similar-products', |
32 | 32 | 'products' => $products, | ... | ... |
common/modules/product/widgets/views/products_block_similar.php