1

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?

exe
  • 539
  • 7
  • 18

1 Answers1

2

Tims answer solved it.

Mage::app()->setCurrentStore($store_id);
exe
  • 539
  • 7
  • 18