Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment Module Help Please..


johndee

Recommended Posts

Posted

Can anyone help with missing payment modules in admin console?

 

I'm using latest OSC release and all modules for payment processing are in correct folders. I've also added worldpay module from the v4 contribution. That also does not appear.

 

I've only just started to work on the payment processing side of the site hence I have not noticed the lack of payment processing modules showing.

 

When I go into admin panel I see an empty list with the only info showing as follows:-

Module Directory: D:/business/honcho-sfx.com/html/catalog/includes/modules/payment/

 

I've sussed that I can change to a virtual directory by changing the section in configure.php to

 

define('DIR_FS_CATALOG_MODULES', DIR_WS_CATALOG . 'includes/modules/'); // was DIR_FS_CATALOG which changes the full path inc drive letter to show as just Module Directory: /catalog/includes/modules/payment/

from

"D:/business/honcho-sfx.com/html/catalog/includes/modules/payment/"

 

But still no modules show up at all. Anyone got any ideas? My hosting does have quite a few OSC sites so I presume they know permissions and such are set right. I did ask them to check and they say it is ok. Which it probably is as i can browse into the payment modules folder from the file manager in OSC admin/tools.

 

Thanks in advance.

Posted

ADMIN

 

  define('DIR_FS_DOCUMENT_ROOT', 'D:/business/honcho-sfx.com/html'); 
 define('DIR_WS_ADMIN', '/catalog/admin/');
 define('DIR_FS_ADMIN', 'D:/business/honcho-sfx.com/html/catalog/admin/');    
 define('DIR_WS_CATALOG', '/catalog/');
 define('DIR_FS_CATALOG', 'D:/business/honcho-sfx.com/html/catalog/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
 define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
 define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
 define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
 define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

I am having the same problem. May I ask for a little elaboration?

 

Which file specifically would get the provided code (modified for proper domain path)?

 

Thank you very much!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...