We performed the upgrade from 1.3.7 to 1.3.9b yesterday and for the most part things seem to be working well but we have run into a few problems.


We have a custom box that we build for display of our products on other websites. In the code of our file which is equivalent of the includes\templates\custom_template\sideboxes\tpl_whats_new.php file there is a part of the code that says this

. zen_image(DIR_WS_IMAGES . $random_whats_new_sidebox_product->fields['products_image'], $random_whats_new_sidebox_product->fields['products_name'], 50, 40)

This piece of code dealt with the display of the image in this custom box and would cause the image to appear very small within the 50X40 range (in 1.3.7) Now with this upgrade it seems that the image is appearing in the store default (100X80) range regardless of the fact that in the code it says 50X40.

Any assistance would be appreciated.