I have written a small php script that I want to execute every time an order status changes to "Confirmed".
Ι'm aware that I can put it directly in the order.php file, however doing so will delete my script when virtuemart gets updated. Is there any other solution?