You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Event::on(SystemMessages::class, SystemMessages::EVENT_REGISTER_MESSAGES, function (RegisterEmailMessagesEvent$event) {
$event->messages[] = [
'key' => 'back_in_stock',
'heading' => 'When a product is back in stock:',
'subject' => 'Back in stock',
'body' => '{{product}} is back in stock',
];
});
Fully optional of course, but would be nice to have, especially for developers who can't do this themselves.
The text was updated successfully, but these errors were encountered:
boboldehampsink
changed the title
Feature request: Make e-mail contents editable for admins by registering them as system messages
Feature request: Make e-mail contents editable by registering them as system messages
Apr 23, 2020
I.E.
Fully optional of course, but would be nice to have, especially for developers who can't do this themselves.
The text was updated successfully, but these errors were encountered: