Execute PHP after new Order in Magento

Posted by Israel Lopez on Stack Overflow See other posts from Stack Overflow or by Israel Lopez
Published on 2010-05-30T23:43:35Z Indexed on 2010/05/30 23:52 UTC
Read the original article Hit count: 188

Filed under:
|
|

Hello There,

I'm trying to figure out where I could drop in some PHP code to notify a CRM we are using (Solve360) that a new order has been placed, and that an event should be created (API) to fulfill the order.

  1. Order Product
  2. Checkout
  3. Complete Checkout & Capture CC
  4. Side notify CRM
  5. Done

Not sure where to start, but I have had to make some small tweaks to fix the Quantum Gateway payment processor to work. In that module it appears that the objects for the order (email, amt, details) were available. However it seems it would be quite 'dirty' to insert more PHP code in there.

Ideas?

PHP 5.2.x & Magento 1.4.x

© Stack Overflow or respective owner

Related posts about php

Related posts about api