Hi
Isn't there any api function such onAfterSave product. I need it for some necessary stuffs in my project.
I am interested as well.
I'm too, because we nedd fix bug in VM after delete some customfields in child product - still visible in DB table on parent.
Then not function correctly 3dParty extension - Customfield4All - thanks balai :)
Haven't tried it but there is plgVmAfterStoreProduct https://dev.virtuemart.net/projects/virtuemart/repository/revisions/10331/entry/trunk/virtuemart/administrator/components/com_virtuemart/models/product.php#L2603
correct - I use
function plgVmAfterStoreProduct($data, $product_data)
in custom/system plugins to e.g. update 3rd party stock systems etc
Thanks! Will check it out