Hello
I am trying to redirect my customers to the contact page, if they already have orders with status payment accepted.
I have tried the below override in authcontroller.php, but it is not working. What am i doing wrong?
I am new to prestashop.
class AuthController extends AuthControlle...