Commit 53457aca4f9ef617802cedf3bc7f8e4cdd60c89f

Authored by Administrator
1 parent 4e03534e

add similar products

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
widgets/similarProducts.php
@@ -28,7 +28,9 @@ @@ -28,7 +28,9 @@
28 if (!$this->title) { 28 if (!$this->title) {
29 $this->title = Yii::t('product', 'Similar products'); 29 $this->title = Yii::t('product', 'Similar products');
30 } 30 }
31 - 31 +
  32 + print_r($products);
  33 + die();
32 return $this->render( 34 return $this->render(
33 'products_block', 35 'products_block',
34 [ 36 [