We have a magento store with the magestore auction module installed. When we click a category it still loads the theme/catalog/product/list.phtml instead of theme/auction/list.phtml
I have tried copy pasting the code from the auction template to another , this didn't suffice since it still got it's _productCollection from the Local/Mage/Catalog/Block/List.php instead of Local/MageStore/Auction/Block/List.php ... which doesn't have the right filters etc.
Any idea how i should solve this ?