Jump to content

How to display not installed modules in PS 1.7.6.5?


Coloranti

Recommended Posts

Hi everyone,

I am currently working on a PS website, based on v1.7.6.5, and I cannot find a way to display the "not installed" modules.

In PS 1.7.6.5 on the drop-down list of "show all modules" I can only see the enabled and disabled modules but not the uninstalled ones.

(I can easily do this in PS v1.6 on modules page by applying the specific filter "modules not installed".)

Is this happening only on my PS 1.7.6.5 installation, or it's a common issue?

 

How can I view the modules already on the server but not installed yet? Is there any specific code that I could add?

Can anyone help, please?

Thanks in advance!

 

 

Edited by Coloranti (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...
On 6/11/2020 at 5:04 PM, idnovate.com said:

Modules -> Module Catalog

 

That's a good option, thanks a lot for the heads up.

 

But I've prefered to change this file (for a cleaner look):

file /src/PrestaShopBundle/Controller/Admin/Improve/ModuleController.php, line 115:

--- From: $filters->setType(AddonListFilterType::MODULE | AddonListFilterType::SERVICE) ->removeStatus(AddonListFilterStatus::UNINSTALLED);

--- To: $filters->setType(AddonListFilterType::MODULE | AddonListFilterType::SERVICE);

 

Credit goes to @xsbr for this post:

 

 

Edited by Coloranti (see edit history)
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...