Browse code

Add notification token to config

Benjamin Roth authored on17/06/2020 10:23:09
Showing1 changed files
... ...
@@ -20,6 +20,7 @@ $GLOBALS['ISO_MOD']['config']['shipmenttracking'] = array
20 20
   'icon'          => 'system/modules/isotope/assets/images/setup-shipping.png',
21 21
 );
22 22
 
23
+$GLOBALS['NOTIFICATION_CENTER']['NOTIFICATION_TYPE']['isotope']['iso_order_status_change']['email_text'][] = 'shipmenttracking_shipping_annotation';
23 24
 $GLOBALS['NOTIFICATION_CENTER']['NOTIFICATION_TYPE']['isotope']['iso_order_status_change']['email_text'][] = 'shipmenttracking_note';
24 25
 $GLOBALS['NOTIFICATION_CENTER']['NOTIFICATION_TYPE']['isotope']['iso_order_status_change']['email_text'][] = 'shipmenttracking_number';
25 26
 $GLOBALS['NOTIFICATION_CENTER']['NOTIFICATION_TYPE']['isotope']['iso_order_status_change']['email_text'][] = 'shipmenttracking_url';