Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am attempting to make a custom template for my Commerce Email emails. CE uses Variable Email and HTMLMail. I have put the template (named htmlmail--variable_email--custom_email_order.tpl.php) into the root of my theme folder. Nothing. The test htmlmail template is in the same place and works fine. I have cleared caches on the performance and in PHPMyAdmin, and run cron. Still doesn't work. Is this peculiar to Variable Email or HTMLMail?

share|improve this question

1 Answer

It's not enough to leave the theme selection entry as Current theme; you must explicitly state that you want to use the theme you are already using. Now everything works.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.