I'm using Satchmo for the shop section of a website. I'm trying to override the default 'order_complete' email with my own, but haven't been able to so far. The docs indicate that it should be done in the same way as overriding any other template. So I've created one in my template folder at shop/email/order_complete.html, but it isn't being picked up. Anyone have any ideas?
Over-ride default Satchmo email with custom template
217 views Asked by hellsgate At
2
If you want your template folder to take precedence over the app template folders, you have to set your
'django.template.loaders.filesystem.load_template_source',
before theapp_directories
loader.