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>