Is there alternative to the following?
I'm using html emails for my store notifications.
In you file: includes/hooks/admin/siteWide/swPwa.php starting with this line
Code: Select all
$link = $check_status['customers_guest'] != '1' ? MODULE_NOTIFICATIONS_UPDATE_ORDER_TEXT_INVOICE_URL.......
For guest order updates i do not mind.