Page 1 of 1

[1.5.1.3] Remove "I want to use a new address" in checkout

Posted: Thu Feb 16, 2012 9:45 pm
by Gefagahaga
I would like to remove the option of adding a new address in the checkout processes for registered users.

Anyone know how I can do this? It's in both Step 2 and Step 3, where you usually choose between:

"I want to use an existing address"
"I want to use a new address "

Thanks in advance.

Re: [1.5.1.3] Remove "I want to use a new address" in checko

Posted: Thu Feb 16, 2012 9:50 pm
by JAY6390
Edit the /catalog/view/theme/your-theme-name/template/checkout/address.tpl file
Personally I would just put a <div> around it with style="display: none" to hide it, so as not to break anything else

Re: [1.5.1.3] Remove "I want to use a new address" in checko

Posted: Thu Feb 16, 2012 9:56 pm
by Gefagahaga
Sounds great but ehm, I ain't the sharpest tool in the shed when it comes to coding so could you perhaps post the exact changes needed (what and where).

Also, if it's not a hassle, I would like to hide the radio button so it only is text left saying Choose Address.