Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Payment Modules Problem


021

Recommended Posts

Posted

Hi,

 

I am having a problem with payment modules - they are not showing up on the checkout_payment.php page. It says: "This is currently the only payment method available to use on this order." and it doesn't have a selection box available.

 

I have searched other posts and I do have the correct path to the payment modules and they do show up in the admin interface. In the admin interface, I have enabled the following payment modules:

 

1. Credit Cards

2. Cash on Delivery

3. PSIGate

 

my configure.php file does use the absolute path as posted in the following thread: http://www.oscommerce.com/forums/viewtopic.php?t=42426

 

configure.php:

define('DIR_FS_DOCUMENT_ROOT', '/home/sculpturefitness/htdocs');

 

Also, I have modified the module.php file according to the follwoing thread:

http://www.oscommerce.com/forums/viewtopic.php?t=37855

 

module.php:

$file_extension = substr($PHP_SELF, strrpos($PHP_SELF, '.'),4);

 

Store location: www.sculpturefitness.com

add an item to a cart and proceed to checkout, once you hit the payment, you can't select anything?

 

Does anyone have any ides of what I might be doing wrong??

 

Install: osCommerce 2.2-MS1

OS: Linux 2.4.20

HTTP Server: Apache/1.3.27

PHP: 4.3.1 (Zend: 1.3.0)

 

Thanks,

 

Robert

Posted

hey good guess!!!!

 

I have defined zones myself and that selected one of them in the payment module. I guess this zone was not selected by the customer so it didn't show.

 

>>Payment Zone

>> If a zone is selected, only enable this payment method for that zone.

 

 

Anyway, I switched it back to none and it works perfectly!

 

Thank you!!

Archived

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

×
×
  • Create New...