I GOT IT!. The command I use is;-
php /home/[your username]/public_html/rss/import_feeds.php
I GOT IT!. The command I use is;-
php /home/[your username]/public_html/rss/import_feeds.php
Hmmm this has always been working fine, but now I've moved to a new server and the script and cron are working except they update my currency rate to 0 which makes everything in my store free if visitors are shopping in US $, eek!!! I didn't change the file at all, I can't understand why it's doing that. Any thoughts anyone?
TIA!
Danielle
There is no error message...everything appears to work great, but when I check the currency values in my admin, Canadian is correct and USD is changed to 0.
Danielle
What happens when you do a manual update? How do you know that CRON and the script are working?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
Hi,
I seem to be having a little difficulty getting this mod set up.
Please can someone advise me if these settings are correct:
the currency_update.php file is in directory /home/admin*****
the run command is in directory /etc/cron.hourly/hourlytasks
my store is in directory /var/www/html
I have the setting in the currency_update.php file set to /var/www/html
the run command is set to usr/bin/php /home/admin*****/currency_update.php
This should run the script every hour but when I look in admin->localization->currencies the displayed last update date was days ago.
Please can someone tell me what I'm doing wrong?
Thanks
Hi,
I am having some difficulty using this mod as well.
I have installed the update_currency.php in the root for now, then set up the path
$location = '/home/[my-username]/public_html/';
Then tried to execute like this
www.vitalwares.ca/currency_update.php
(I have not even set up a cron job yet)
There were no errors on screen so I assumed that the file has run currectly but I donot see any change in the price of an item in a different currency i have tested this over 2 days and there have definately been changes in the currency vlaues , and whn I maually update currency using admin the price of the items changes even if i do it as frequesntly as every 5 mins.
This leads me to assume that there is something wrong ? Please help..
p.s. My default currency is Canadian dollars could this be an issue ?
![]()
Hi vitalwares,
I had a bit of trouble getting it set up but it's sorted now, I think the problem you are having is that the file currency_update.php is in your root directory, is this the same place that you have zen cart installed, if so I think your path should be:
$location = '/';
I'm not 100% sure if that is correct but give it a try and see what happens, you can tell if it works in your currencies page in admin the updated date will change to today (unless you've already updated it manually today)
hi,
Now I am sure that there is something wrong.
Masterblaster/kuroi Please take a look at this modified file I have added some diagnostic code and run this file several times, It does return the currency rates but does not update them (it returns the same data 1 hr or 10 hrs later)
Please let me know if I have made a mistake or its the script that has an issue.
![]()