When you use the module for a product, the module stores a default configuration regarding which notifications are enabled, the text of the notifications, and the remaining options.

If you want to change the default values, proceed as follows:

  • Navigate into the directory /modules/servers/servicenotifications/
  • Open the file defaults.php
  • At the function sn_getDefaultConfig you can edit the default values

The product ID and product type (addon or product) is passed as an argument, so you can also create different default options for different products.

  • No labels