Bug with daily setting for feeds.
-
I think the if statement for the daily feed export doesn’t work properly.
Within the if statement you guys are checking for $hour == 07. This forces the feed to be only exported at a certain time(in our case 05:00 local time, due to server time difference).
The problem is that if that if statement is not being matched the $update_this_feed value will be updated to false. This will result in a situation where a feed is only updated when a product change is made when the hour matches 07.
Therefore the daily cron won’t execute a change. I’ve changed the value to hourly. But I think you guys need to rewrite the if statement to return after not matching 07(to prevent the value $update_this_feed to be set to false).
- The topic ‘Bug with daily setting for feeds.’ is closed to new replies.