User1234567891 Posted May 8, 2012 Share Posted May 8, 2012 (edited) When proceeding through checkout, shipping and invoice address are standard equal. The checkbox: "Use the same address for billing" is automatically checked. For my client we have imported all clients with seperate billing and shipping addresses, I would like the checkbox to be automatically unchecked. So standard two addresses, client still has to be kept the option to check it and use one address. Do i change this in order-address.tpl? Line 139: <p class="checkbox"> <input type="checkbox" name="same" id="addressesAreEquals" value="1" onclick="updateAddressesDisplay();{if $opc}updateAddressSelection();{/if}" {if $cart->id_address_invoice == $cart->id_address_delivery || $addresses|@count == 1}checked="checked"{/if} /> <label for="addressesAreEquals">{l s='Use the same address for billing.'}</label> </p> Edited May 14, 2012 by lostrisq (see edit history) 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