Hi,
So i've added a computed field to my product node-type which gives me numbers sold of this product. I had to add it to the db, because i want to use it in views.
The problem now: How can I update that field? As most of you might know, these fields only update, when you go into that node/*/edit and press 'save' again.
Obviously that's not ideal solution, because I don't want to click 'save' everytime I sell something 
I have two possible solutions in mind:
1) I thought about Rules module. "Trigger: Product gets sold Action: Update product node" (which is equivalent to saving the node again)
Problem is; I just don't know how to integrate Rules module with Ubercart.
2) Update it once a day via cron run. Cons: Not 'live' and if there are a lot of nodes it will take a while. Also hook_cron() could be documented better 
Can anyone guide me the right direction? This has been doing my head in for the last two days already. Help much appreciated.
