medred Posted February 15, 2017 Share Posted February 15, 2017 Hello. Might be silly question but how can I find contact page url when friendly url is disabled on ps1.6? Link to comment Share on other sites More sharing options...
JeredBolton Posted February 15, 2017 Share Posted February 15, 2017 your-domain.com/index.php?controller=contact 1 Link to comment Share on other sites More sharing options...
Knowband Plugins Posted February 15, 2017 Share Posted February 15, 2017 Try following code: $this->context->link->getPageLink('contact') If this doesn't works try this: $link_obj = new Link(); $link_obj->getPageLink('contact'); Link to comment Share on other sites More sharing options...
medred Posted February 16, 2017 Author Share Posted February 16, 2017 Thank you 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