Hello,
I would like to make a script, which will be launched every day by cron. This script should update information about availability of product according to XML feed. If new products were added into feed, it will add them.
So, I can make SQL which update/insert into all tables, but i dont want...