hatc Posted February 25, 2009 Share Posted February 25, 2009 can someone tell me how to change the capital letters in the sir-name when signing indas a new customer.In Denmark and a lot of other places, we use small letters. Only the first letter of name and sir-name are capital letters. Link to comment Share on other sites More sharing options...
hatc Posted March 22, 2009 Author Share Posted March 22, 2009 Am I really the only one with this problem ??? (;O) Link to comment Share on other sites More sharing options...
Dave Egerton Posted March 22, 2009 Share Posted March 22, 2009 HiYou should be able to override the default upper-case behaviour (what is displayed) using a smarty variable modifier.Open the folder blockuserinfos in modules, edit blockuserinfo.tpl find this line {$customerName} and change to {$customerName|lower} save the fileHowever, this may not answer your question fully, but after uploading the changes I was able to add a new account with the name in lower case -so hopefully yes Link to comment Share on other sites More sharing options...
hatc Posted June 17, 2009 Author Share Posted June 17, 2009 Hey Dave,Sorry for the late respons. I did as you described, and I works, but only when the costumers receive the first welcome mail. /Henrik Link to comment Share on other sites More sharing options...
presta-dyr Posted June 28, 2009 Share Posted June 28, 2009 I solved the problem by removing all the strtoupper() in the code. This may not be the proper way to do it, but it works. I have attached my diff (version 1.1).Cheers,Kjeld diffs.txt Link to comment Share on other sites More sharing options...
hatc Posted June 28, 2009 Author Share Posted June 28, 2009 I solved the problem by removing all the strtoupper() in the code. This may not be the proper way to do it, but it works. I have attached my diff (version 1.1).Cheers,Kjeld Thanks Kjeld,I will try to remove them to see if it helps me../Henrik 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