Jump to content

Custom payment module showing in other modules


Recommended Posts

On 1/13/2020 at 6:07 PM, ndiaga said:

Hi,

You have  to change  the  tab  to Payment Gateways.

Here is the  code :



$this->tab = 'payments_gateways';

 

I have given as

 $this->tab = 'payments_gateways';

$helper->currentIndex = $this->context->link->getAdminLink('AdminModules', false)
            .'&configure='.$this->name.'&tab_module='.$this->tab.'&module_name='.$this->name;

but it still listing under other modules.  :(  anything else to do?

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...