Search results

  1. P

    Rewrite controller's methods

    Hello! I want to rewrite init() methods from several controllers, for ex. Api_keysController I want to add condition like this: if (Yii::app()->options->get('system.common.api_status') != 'online' || Yii::app()->customer->getId() != 1) How can I use extension for this? Because I should use more...
  2. P

    Don't show Messages

    Hello! After installing Mailwizz I can not see All Messages or particular Message. It show this error: http://take.ms/Y94jv In apps/common/runtime/application.log it write this: 2016/05/04 09:12:19 [error] [exception.CException] exception 'CException' with message 'Property...
  3. P

    Auto login

    Hello! I'm try to integrate MailWizz in our product and want to include auto login to Customer Area for our customers (when they logged in on our site, they don't need to write login/pass for enter in MailWizz). Please, can you tell how to do it? Need I use cookies? Or I can use some link? Thanks!
Back
Top