Thijs Moerman Posted April 30, 2019 Share Posted April 30, 2019 Hello world, I would like to know if changing the page title and URL of a certain cart is possible? It's now displaying this as the page title and URL: https://yourdomain.com/cart.php?gid=1 I would like to change the page title to: My company name | webhosting and URL: https://yourdomain.com/webhosting Thank you in advance! Greets, Thijs 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted April 30, 2019 Share Posted April 30, 2019 Using clientareapagecart hook you should be able to change $vars['pagetitle''] to whatever you want the page title to be. The friendly URL item would be done via a rewrite or probably better a redirect to the real page to avoid duplicate content by search engines. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.