Hi! I can hook IPN notifications for my payment plugins with this event hook plgVmOnPaymentNotification. Is there an event hook to process IPN notifications but for shipment plugins? Maybe something like plgVmOnShipmentNotification
Thanks!
You can do it with a system plugin. No need to have a specific Vm trigger
Or simply use com_ajax with Joomla 3(you find doc about it, Google is your friend), if you want use your current shipment plugin
Quote from: Studio 42 on February 23, 2018, 02:20:02 AM
You can do it with a system plugin. No need to have a specific Vm trigger
Or simply use com_ajax with Joomla 3(you find doc about it, Google is your friend), if you want use your current shipment plugin
Great Idea! Thanks!