Jump to content

mancato override


EV Network

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...