Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No Payment Modules Shown?


halpo

Recommended Posts

Sometime back I moved the Catalog files to the domain root so that osCommerce launched when the Root domain was entered. The site seemed to work fine after the change, but payment modules weren't installed as all prices were zero for all products initially. Naturally we want to charge for some products now. Cannot install any of the payment modules. It appears that osCommerce is looking for the Payment Module in Root/admin/includes/modules/payment/ when attempting to install the payment modules from the admin screens. In another osCommerce installation where the catalog folder is not moved the payment modules are available for installation from the admin screens at Root/catalog/includes/modules/payment/. Not sure what changed or what I should have changed when moving Catalog files to Root to keep the system addressing the payment modules correctly. Looking for suggestions and thoughts on what needs changing, or replacement assuming a file or files has become corrupted.

Link to comment
Share on other sites

I would start by looking in /includes/configure.php, probably these 3 lines

 

define('DIR_WS_INCLUDES', 'includes/');

 

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

 

define('DIR_FS_CATALOG', '/home/httpd/vhosts/xxxxxxxxxx.com/');

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

I would start by looking in /includes/configure.php, probably these 3 lines

 

define('DIR_WS_INCLUDES', 'includes/');

 

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

 

define('DIR_FS_CATALOG', '/home/httpd/vhosts/xxxxxxxxxx.com/');

 

That got it!!

Note the problem was in /admin/includes/configure.php

The problem was with define('DIR_FS_CATALOG','...'); in that it had /admin/ at the end. Feel stupid, but much relieved. Thanks for your help.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...