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
c30f8d43d1892f9b31f94319d747d03a7cdc7e00
Authored by
Administrator
2016-12-28 17:48:00 +0200
1 parent
53457aca
add similar products
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
widgets/similarProducts.php
Inline
Side-by-side
widgets/similarProducts.php
Wrap text
Show/Hide comments
View file @
c30f8d4
...
...
@@ -31,6 +31,7 @@
31
31
32
32
print_r($products);
33
33
die();
34
+
34
35
return $this->render(
35
36
'products_block',
36
37
[
...
...