In this boring days and to improve my Prestashop development knowledge I've done the following in a personal project:
- I have VPS with a preinstalled Prestashop where I introduced all my products and made some sales, so i need to mantain database. It doesn't include _dev folder so is so hard to customize default theme deeply given css and js are compiled.
- I've downloaded Prestashop repository to my machine, check out to branch 1.7.5.1 given is the same of the repository(later i'll upgrade to the last) and configured with apache to use it locally.
- I've downloaded a copy of the production database and I edited to work locally (disable SSL and changed server name to localhost) and started development.
- I've copied all extra installed modules from remote to my local given they are already installed so I have configured as in production.
- I've customized my theme on my way.
- I replaced preinstalled Prestashop with my custom git copy and my theme was customized but payment methods are not showing neither locally but database configuration is the same. I just can make show one of them reinstalling it.
My question is: I missing any physical file with module positions configuration in hooks given the database is an exactly copy and the theme is exactly the same with same version?
Thanks a lot!