Becki Posted February 14, 2024 Share Posted February 14, 2024 Hello there, I'm using Prestashop 1.7.8.11 In the BO under -> Module Manager I can see if there are any module updates available. I would like to be able to receive notifications per email if a module update is available. Is something like this possible? As I'm not the shop owner but 'only' the shop admin I don't want to login every day to see if there are any module updates available. I could image a cronjob or a module which does this module update check on a daily base and then sends a notification email? Or perhaps there's a hook for a module updates check? Any insights or help would be awesome! thanks & greetings Beckmann Link to comment Share on other sites More sharing options...
Becki Posted February 14, 2024 Author Share Posted February 14, 2024 sorry for triple posting this topic. but the forum always told me: ups ... sorry there was an error! please remove the double posts thanks Link to comment Share on other sites More sharing options...
Becki Posted February 15, 2024 Author Share Posted February 15, 2024 Hello, thanks a lot for your reply and letting me know that this feature is currently not available in PS. I was thinking about coding with PHP and Curl. Do a BO login via php script. Request the module manager page in the BO. Then do a regex on the update available html and send the results via email. My biggest issue here is login via curl and the PS token. Is there somewhere a code snippet for php curl that could guide me to the right direction? I was searching on the net but the results I tried were not very satisfying thanks again & greetings Beckmann 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