ZeSpecialK Posted June 25 Share Posted June 25 Dear members, I wish to apply the layout-left-column (wich contain my main navigation menu) to all my website pages (cms pages but also identification, cart, etc....). Is the good way to add multiples conditions on the layout-left-column.tpl of my child theme ? Thanks for help. Best regards. Emmanuel Link to comment Share on other sites More sharing options...
compsoul.dev Posted June 25 Share Posted June 25 I’m not sure which version of PrestaShop you’re using, but to manage page layouts, go to: [your admin folder]/improve/design/themes/customize-layouts?_token=[your token] The “Customize” button should be available in the theme selection list. If you want to set a specific layout permanently for a given page type, you can do it by modifying the theme.yml file. For example: layouts: cms: layout: layout-left-column cart: layout: layout-left-column authentication: layout: layout-left-column 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