Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <global>
  2. <template>
  3. <email>
  4. <custom_email_template>
  5. <label>My Label</label>
  6. <file>myfile.html</file>
  7. <type>html</type>
  8. </custom_email_template>
  9. </email>
  10. </template>
  11. </global>
  12.  
  13. $emailTemplate = Mage::getModel('core/email_template')->loadDefault('custom_email_template');
  14.  
  15. $emailTemplate = Mage::getModel('core/email_template')->loadByCode('custom_email_template');
  16.  
  17. $processedTemplate = $emailTemplate->getProcessedTemplate($emailTemplateVariables);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement