Hi guys,
I've got a scheduled task running at the end of each night that goes through the products on a website, compares the price field with that of an uploaded CSV and updates the price if there's a difference.
This is all working fine, but the problem is that when a record has been updated, it's not automatically published. What's the best way to automatically publish the record?
I'm running the scheduled task using lynx as it's the only text-browser supported by the host.
Any suggests would be greatly appreciated.