EV Network Posted June 26, 2013 Share Posted June 26, 2013 ciao a tutti, devo fare l'override del file authcontroller.php, cosi ho messo il mio file con il codice in override/controllers/front/authcontrollers.php nel file ho <?php class AuthController extends AuthControllerCore { protected function sendConfirmationMail(Customer $customer){ [....] } } ?> ma non mi entra nella funzione, presumo non faccia l'override correttamente. sapete dirmi dove sbaglio? Link to comment Share on other sites More sharing options...
Codencode Posted June 27, 2013 Share Posted June 27, 2013 Per eseguire l'override di un controller o di una classe, oltre che creare il file, bisogna impostare "Forza compilazione" in: back-office => Parametri avanzati => Prestazioni. Link to comment Share on other sites More sharing options...
EV Network Posted June 28, 2013 Author Share Posted June 28, 2013 (edited) funziona grazie Edited June 28, 2013 by EV Network (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now