I have to ask how to get other products from the same category as actual product on product page. I have plan how to do it, but i can't find proper functions(everything should be done in module.php file for sure):
- Get parent category for product
- Get products for that category (as array)
- Display products in .tpl.
And only thing i can do is third point of my "plan", becouse lack of skill/knowledge.
If you can tell me which functions i should use i would be gratefull.