hi,
how can i show products of current category on detail product page without using module ?
please help!
virtuemart 2.0.6
Joomla! 2.5.1
Thanks!
have you tried related products?
you could also use the product module, and choose filter by category (but you said no module)
i need to show all products current category on detail product page.
Hi,
you could load the category model and use same code as category template. That will work i think
Regards
hi,
how can i load the category model?
i found that i have to write "$categoryModel = VmModel::getModel('Category');", but i don't know that i have to do next...
Please help!
thanks.