GetarticleList() in Details

Hello,

currently I am workin on a project in which, I need to be able to
display all the articles, which are in the same category as the
article which is beeing displayed with the “Details.tpl”. Just as it is
possible with “aList”.

Any idea how to do that?!

thanks

you can get the Category of your article with: getCategory()
and then you can display all articles in this category inside a foreach loop

if you want to use the code from list.tpl, you’ll need some of the functions from alist.php, so you should create a module for detail and copy the functions you need from alist to the module.
http://www.oxid-esales.com/en/resources/help-faq/eshop-manual/extending-oxid-eshop-modules-introduction