mrprez Posted February 13, 2008 Share Posted February 13, 2008 Can you modify the signup script so that it strips out any whitespaces in the TLD box on the signup form? I have had 3 new accounts lately where for some reason they added a space in fron of the tld and it then causes an error when the account gets setup. John 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted February 13, 2008 Share Posted February 13, 2008 Yup, we're also having this problem. I'll fire a ticket to Matt. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted February 13, 2008 Share Posted February 13, 2008 Right, open templates/orderforms/cart/configureproductdomain.tpl and find: <input type="text" name="tld[2]" size="7" value="{$tld|substr:1} " /> Replace with: <input type="text" name="tld[2]" size="7" value="{$tld|substr:1}" /> 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.