premiasrl Posted November 10, 2014 Share Posted November 10, 2014 Hi, I've searched on the forum without full answers, I use Prestashop version 1.6 and I need to create a login area external on prestashop but users needs to see header and footer from prestashop. It makes no sense to create an module because there are very few lines of code (login) and a html page Is there a way? - The CMS pages do not digest php -> i can't do login form - If I try to include PS header and footer on a external page I've read in this forum that it does not work How can I do? Thanks. Link to comment Share on other sites More sharing options...
tuk66 Posted November 11, 2014 Share Posted November 11, 2014 What about redirect to the PrestaShop login page instead of creating a special one? <meta http-equiv="refresh" content="0; URL=http://www.my_shop.com/"> http://www.wikihow.com/Redirect-a-URL Link to comment Share on other sites More sharing options...
premiasrl Posted November 12, 2014 Author Share Posted November 12, 2014 What about redirect to the PrestaShop login page instead of creating a special one? <meta http-equiv="refresh" content="0; URL=http://www.my_shop.com/"> http://www.wikihow.com/Redirect-a-URL Thanks for the reply but I don't need to do a redirect but I need to have an internal page with header and footer prestashop with featured php. Is there a solution with version 1.6? Link to comment Share on other sites More sharing options...
Mr Rick Posted November 12, 2014 Share Posted November 12, 2014 Try using iframe? that might help. 1 Link to comment Share on other sites More sharing options...
premiasrl Posted January 12, 2015 Author Share Posted January 12, 2015 (edited) Is there, a more elegant solution, that use a PHP "include" --> http://php.net/manual/it/function.include.php? Edited January 12, 2015 by premiasrl (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts