I need to set a function/trigger that will send response to another site (URL that I'll define, for example http://mysite.com/orders/:orderid/cancelled) from Magento - when an order status is updated OR a credit memo is created. Is that possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
migrated from webmasters.stackexchange.com Sep 24 '12 at 14:58
|
Did you check the Magento events? I think catalog_product_status_update and sales_creditmemo_item_save_after sound promising? Regards |
|||||||||||
|