Krla Posted September 4, 2015 Share Posted September 4, 2015 Hello there, I'm using prestashop 1.6.1. I'm trying to integrate the prestashop header to an external page to make it look like is part of my prestashop. I'm using the following code: include_once(../config/config.inc.php'); include_once(../header.php'); It works pretty well, but... the left colum, as part of the header, is shown and it's not what I want. I want the page to be shown like a CMS page, without left or right column. I've been trying for few days to fix it in a clean and easy way and had to recognise that I need some help. Any help is more than welcome. Thanks a million. Link to comment Share on other sites More sharing options...
rytiz2873 Posted September 9, 2015 Share Posted September 9, 2015 Hi, after include you can add all close tags(which opens in header file) and then in css hide columns, maybe this helps. 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