Lukas Truninger Posted July 27, 2019 Share Posted July 27, 2019 Hello, We plan to migrate our existing shop to prestashop. We would like to display the prices in EUR (fixed product price) and USD (exchange rate dependent, automatically updated daily). Unfortunately I did not find a suitable module and also no information, if this function is possibly already part of the basic installation. Thanks for hints. Lukas Link to comment Share on other sites More sharing options...
El Patron Posted July 29, 2019 Share Posted July 29, 2019 On 7/27/2019 at 12:27 PM, Lukas Truninger said: Hello, We plan to migrate our existing shop to prestashop. We would like to display the prices in EUR (fixed product price) and USD (exchange rate dependent, automatically updated daily). Unfortunately I did not find a suitable module and also no information, if this function is possibly already part of the basic installation. Thanks for hints. Lukas Hi Lukas, PS supports multiple currency and you can set up cron job to update daily. So your default shop is EURO, then add USD and click sync rates. Happy PS'ing lol Link to comment Share on other sites More sharing options...
Lukas Truninger Posted July 30, 2019 Author Share Posted July 30, 2019 Thanx for this information. Now I'm at the point where I can't find any information how to setup the cronjob ... Seams not to be documented in http://doc.prestashop.com ..? Link to comment Share on other sites More sharing options...
El Patron Posted July 30, 2019 Share Posted July 30, 2019 on the currency screen, if you scroll down there is a link which you can use for your hosting cron. contact your hosting on how to update your hosting cron. Also there maybe a PS cron module. Link to comment Share on other sites More sharing options...
Lukas Truninger Posted July 30, 2019 Author Share Posted July 30, 2019 Thanx for the answer. Unfortunately, there is just the information "Please install the cronjobs module before using this feature" but no link to the module nor any instructions. I know how to setup a cronjob on our server, but need to know which file has to be called...??? Link to comment Share on other sites More sharing options...
Ableson Posted August 6, 2019 Share Posted August 6, 2019 (edited) You can use any external crontab (like easycron.com), which starts processes on the URL and some PrestaShop modules cron job tutorials at https://www.easycron.com/cron-job-tutorials, hope the help. Edited August 7, 2019 by Ableson (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted August 6, 2019 Share Posted August 6, 2019 https://www.prestatoolbox.com/free-prestashop-modules/115-crontab.html Link to comment Share on other sites More sharing options...
Lukas Truninger Posted August 7, 2019 Author Share Posted August 7, 2019 22 hours ago, Ableson said: You can use any external crontab (like easycron.com), which starts processes on the URL and some PrestaShop modules cron job tutorials at https://www.easycron.com/cron-job-tutorials, hope the help. This link end up on a 404 page !! Link to comment Share on other sites More sharing options...
Lukas Truninger Posted August 7, 2019 Author Share Posted August 7, 2019 20 hours ago, El Patron said: https://www.prestatoolbox.com/free-prestashop-modules/115-crontab.html Even if I install a crontab modul, I still dont't know which URL the cronjob has to visit. I can setup a cronjob on my server, but I need to know WHICH URL (!!) to visit in order to trigger the exchange rate update? Thanx Link to comment Share on other sites More sharing options...
El Patron Posted August 10, 2019 Share Posted August 10, 2019 On 8/7/2019 at 9:33 AM, Lukas Truninger said: Even if I install a crontab modul, I still dont't know which URL the cronjob has to visit. I can setup a cronjob on my server, but I need to know WHICH URL (!!) to visit in order to trigger the exchange rate update? Thanx took a look and PS removed the cron link from currency page. Maybe I missed it in your post but please provide your PS version with your post. https://www.screencast.com/t/LYRXD1HEE here are some relevant links that might help Link to comment Share on other sites More sharing options...
Lukas Truninger Posted August 10, 2019 Author Share Posted August 10, 2019 I'm trying to setup the latest PS Link to comment Share on other sites More sharing options...
Lukas Truninger Posted August 16, 2019 Author Share Posted August 16, 2019 A cron job, for my understanding, looks something like: /usr/local/bin/wget -O - http://www.mydomain.com/admin/syncemails >/dev/null 2>&1 Thus, all I need to know is what I have to write after "www.mydomain.com" ... Anybody knows this? Thanx Lukas 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