How to use different product image on categories page

I want to use a different product image just display on categories pages instead of product detail page. Can you tell me how to get this done? :rolleyes:



Thanks

Jarvis

Custom development.

You will have to create a new 'type' for images

Update the cscart_images table to reference the image location for your new type

Extend the categories controller to fetch the new type and it's data and set the appropriate template variable

Modify all the 'list' templates to use your new type.