Search the Community
Showing results for tags 'login page'.
-
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.
- 4 replies
-
- login page
- external page
-
(and 1 more)
Tagged with:
-
Hi, I have a little problem. I install a module that was not working good on my new prestashop. I have delete the module and now i have a problem on my inlog page. Who can tell me what is the file and how to change it by my self? This is the url: http://www.gaysandgadgets.com/index.php?controller=authentication&back=my-account And here the picture: You see under CREATE ACCOUNT and ALREADY REGISTERED the text: Sign in with Facebook or Twitter to get started! I want to delete that line in that page. Who can tell me what file i need to change? I can't find it
-
- login page
-
(and 1 more)
Tagged with:
-
Hello everyone I'm using Prestashop 1.4.8.2. The visitors of my website need to be redirect to the login page after they add a product to the cart. So I've added this function to the CartController.php file: public function init() { parent::init(); if (!self::$cookie->isLogged(false)) { // not logged in if (Tools::getValue('ajax') === 'true' && Tools::getValue('add') === '1') { // ajax cart Tools::redirect('my-account.php'); } else { Tools::redirect('my-account.php'); } [spam-filter] but all I can get is the error I've attached when I try to add a product to the cart. I've already used this function in another site I've developed and it worked great (in the other site I use Prestashop 1.5.0.17). Any idea why I keep getting this error? Thank you in advance! Patrizia
- 2 replies
-
- redirect
- login page
-
(and 1 more)
Tagged with:
-
How to remove © 2005 - 2013 Copyright by PrestaShop. all rights reserved. from Login Page in Prestashop? I know how to remove from emails and admin dashboard but not from login page. Here I'm taking about admin login page.
- 2 replies
-
- remove copyright
- login page
-
(and 1 more)
Tagged with:
-
I am wanting to create a management database of products for a company using prestashop. They already have their own fully functioning site which is perfectly fine. But what I was wanting to know is, how would I go to make it so that they can go to a complete solution of their own management, if their not logged in at the present moment say or have timed out of their session for inactivity (for whatever reason), how would I get prestashop to know they have come from say 'new management system'. They are then taken to the prestashop admin page, then when they make a successful login they then get sent to the new admin page I have made (not the prestashops admin page? I hope this makes sense? How can I go about doing this though sorry? Any helps greatly appreciated, Jeremy.