Question

I have a question about transactional emails in Magento 1.7.

If a cronjob is sending the transactional emails its using the wrong theme/templates (base/default). But I want to use my own temples in my own themefolder.

How can I set it to the right tehme?

Était-ce utile?

La solution

Tims answer solved it.

Mage::app()->setCurrentStore($store_id);
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top