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
Bookmarks