tripler Posted March 27, 2012 Share Posted March 27, 2012 Anyone know if its possible to automatically format the first, last, and company name for people registering? I cant see where I could add any logic to make this happen. One of my pet peeves is going back through and updating peoples accounts that sign up with all lowercase. Cheers. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted March 27, 2012 Share Posted March 27, 2012 a bit of PHP and apply "upper" to the first character of the fields ... You can do it with a hook on client create/update (although I dont have an example for you) 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted March 27, 2012 Share Posted March 27, 2012 a bit of PHP and apply "upper" to the first character of the fields ... Use ucwords(). 0 Quote Link to comment Share on other sites More sharing options...
stormy Posted April 4, 2012 Share Posted April 4, 2012 I suppose some jquery in viewcart.tpl could do it as well. 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted April 4, 2012 Share Posted April 4, 2012 I suppose some jquery in viewcart.tpl could do it as well. Or use the "capitalize" smarty modifier. {$somevariable|capitalize} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.