Ok it failed miserably on my second test shop
SO
Try this, it works for me
becomeszen_image(DIR_WS_IMAGES . $recent_products->fields['products_image'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)
The solution in my first post regarding a null field also works, but this one is reader friendly by filling the alt and title tagszen_image(DIR_WS_IMAGES . $recent_products->fields['products_image'], $recent_products->fields['products_name'],SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT)


Reply With Quote

