I have two images per product, one is a simple image, and one is a collage type image. The simple image is the small_image, the collage image is in base and thumbnail.
This is what I use to grab the small_image: helper('catalog/image')->init($_product, 'small_image'); ?>" width="250" />
How would I grab the base_image instead?
thanks