Random Article in Category List

Hey,

I want to add some random articles into every category-view, but unfortunately I don’t know how to get those articles, because $oView->getSubCatList only returns oxCategory objects.

Is it maybe possible that I have to create a new oxUBase extending class for this?

So I think I have to write a new module for this - but does anybody know wich class I have to extend? :frowning:

Hi Gregor,

isn’t it exactly what is documented here?
http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/example-module-extending-category-view

Regards