Guest Posted February 9, 2004 Share Posted February 9, 2004 1) There is end-bracked "}" was missing end of the first function in the file /functions/general.txt 2) in the filenames.php: //vendor contribution define('FILENAME_VENDORS', 'vendors.php'); define('FILENAME_PRODS_VENDORS', 'prods_by_vendor.php'); must be. second line was missing. After that it works but prods_by_vendor section doesn't allow to add/delete any product to map vendor Any comment? Quote Link to comment Share on other sites More sharing options...
poolie Posted February 10, 2004 Share Posted February 10, 2004 it also doesn't save the "Vendors Account Number:" when you enter it, might be a missing table entry, Quote Link to comment Share on other sites More sharing options...
tfr Posted February 10, 2004 Share Posted February 10, 2004 The section prods_by_vendor does not allow add/to kill any product to raise(to draw up) the card of the salesman You can help me [email protected] Quote Best regards Trois Fois Rien Link to comment Share on other sites More sharing options...
perryridge Posted February 11, 2004 Share Posted February 11, 2004 I'm getting an internal server error when I try to access the product vendor map. I know it's looking for "prods_by_vendor.php" but I don't see that file in the package nor in my directory. Is that a missing file? Quote Link to comment Share on other sites More sharing options...
tfr Posted February 11, 2004 Share Posted February 11, 2004 You owe added the line define('FILENAME_PRODS_VENDORS', 'prods_by_vendor.php'); In the file admin\includes\application_top.php ---------------------------------------------------------------------------- admin\includes\application_top.php add this line in between the <? ?> ------------------------------- // vendor contribution define('TABLE_VENDORS', 'vendors'); define('TABLE_PRODUCTS_TO_VENDORS', 'products_to_vendors'); define('TABLE_VENDORS_TERMS', 'vendors_terms'); define('FILENAME_VENDORS', 'vendors.php'); define('FILENAME_PRODS_VENDORS', 'prods_by_vendor.php'); Quote Best regards Trois Fois Rien Link to comment Share on other sites More sharing options...
Guest Posted February 11, 2004 Share Posted February 11, 2004 @tfr it is the best way to add those line to filenames.php instead of application_top.php if MS2.1 is not used. In MS2.2 filename mapping is recommended in filenames.php Quote Link to comment Share on other sites More sharing options...
tfr Posted February 12, 2004 Share Posted February 12, 2004 Thank you How to bind(connect) products in salesmen? You can help me Quote Best regards Trois Fois Rien Link to comment Share on other sites More sharing options...
tfr Posted February 13, 2004 Share Posted February 13, 2004 Thank you How to bind(connect) products in salesmen? You can help me [email protected] Quote Best regards Trois Fois Rien Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2004 Share Posted February 14, 2004 I've asked this to writer of contrib but I had email problem, so I lost his answer about this. :( I requested solution once again but no response yet... :unsure: I think some codes must be inserted in admin/categoires.php in order to add vendor button functionality. Quote Link to comment Share on other sites More sharing options...
tfr Posted February 18, 2004 Share Posted February 18, 2004 Thank you How to bind(connect) products in salesmen? You can help me [email protected] Quote Best regards Trois Fois Rien Link to comment Share on other sites More sharing options...
Guest Posted February 18, 2004 Share Posted February 18, 2004 unfortunately i couldn't solve this problem author didn't reply my emails.. also didn't write anything to support forum.. finally i think i will remove contribution.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.