VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: reddevil on October 19, 2012, 18:58:00 PM

Title: show products of current category on detail product page
Post by: reddevil on October 19, 2012, 18:58:00 PM
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!
Title: Re: show products of current category on detail product page
Post by: PRO on October 19, 2012, 20:47:21 PM
have you tried related products?


you could also use the product module, and choose filter by category (but you said no module)
Title: Re: show products of current category on detail product page
Post by: reddevil on October 20, 2012, 14:10:05 PM
i need to show all products current category on detail product page.
Title: Re: show products of current category on detail product page
Post by: bytelord on October 20, 2012, 14:21:38 PM
Hi,

you could load the category model and use same code as category template. That will work i think

Regards
Title: Re: show products of current category on detail product page
Post by: reddevil on October 21, 2012, 12:37:05 PM
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.