Search the Community
Showing results for tags 'validate'.
-
Hi everyone, I'm finding some difficulties on making a restricted registration for user under 18 on an ecommerce. Problem is that PS 1.7's architecture has changed from 1.6 so all the solutions I've found are not working. For example I tried to replace the function isBirthDate with the following (f...
- 3 replies
-
- validate
- restriction
-
(and 2 more)
Tagged with:
-
I am trying to remove rules validation for customer's Lastname field.. I have succeed to do it in the front page for customer registration by editing Classes/Customer.php file like this: 'lastname' =>array('type' => self::TYPE_STRING, 'validate' => 'isCustomerName', 'required' => true, 'siz...
-
- customer.php
- customerform
- (and 8 more)
-
Hola a todos! Comento mi situación: Hace unos meses instalé prestashop 1.7.6 para crear mi tienda online. Después de realizar las configuraciones, activé el modo B2B y traducí los campos SIRET y APE a DNI y CNAE (datos fiscales en España) e importé los datos de mis clientes....
-
hei guys! Can you help me? I want to make a validation phone number. So later at the checkout, the customer must enter the 11 digit phone number, if it is less than 11 digits there will be a warning 'your phone number is less than 11'. how to make? thankyou!
-
PHP age restriction on creating account PrestaShop 1.7.6.2
AleShey posted a topic in Core developers
I'm sorry for the repost but I guess this thread section is more appropriate Hi everyone, I'm finding some difficulties on making a restricted registration for user under 18 on an ecommerce. Problem is that PS 1.7's architecture has changed from 1.6 so all the solutions I've found are not worki... -
Hi, I'm trying to be able to validate the field ean13, so that there is only one record in the table with a unique code. I think it's the file "AdminProductController.php" in which I have to check. I'm not sure where I put the code when I add a product and get a validation error message like "Ean1...
-
Hello I am trying to see how to also check if people don't forget their street number, using the green V or red X when filling in their address (so not on submit form), (this should give a red X) It should give a red X if no number is present, but it should still be possibl...
-
Who's experiencing on this problem? Is there any PrestaShop developer here to fix it? Thank you!
-
Hi, I hope that I"m in the right place to get an answer for my questions i'm having an error when I try to validate an order I get a blank page with this message "Error: invalid e-mail template" I don't know the origin of this problem Can Any one help me please I"m using prestashop 1.6
-
I'm trying to validate a theme, but always get an error "main class not found". Which is impossible, the main class is there (global.css). Is there a system where I need to add something to get it validated? Thank you!
-
Good evening everyone! I 'm trying to fix my e- shop ! The last days experience a problem with the issue of the complexity of the password of the client ! What I mean , I think we have the access code to be strong enough so I decided to change a bit the way in which it will form a code ! So I went t...
-
hello I have successfully created new tab in admin with hookDisplayAdminProductsExtra() but when save data with hookActionProductUpdate() save as well but I want to validate before save data and give return back error if exits but I cant return error. It will directly save data.. if I post wrong d...
-
This free module, activationbymail, empties the shopping cart when the customer registers during the process of placing an order. The solution for Prestashop 1.5 posted doesn't seem to work for 1.6 shop. Otherwise, the module works properly with email validation sent and account activation. Howe...
- 2 replies
-
- activationbymail
- account
-
(and 8 more)
Tagged with:
-
Καλησπέρα σε όλους! Προσπαθώ κι εγώ να φτιάξω το δικό μου ηλεκτρονικό μαγαζί! Τις τελευταίες μέρες αντιμετωπίζω ένα πρόβλημα με το θέμα της πολυπλοκότητας του κωδικού πρόσβασης του πελάτη! Τι εννοώ, θεωρώ ότι πρέπει ο κωδικός πρόσβασης του να είναι αρκετά ισχυρός οπότε αποφάσισα να αλλάξω λίγο τον...
-
I am new to Prestashop and am coming in on the 1.5.2 level. I am finding that there is a lot missing compared to the previous versions. I find this out only from research. For example I see that there is a possibiltiy of an RSS feed of products because the module exists for installation, but ther...
-
Hello. I'm trying to make a module that requiers the user to be validated by an admin before he can log in. Currently i want to add a msg in the account creation page. I found that you should use public function hookDisplayCustomerAccountForm() { global $smarty; $smarty->display(dir...
-
Hello I currently have Prestashop 1.4.2.5 I have been having trouble with the original PayPal module, so I upgraded to the Pro. When customers go to my website and enter in their credit card information, then click validate order. Nothing happens. Seems as if the button is not even working. It...
- 1 reply
-
- paypal pro
- validate
-
(and 1 more)
Tagged with:
-
Hello I currently have Prestashop 1.4.2.5 I have been having trouble with the original PayPal module, so I upgraded to the Pro. When customers go to my website and enter in their credit card information, then click validate order. Nothing happens. Seems as if the button is not even working. It...
-
Hello everyone, I hope to post this in the right place, if not sorry about it. I am trying to do something but I don't manage to do it. My store sells magazines, if you purchase it we sent you a hard copy of it but also you can download it from the website, I had the soft copy as an attachm...
-
- validate
- attachment
-
(and 2 more)
Tagged with:
-
Prestashop ver.1.4.7.3 , Authorize.net AIM (Advanced Integration Method) v1.3.1 by PrestaShop. This is a newly deployed site www.homegoodsoutlet.com It is on a dedicated server with SSL enabled on server and SSL enabled on prestashop preferences. In either 1page checkout or with 5page checkout when...