Jump to content

Search the Community

Showing results for tags 'uppercase'.

  • Search By Tags

    • uppercase ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Ciao a tutti Ragazzi ho un piccolo problema da risolvere, vorrei capire come modificare il codice perché nella registrazione mi venga automaticamente registrato nel database il codice fiscale con lettere maiuscole. Ho installato sul mio server prestashop 1.7.x Grazie ragazzi de...
  2. Hi All, Is there a way to capitalize and submit the first letters of the name and address input fields on registration? for example; john doe smith main street 123 1234 aa town John Doe Smith Main Street 123 1234 AA Town I tried css {text-transform:capitalize;}, unfortunately this only change th...
  3. Hi, In Prestashop 1.5.6, in the database, all the customer address fields are saved in lower case (apart from the first letter). Unfortunately, this is not in conformity with the Postal standards in France where all the address fields are to be printed in uppercase. In Prestashop 1.4, several peo...
  4. To replace uppercase in the Order reference and replace with numbers (id_order as in older versions) I made this simple code override in /override/classes/order/Order.php: <?php class Order extends OrderCore { public function getUniqReference() { $query = new DbQuery(); $query->select('MIN(id...
  5. Hello I have a 1.4.9 prestashop store with over 5000 products all with the name in uppercase. The problem is that the products have all uppercase, all meta-title also are capitalized And what I really want is that the Meta-title them in lower case or only the first letter capitalized...
×
×
  • Create New...