silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

OrderEmailNotifier::sendCancelNotification doesn't have a separate template #798

Closed wernerkrauss closed 10 months ago

wernerkrauss commented 10 months ago

sendCancelNotification doesn't have a separate email template and simply uses Order::class's template, which is a bad design and hard to customise in projects.

TODO:

set template in sendCancelNotification, include Order etc. in that template.

FIXES:

in custom projects, this template can be adjusted in the project theme.

wernerkrauss commented 10 months ago

fixed by #801