conversionfoundry / breeze

A Ruby on Rails CMS for brochure-style websites.
Other
3 stars 2 forks source link

Can't override email templates in themes #99

Closed isaacfreeman closed 11 years ago

isaacfreeman commented 11 years ago

Designers working on Breeze Commerce sites may want to edit the email messages that stores send out to customers and merchants.

Breeze allows designers to override page layouts in themes, but currently doesn't (seem to ) check whether themes override mail templates.

I'd suggest modifying Breeze::Mailer to perform this check.