Support href/Links in Custom Notification Text Snippets
Currently, the Shopware 6 Custom Notification plugin does not support adding clickable links using <a href="...">...</a> within text snippets.
It would be useful if text snippets used by Custom Notifications supported links. This would allow notifications not only to display information but also to direct users to relevant pages or actions.
Example:
For more information, click <a href="/example">here</a>.
This would make Custom Notifications more flexible and useful, for example when linking to specific pages, actions, documentation, or additional information.
1
vote