Johnson D Posted January 13, 2020 Share Posted January 13, 2020 Hi, I have developed a payment module for prestashop module and installed in my prestashop (1.7) site. In admin panel, it listed under other modules. How can I list the same under payment method category? Anyone please help, thanks in advance. Link to comment Share on other sites More sharing options...
Johnson D Posted January 14, 2020 Author Share Posted January 14, 2020 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now