0
votes
0answers
20 views

Magento invoice sent a cc'd email

I have a client that I need to send an invoice to the customer and the parent company every time I create and order for them. I am Looking for the best place to do this. Is there an event? or do i ...
1
vote
1answer
263 views

MAGENTO Where do I find ALL invoice and order templates in magento? [closed]

I need to edit the invoices that are generated in the magento backend. They look completely different from those sent after transactions. I need to know where to find the templates for the backend ...
1
vote
0answers
263 views

create invoice and email in Magento

I want to automate the creation of invoice and email in Magento. Invoice creation seems to work but I am having getting the email part working... Mage::app(); $order = ...
2
votes
2answers
1k views

Magento: adding pdf invoice to invoice email

I have been searching for examples the last couple of days and have been trying to do it myself, but I'm stuck at the following. I'm using Magento 1.7.0.2. I want to add the invoice PDF as an ...