Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
53ffae81917000cc0a7601587aee3c92a8085739
Authored by
Administrator
2016-12-28 17:48:51 +0200
1 parent
c30f8d43
add similar products
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
widgets/similarProducts.php
Inline
Side-by-side
widgets/similarProducts.php
Wrap text
Show/Hide comments
View file @
53ffae8
...
...
@@ -29,8 +29,6 @@
29
29
$this->title = Yii::t('product', 'Similar products');
30
30
}
31
31
32
- print_r($products);
33
- die();
34
32
35
33
return $this->render(
36
34
'products_block',
...
...