Jump to content

EBS Payment Gateway Integration


Recommended Posts

Hi All,

 

I am trying to integrate EBS a payment gateway in India . The payment gateway provides some sample code which they have asked to place in the modules folder. In Prestashop Admin panel I went to modules and saw this come under Other Modules and I was able to install it successfully by clicking the install button.But I am not able to see this EBS payment option on my sites payment page.

 

I have two problems, shouldn't this payment gateway module be listed Payments and Gateway tab under Modules rather than Other Modules.

 

How can I get this enable on my site. I have attached the EBS.php file for reference

 

Any help appreciated on this topic.

Link to comment
Share on other sites

Just want to add my configuration details as addition info to above query :

 

Prestashop Version: 1.4.4.0

Server information: Linux #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64

Server software Version: Apache

PHP Version: 5.2.17

MySQL Version: 5.0.92-community-log

Link to comment
Share on other sites

  • 2 months later...

Your EBS module isnt showing up because it is not being classified as a payment module. You need to edit the php file that comes with the module and change the line for tab recognition.

 

 

$this->tab = 'payments_gateways';

 

It will probabaly read something like

 

$this->tab = 'payment';

or something similar.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...