Jump to content

List of uninstalled modules missing?


prestamax

Recommended Posts

Hi, I wanted to try if a PS 1.6 module will work in PS 1.7 

 

How can I install the module uploading it via ftp?

It won't show up in the modules list since the list is listing installed modules only.

The selection tab seems to be to list a selection only, the uploaded module won't show up.

 

Won't there be a tab for UNINSTALLED modules?

 

How can I upload and install a module via ftp?

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

  • 2 weeks later...
This is an issue I've discussed with PrestaShop before, but they haven't fixed it yet. The uninstalled modules appear on the "Selection" tab, but only if you search for them. So search for the module by name on the "Selection" tab and then install it. It's not user-friendly though.

  • Like 1
Link to comment
Share on other sites

  • 8 months later...
  • 2 months later...

 

This is an issue I've discussed with PrestaShop before, but they haven't fixed it yet. The uninstalled modules appear on the "Selection" tab, but only if you search for them. So search for the module by name on the "Selection" tab and then install it. It's not user-friendly though.

 

 

Thanks for this return !

 

This is absolutely not clear in relation to the 1.6.
 
There should be a fourth tab "Uninstalled Modules", the selection making think of the Addons advertising. In addition, you should be able to choose the tab that you want to display by default.
 
On a daily basis, the Selection tab is useless :(
Link to comment
Share on other sites

  • 1 month later...

If you want to list "Uninstalled Modules" too you can change it:

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

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

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

  • Like 3
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...