prestamax Posted August 31, 2016 Share Posted August 31, 2016 (edited) 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 August 31, 2016 by prestamax (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted September 12, 2016 Share Posted September 12, 2016 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. 1 Link to comment Share on other sites More sharing options...
joeph Posted June 6, 2017 Share Posted June 6, 2017 I am new to Prestashop and I started my first module. It took me one day to discover this "feature". Thank you very much. BTW: is PS 1.7.1 production ready? Link to comment Share on other sites More sharing options...
Thymotep Posted August 8, 2017 Share Posted August 8, 2017 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 More sharing options...
xsbr Posted September 17, 2017 Share Posted September 17, 2017 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); 3 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