Quote Originally Posted by thetonyleone View Post
Hi,
I am running Zen Cart version v1.3.9f
It is a new installation of zencart.
I installed Ty_Package_Tracker, Google Analytics.
I am able to get extra's Edit Subcontractors and
Set subcontractors. I have created a dummy order and when I go to Customers Send PO's or Send from unknown customers it is a blank page. The enter tracking numbers page shows up but both of those are completely blank with no html code shown.

Please help.
Thanks,
Tony
This is the fix for my problem, just found it earlier in the posts.

As for the Send PO and Send PO for unknown customers page, you need to add this line of text before where the function zen_get_products_manufacfturers_name is defined:

Code:

if (!function_exists('zen_get_products_manufacturers_name')) {

Just search for "function zen_get_products_manufacturers_name" and add this before that line.

At the end of the function zen_get_products_manufacturers_name you will see a "}". After that "}" add another "}".

This needs to be done in admin/send_pos.php and admin/send_pos_nc.php