Hi.
I need to display a category view that lists all my items on one page. It needs to have the name, photo, change quantity and add to cart buttons. It also needs to display the items by category and display the parent categories name.
The "Categories on 2 levels" Module appears to work for this somewhat. However, I need to alter it so that it displays the parent category name and the image as well as make it look nicer. I have read the documentation and am still not sure how to approach this. It seems I could make a plugin that calls the onBeforeProductListingLoad() function because the parent category and images is held in an array but that doesn't seem right. The other way I think would work would be to hack the view file, however I am having trouble finding the View for that Module.
Any advice/direction would be appreciated.