Hi,

I am trying to setup a very simple shop in my Drupal installation.
I have installed the latest e-commerce module including image module.
With image_attach i will attach the image to the product node.
To view a list of my products I'm using the views module with a teaser list.
Because the default size is to small i created a new image size in the image module settings.
After some time of checking what this option did i found out it creates another image when uploading images with the size which i just set.

My question is, how do I replace the image in the default teaser view with the bigger one I just defined?

TIA,

Carlo