Search the Community
Showing results for tags 'AuthController'.
-
Hi everyone: Greetings from Colombia (co) I've been looking for heaven, earth and sea a solution to the next issue, but first I'll tell you a little introduction to what I'm doing: I'm developing a module to the Prestashop v1.6.1.17, that allows upload products, clients, sales correctly...
- 5 replies
-
- override
- authcontroller
- (and 5 more)
-
I'm working on a module that have to add fields to the user registration form. To reach that i'm trying to override the AuthController.php and authentication.tpl. I unistalled my module, now when i'm trying to install it, PrestaShop trows me the following error: No se puede instalar...
-
- override
- authcontroller
-
(and 2 more)
Tagged with:
-
Hola a todos: He estado buscando por cielo, tierra y mar una solución al siguiente inconveniente, pero primero les haré una pequeña introducción a lo que estoy haciendo: Me encuentro desarrollando un módulo para la versión de Prestashop 1.6.1.17 (Last Stable), que permita subir los productos, l...
- 4 replies
-
- authentication form
- create an account
- (and 4 more)
-
Hi, is it possible to assign customer to different group base on url, for example: mywebsite.com/create-account -> will assign to customer default group (customer) mywebsite.com/create-account?group=vvip -> will assign to my custom group (VVIP) Prestashop version 1.6 Thanks
- 1 reply
-
- customer group
- registration form
-
(and 2 more)
Tagged with:
-
Hello I am trying to redirect my customers to the contact page, if they already have orders with status payment accepted. I have tried the below override in authcontroller.php, but it is not working. What am i doing wrong? I am new to prestashop. class AuthController extends AuthControlle...
- 1 reply
-
- processsubmitlogin
- authentecation
-
(and 3 more)
Tagged with:
-
Voici mon souci : je cherche à modifier le processus de création de compte pour que l'utilisateur soit redirigé vers une page CMS que j'ai créé, qui s'appelle "Bienvenue" et qui explique au client que son compte est en attente de validation. En suivant différents tutos j'ai cru comprendre qu'il...
- 25 replies
-
- redirection
- cms
-
(and 5 more)
Tagged with:
-
Bonjour à la communauté ! Voila, je souhaite modifier le processus d'inscription. Actuellement j'ai 2 étapes. Je souhaite que lorsque le client crée son compte, que la 2e étape, l'adresse de livraison en l'occurrence, ne soit pas présente pour ce processus ? Quels fichiers dois je modifier, et...
- 2 replies
-
- inscription
- formualaire
-
(and 2 more)
Tagged with:
-
ciao a tutti, devo fare l'override del file authcontroller.php, cosi ho messo il mio nuovo file in override/controllers/front/autocontrollers.php nel file ho <?php class AuthController extends AuthControllerCore { protected function sendConfirmationMail(Customer $customer){ [....] } } ?> ma...
-
Prestashop 1.5.4.1 Hi I am trying to convert an override that I used on a previous version of prestashop (1.4). This overrride created a new user in a different default group depending on the VIP code input. I am now trying to do the same thing on 1.5.4.1 but various things seem to have...
- 6 replies
-
- preprocess
- authcontroller
-
(and 1 more)
Tagged with:
-
Bonjour, Je suis sous une version 1.5. Je souhaites supprimer l'obligation de remplir le champ email. J'ai donc modifier le fichier AuthController.php et authentication.tpl. Quand j'essaye de m'inscrire sans adresse mail, je n'ai que ce message : Il y a 1 erreur Une erreur est survenue lors...
-
- inscription
-
(and 8 more)
Tagged with:
-
Hello All, I have an issue setting the phone_mobile value to a variable which I want to call in a CURL method in the AuthController.php file. This is what I have tried: $mobilephone = (Tools::getValue('phone_mobile')); and I even tried getting the value by using: $customer->phone...
- 21 replies
-
- mobile phone
- authcontroller
-
(and 4 more)
Tagged with:
-
Hi there When people first sign up for the store (not including when they sign up during the checkout process), I would like them to be redirected to a CMS content page. I've tried to change the Tools::redirect in AuthController.php but new users are automatically redirected back to the my-a...
-
Bonjour, voici un point qui me semble perturbant dans la gestion de l'inscription à la newsletter. Dans les informations de compte les inscriptions à la newsletter sont possibles si le module blocNewsletter est installé et actif. Si je suis ce scénario : 1) inscription à la newsletter par...
-
- newsletter
- Création compte
-
(and 1 more)
Tagged with:
-
Bonjour, Je souhaite surcharger le controlleur AuthController afin d'ajouter des nouveaux messages d'erreurs. Actuellement, lorsqu'un utilisateur renseigne son email et son password dans dans le formulaire d'identification, si il y a une erreur sur l'email (adresse email inexistante mais sans e...
- 6 replies
-
- override
- authcontroller
-
(and 1 more)
Tagged with: