public function getModuleEnabledText() { $message = parent::getModuleEnabledText(); $scopeData = $this->getScopeParams(); if ($scopeData['scope'] != 'default') { $message = $this->__('If the API token being used for this configuration scope is different from that of the Default Config scope, ' . 'you should un-check the `Use Website` or `Use Default` for the <em>Add to List(s)</em> field in the <em>Contacts</em> ' . 'group on this page and select the desired list(s).'); } return $message; }
public function getModuleEnabledText() { $message = parent::getModuleEnabledText(); $scopeData = $this->getScopeParams(); if ($scopeData['scope'] != 'default') { $message = $this->__('If the API token being used for this configuration scope is different from that of the Default Config scope, ' . 'you should un-check the `Use Website` or `Use Default` for ALL <em>Customer Attributes</em> ' . 'and <em>Address Attributes</em> on this page and select the desired fields.'); } return $message; }
public function getModuleEnabledText() { $message = parent::getModuleEnabledText(); $scopeData = $this->getScopeParams(); if ($scopeData['scope'] != 'default') { $url = Mage::helper('adminhtml')->getUrl('/reminders'); $message = $this->__('If the API token being used for this configuration scope is different from that of the Default Config scope, ' . 'you should update any existing rules in <a href="' . $url . '">Bronto Reminder Emails</a> ' . 'to use a message from the corresponding Bronto account.'); } return $message; }
public function getModuleEnabledText() { $message = parent::getModuleEnabledText(); $scopeData = $this->getScopeParams(); if ($scopeData['scope'] != 'default') { $message = $this->__('If the API token being used for this configuration scope is different from that of the Default Config scope, ' . 'you should un-check the `Use Website` or `Use Default` for ALL options in the <em>Assign Templates</em> group on this page ' . 'and select the desired templates.'); } return $message; }