Search the Community
Showing results for tags 'firstname'.
-
Dear Forum users, Following url: password-recovery?token=0daa26e080d22f9cae522f549feafb85&id_customer=218 Gives the following error: Notice: Undefined property: Customer::$firstname in classes/ObjectModel.php on line 914 [PrestaShopException] Property Customer->firstname is empty at line 917 in file classes/ObjectModel.php 912. } 913. 914. $message = $this->validateField($field, $this->$field); 915. if ($message !== true) { 916. if ($die) { 917. throw new PrestaShopException($message); 918. } 919. return $error_return ? $message : false; 920. } 921. } 922. ObjectModelCore->validateFields - [line 246 - classes/ObjectModel.php] ObjectModelCore->getFields - [line 652 - classes/ObjectModel.php] ObjectModelCore->update - [line 262 - classes/Customer.php] - [1 Arguments] CustomerCore->update - [line 78 - controllers/front/PasswordController.php] PasswordControllerCore->postProcess - [line 178 - classes/controller/Controller.php] ControllerCore->run - [line 367 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] Also when I am in the backoffice this error occures when I try to save the customer. Really strange, firstname is in the database. Also when I see the overview in the backoffice I see the firstname of the customer. I am lost of finding a solution to this problem. Prestashop version 1.6.1.24 Thanks in advance of pointers. Sjoerd
-
Hello! My problem is that firstname and lastname fields are required at the billing address validation. People who need a different address to billing usually want to add a company without any personal name. But sometimes they want to add a person instead of a company. As I see in the class I can only modify basically the required flag for the firstname and lastname fields. So I want to leave them required for shipping and not required for billing. I haven't found a solution yet. Can anyone please help me? Thank you very much!
-
Hello, I have a prestashop in version 1.6.0.14, a flower eshop. So the users usually have different shipping and billing address. When an order is made by a registered user there is no problem. However when i have an order from a guest user the system thinks that the customer is the recepient of the order not the sender. The email sent to the user is send correctly to the sender but the lastname used in the temaplate is the receipent's lastname. Also at the backoffice in the list of Orders tha Customer name is the recepient name and not the sender that made the order. This can be confusing, is there an easy solution? Kind Regards
-
- guest checkout
- firstname
-
(and 1 more)
Tagged with:
-
Sinds een week draai ik PS 1.6.0.9. Ik wil echter veld "Voornaam" inzetten voor "Voorletters". Wanneer echter iemand meerdere voorletters heeft, dan is alleen de eerste standaard met een hoofdletter. Ik wil echter dat alle voorletters, met een hoofdletter worden opgeslagen. Weet iemand hoe ik dat doe?
- 1 reply
-
- firstname
- voorletters
-
(and 1 more)
Tagged with:
-
Ok, I'm pulling my hair out... On my invoices prestashop 1.6.0.6 puts the customers name in Lastname Firstname order. I've been poking around and found that in "customers/customers" the column order is Social TItle, Lastname, Firstname, ect.... In "customers/addresses" it is Firstname, Lastname, Address, Zip/postal code, City, Country. To make matters worse... The info is in the correct places in the "customer/customer" but backwards in the "customer/addresses" (IE... customer/customer Lastname is in Lastname box and Firstname is in Firstname box. In customer/address lastname is in Firstname box and firstname is in Lastname box.) What the heck! Can anyone point me where this is mucked up at? I did a basic install and I'm using the default PS template. Also can the columns in "customer/addresses" be re-ordered so that they read (left to right) Firstname, Lastname, Address, City, State, Zip/postal code. As this is the standard here in the USA. Thanks!!!
-
Hallo Leute, ich habe folgendes Problem mit PS 1.6, meine Kunden können keine neue Lieferadresse erstellen, da das Feld für die Eingabe des Vornamens komplett fehlt. An dem Quellcode habe ich nichts verändert. Nehme ich jedoch die if-Anweisung heraus, so erscheint das Feld ca. 20 Mal. Wie kann man das beheben? Anbei ist ein Screenshot von der Seite, wo man seine neue Lieferadresse eingeben kann. Wahrscheinlich ist das nur ein winziges Problem, welches ich aber irgendwie übersehe Schonmal Vielen Dank
-
Hello, I have a strange issue, about lastname and name fields in one page guaest checkout. As you know, after filling in customer_firstname and customer_lastname, same values are automatically transferred to firstname and lastname in delivery address. If you just click save, after there values are filled in, everything works fine. If you decide to change first/lastname in delivery address, and type a correct name, everything works fine too. But if you leave first/lastname empty, or you include any numbers in it and click save, a technical error appears: "upable to save addresses": It looks like these fields get validated, but in case, they didn't pass validation, error message is not icluded in regular error window, and technical error is returned. If there is something wrong about validation of other fields, a regular error block appears (for example: here is 1 Error(s): 1. ... is required.) What could be the reason for that? And what would you suggest as a fix for that bug? PS 1.5.5.0
- 8 replies
-
- one page guest checkout
- technical error
-
(and 2 more)
Tagged with: