Data Feed For Version 4.1

Hello,

How can I set up the data feed addon.I set up the cron password (my MSQL password) but than nothing.I want to make data feed for Google merchant center.

Заснемане.PNG

I found it! Thanks!

How could you do it? Please add here so we can do it too.

[quote name='ooaykac' timestamp='1404465098' post='186962']

How could you do it? Please add here so we can do it too.

[/quote]



You can use the wget function with the following URL for the cron task



http://YOUR_DOMAIIN.com/ADMIN_SCRIPT.php?dispatch=exim.cron_export&cron_password=CRON_PASSWORD




THanks

Thanks. I fixed it by using the code below.



in cron job at cPanel

wget -q "https://www.sitename.com/admin.php?dispatch=exim.cron_export&cron_password=xxxxxxxx" > /dev/null



It's working.