Saretu Posted September 8, 2018 Share Posted September 8, 2018 When you are going to proceed to checkout an order in Classic theme, some modules (menu, language, account) disappear from displayTop and displayNav2 hooks. You can see it trying an order at http://demo.prestashop.com. How can I have the same modules at the top of the website in every page? Thank you. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted September 9, 2018 Share Posted September 9, 2018 They have not disappeared. It's default behaviour of the PS default theme (In fact it's a feature). It's has been done purposely to avoid the unnecessary distraction of the customers when they are on the checkout page. Most of the sites do the same. If you want to add Nav etc on the checkout page than, Copy the themes/classic/templates/_partials/header.tpl & paste into themes/classic/templates/checkout/_partials (Basically you have the replace the checkout/_partials/header.tpl with _partials/header.tpl file) After that, you need to do some CSS changes as well. Use the attached file CSS file & replace the same in themes/classic/assets/css/theme.css. theme.css Link to comment Share on other sites More sharing options...
Saretu Posted September 9, 2018 Author Share Posted September 9, 2018 We have tried that but it does not work... Link to comment Share on other sites More sharing options...
ecommerce16 Posted September 9, 2018 Share Posted September 9, 2018 Based on experiences you should not want to do this. During checkout its the best to avoid everything what leeds to attract visitors to do something else then complete the checkout process. If you want to show additional products its better to lead your customers after completing their order to a page with advertorials(customized). I would highley recommend to first complete your shop and after that customize it. 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