Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Any tutorials on installing shipping and payment modules?


soulfinger

Recommended Posts

Posted

I dont have any payment modules installed in my admin, but the scripts are in the folder. Any one know how to activate them or install them. Thanks

Posted

Verify the path shown at the bottom of the listing is correct. It has to be wrong, because osC automatically reads whatever modules are present. ;)

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Posted

This is what it reads when i click on payment in the admin.

Module Directory: DIR_FS_CATALOG_MODULESpayment/

 

Which php script will i need to fix this. Thanks

Posted

Check out your config.php page in your includes/ directory

Look for the DIR_FS_CATALOG_MODULES statement in that file and try putting a / infront of your string.

Good Luck!

Webby

Rich Rodgers

OsCommerce | PHP Nuke Webmaster

Posted

Check again. It is in your admin/includes/configuration.php file and should be around line 35.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Posted

This is what it says at that line. What should I change to enable the payment module. Is there something wrong with the path? Thanks

 

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

Posted

are you working LOCAL and on windows then you need to adjust your

DIR_FS_DOCUMENT_ROOT

 

example:

  define('DIR_FS_DOCUMENT_ROOT', 'c:/www/snapshot-20030514');

 

otherwise on a webhost you need to know the FULL PATH

 

like

  define('DIR_FS_DOCUMENT_ROOT', '/home/.../.../www.yourdomain.com/http/snapshot20030514'); // where the pages are located on the server

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Posted

How old is the version of osC that you are using?

 

Also, would you mind either posting a copy of your configuration.php file or eMailing it to [email protected] so I can take a look at it?

 

Be sure to replace your username in all of the paths with [user], replace your domain name with [mydomain], and remove the database section (at the bottom) so that someone will not be able to use that information to mess with your system.

"Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein

Archived

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

×
×
  • Create New...