-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.1
-- PHP version -- : 5.4
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- : How do I call the onAfterOrderConfirm function from within a shipping plugging?
Hi,
How do I call the onAfterOrderConfirm(&$order,&$methods,$method_id) function from within a shipping function?
Is there something that must be done first? I am getting a 500 error everytime I include it as a method in my class.
Basically, I want to send some information about the order to the database after it is completed.
Thanks!
Joel