Tagged Questions
1
vote
2answers
1k views
get invoice id from a Mage_Sales_Model_Order_Invoice object
I'm writing an observer for the sales_order_invoice_register event, I'd like to get the invoice number that has just saved. I can't find the function for retrieving that ID, none of those commented ...
1
vote
1answer
1k views
what's the event name when you create a new invoice in magento?
when you create an invoice in the admin panel, what is the name of that event for an observer? I've tried *sales_order_invoice_register* and *sales_order_invoice_pay* but it doesn't work.
2
votes
2answers
886 views
Creating Invoice & Capturing on Shipment
We've got some API integrations that will periodically create shipments for orders.
What I'd like to do is create an observer to also create an appropriate invoice & capture payment when this ...