Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment Options not showing


oldfunguy

Recommended Posts

My problem is paypal does not show up under the payment methods and can not configure paypal. You hit the install button and nothing happens.

below is the configure.php file from the includes folder

is this a config problem I downloaded the paypal module and tried to install. Im confused as to were to place the folders and files , They call everything "catalog" and I dont have a folder named catalog. any body know how to fix this so paypal will work??

thanks

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

 

 

// add your database and website details to the variables below

 

define('DB_SERVER_USERNAME', 'forms1_formmall');

 

define('DB_SERVER_PASSWORD', 'formmall');

 

define('DB_DATABASE', 'forms1_formmall');

 

define('HTTP_SERVER', 'http://www.formquick.com');

define('HTTP_COOKIE_DOMAIN', '.formquick.com');

// do not include the www

define('DIR_FS_CATALOG', '/home/forms1/public_html/');

 

 

 

// you do not need to change anything below

 

define('DB_SERVER', 'localhost');

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

 

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

 

define('HTTPS_COOKIE_DOMAIN', '');

 

define('HTTP_COOKIE_PATH', '/');

 

define('HTTPS_COOKIE_PATH', '');

 

define('DIR_WS_HTTP_CATALOG', '/');

 

define('DIR_WS_HTTPS_CATALOG', '');

 

define('DIR_WS_IMAGES', 'images/');

 

define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

 

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('HTTPS_SERVER', '');

define('ENABLE_SSL', false);

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

define('USE_PCONNECT', 'false'); // use persistent connections?

 

define('STORE_SESSIONS', 'mysql');

?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...