temekoglu Posted January 28, 2021 Share Posted January 28, 2021 Hi, I have a problem. I'm writing small module and I want to redirect login page (if the customer's language is english -> login, if turkish -> oturum-ac, if spanish ....) How can I solve this? Link to comment Share on other sites More sharing options...
El Patron Posted January 29, 2021 Share Posted January 29, 2021 Why would you do this? Link to comment Share on other sites More sharing options...
temekoglu Posted February 2, 2021 Author Share Posted February 2, 2021 Fixed $redirectMyAccountPage = $this->context->link->getPageLink('authentication', true, null); header('Location: ' . $redirectMyAccountPage); 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