Revision: 24231
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 24, 2010 00:08 by SmpleJohn
Initial Code
admin/tabs/AdminAddresses.php => remove «style="text-transform: uppercase;"» on: <input type="text" size="33" name="lastname" value="’.htmlentities($this->getFieldValue($obj, ‘lastname’), ENT_COMPAT, ‘UTF-8’).’" style="text-transform: uppercase;" > <sup>*</sup> admin/tabs/AdminCustomers.php => remove «style="text-transform: uppercase;"» on: <input type="text" size="33" name="lastname" value="’.htmlentities($this->getFieldValue($obj, ‘lastname’), ENT_COMPAT, ‘UTF-8’).’" style="text-transform: uppercase;" > <sup>*</sup> admin/tabs/AdminEmployees.php => remove «style="text-transform: uppercase;"» on: <input type="text" size="33" name="lastname" value="’.htmlentities($this->getFieldValue($obj, ‘lastname’), ENT_COMPAT, ‘UTF-8’).’" style="text-transform: uppercase;" > <sup>*</sup> classes/Address.php => find this line and change to this: «$fields[‘lastname’] = pSQL($this->lastname);» classes/Customer.php => find this line and change to this: «$fields[‘lastname’] = pSQL($this->lastname);» classes/Employee.php => find this line and change to this: «$fields[‘lastname’] = pSQL($this->lastname);»
Initial URL
http://www.prestashop.com/forums/viewthread/30451/general_discussion/return_the_surname_from_the_db_as_capitalize_text
Initial Description
It's annoying that the last names are all caps as a default in Prestashop. Here's how to fix it.
Initial Title
Prestashop 1.2.5 Remove Caps for Last Name
Initial Tags
Initial Language
PHP