Linda ~
I am trying to get the ordered product image to show on the invoice. (in my case super_invoice.php). I get it to show, but the image is NOT resizing.
The code in the last post was from the category side, I also have this code for the product images:
zen_image(DIR_WS_CATALOG_IMAGES . $products->fields['products_image'] , $order->products[$i]['name'], SMALL_IMAGE_HEIGHT, SMALL_IMAGE_WIDTH)
Again, I can get the image to show up, but the image does not resize, even the end user code does not have sizing information.
Also, when I entered it on the invoice.php page the image is still large (I used your code above).