Grafikamania Posted January 27, 2010 Share Posted January 27, 2010 Ragazzi, non so se sono l'unico ad aver notato che il campo Cognome viene visualizzato ovunque in maiuscolo.Come è possibile risolvere.Grazie 1000 Link to comment Share on other sites More sharing options...
Germanoufo Posted January 28, 2010 Share Posted January 28, 2010 Intendi dire che il Cognome è messo COGNOME e tu lo vorresti Cognome ?questo è sicuramente pera del text-transform: uppercase potrebbe bastare modificare il campo di registrazione ma non ne sono sicuroè una richiesta molto particolareCiao ;-) Link to comment Share on other sites More sharing options...
Severo64 Posted January 28, 2010 Share Posted January 28, 2010 Diciamo che essendo di nascita Francese è normale, loro mettono sempre tutto il cognome in maiuscolo.Senza dubbio si può fare, bisogna capire come.CiaoSèvero Link to comment Share on other sites More sharing options...
Grafikamania Posted January 28, 2010 Author Share Posted January 28, 2010 Ho controllato in quasi tutti i CSS ma di un uppercase riguardo il campo cognome neanche l'ombra. Link to comment Share on other sites More sharing options...
Severo64 Posted January 28, 2010 Share Posted January 28, 2010 Più che CSS dovresti guardare il PHP visto che è una sua funzione.CiaoSèvero Link to comment Share on other sites More sharing options...
Grafikamania Posted January 28, 2010 Author Share Posted January 28, 2010 Quale file php dei tanti?Ciao Link to comment Share on other sites More sharing options...
Grafikamania Posted January 31, 2010 Author Share Posted January 31, 2010 Risolto (ovviamente da sola) editando il file Customer.php nella cartella classes alla linea 99sostituire la stringa:$fields['lastname'] = pSQL(Tools::strtoupper($this->lastname));con$fields['lastname'] = pSQL($this->lastname);Ciao ciao Link to comment Share on other sites More sharing options...
Grafikamania Posted January 31, 2010 Author Share Posted January 31, 2010 Aggiungo che il cognome in MAIUSCOLO risulta ancora in varie sezioni del sito tipo nella fattura, nell'indirizzo di spedizione e di fatturazione etc...Appena riesco a risolvere, vi farò sapere. Link to comment Share on other sites More sharing options...
Grafikamania Posted January 31, 2010 Author Share Posted January 31, 2010 Aggiornamento:nel file hidentity.php sostituire la stringa$customer->lastname = Tools::strtoupper($customer->lastname);con$customer->lastname = ($customer->lastname);alla linea 46praticamente il problema è il richiamo alla funzione stroupper presente nel file Tools.php Link to comment Share on other sites More sharing options...
Grafikamania Posted February 1, 2010 Author Share Posted February 1, 2010 Sembra proprio di aver completatoMi mancava da modificare un altra stringa nel filne Address.php nella cartella classes alla riga 140sostituire$fields['lastname'] = pSQL(Tools:strtoupper($this->lastname));con$fields['lastname'] = pSQL($this->lastname); Link to comment Share on other sites More sharing options...
cyber Posted March 13, 2010 Share Posted March 13, 2010 scusa ma e hidentity.php o identity.php ho provato cosi e cmq non funziona puoi aiutarmi ? Link to comment Share on other sites More sharing options...
maxkart Posted May 11, 2010 Share Posted May 11, 2010 Aggiornamento:nel file hidentity.php sostituire la stringa$customer->lastname = Tools::strtoupper($customer->lastname);con$customer->lastname = ($customer->lastname);alla linea 46praticamente il problema è il richiamo alla funzione stroupper presente nel file Tools.php Ma dove lo trovo il file Hidentity??? Link to comment Share on other sites More sharing options...
Grafikamania Posted June 6, 2010 Author Share Posted June 6, 2010 identity.php nella root Link to comment Share on other sites More sharing options...
maxkart Posted January 5, 2011 Share Posted January 5, 2011 A me in fattura risultano ancora nome e cognome minuscoli...Sbaglio qualcosa?? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now