takotak Posted November 19, 2020 Share Posted November 19, 2020 Hello all, It's the first time I use Prestashop with Store Manager and I really enjoy. However I have difficulties automating "Post data to the web" & "Get data to the web" features (in Store Manager Tools section). My goal is to send .csv file (generated in local) to the remote database. I use a bridge connection PHP-MySql because host does not allow direct connexion. The import function works well into Store Manager but my remote database is only synchronized after clicking manually. Any idea please to avoid clicking but automating the process ? Link to comment Share on other sites More sharing options...
Alexandra Kold Posted November 19, 2020 Share Posted November 19, 2020 Hi, there is no option to do it automatically after one-time import, as if, for example, there are several users working simultaneously with the same store on Bridge, there can be issues with the database. And in addition, Get operation would then slow down the software opening, and Post, correspondingly, closing each time the changes are made. However, such option is available if you setup automated product import on the daily/weekly/monthly basis. Link to comment Share on other sites More sharing options...
takotak Posted November 19, 2020 Author Share Posted November 19, 2020 (edited) Thank you for your response. There will be only one user using Store Manager : the computer of the physical store (wich is always switched on). My goal is to import automatically the csv into Store Manager (this part works well) and then export to the remote database on the daily basis. How can I do this please if it's an available option ? I have not found any documentation about posting automatically data to the web with bridge connexion... Edited November 19, 2020 by takotak (see edit history) Link to comment Share on other sites More sharing options...
Alexandra Kold Posted November 19, 2020 Share Posted November 19, 2020 Okay, so if I understood you correctly, you need to go through the following steps: Create import configuration. For this you need to go to Automated Import Addon, select the corresponding option and go through the steps of import. Add the newly created configuration to scheduler in that same addon, enabling automatic Get/Post checkboxes. After you setup this cron task, your Store Manager will open and perform Get data operation automatically (the local database will be created) ----> import will run automatically to that local database ----> Post changes to web operation will also be done automatically (applying the uploaded details to remote database). I'm attaching you the guide for setup - https://www.prestashopmanager.com/useful-articles/how-to/how-to-accomplish-prestashop-cron-import-with-automated-product-import-addon/ Link to comment Share on other sites More sharing options...
takotak Posted November 19, 2020 Author Share Posted November 19, 2020 Thank you very much, I did not notice the automatic Get/Post checkboxes. You have just saved my day Link to comment Share on other sites More sharing options...
Alexandra Kold Posted November 19, 2020 Share Posted November 19, 2020 I'm glad I could help;) 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