|
While playing with Transactional Emails I did the following:
System - Transactional Emails - Add New Template - Loaded the “New Invoice” template and click “Preview”
I got a bunch of error text and the first line was the following:
Warning: Mage_Core_Block_Template::include([snip]/app/design/adminhtml/default/default/template/email/order/items_invoice.phtml)
Well, I went to the directory: /app/design/adminhtml/default/default/template/email/order/ and noticed there is no items_invoice.phtml. Ok .. I thought maybe it was not uploaded so I downloaded again magento from this website (zip archive). Unzipped and checked the same directory. The file is not there as well.
I copied app/design/frontend/default/default/template/email/order/items_invoice.phtml to app/design/adminhtml/default/default/template/email/order/ and the error was fixed. A symbolic link would have probably also do the trick.
How come that the file items_invoice.phtml in app/design/adminhtml/default/default/template/email/order/ is missing in the just downloaded .zip archive and apparently is needed? or am I wrong?
|