Jump to content

On Instant Checkout, different billing adress.


remote44

Recommended Posts

Compare your own tpl: authentication, order-opc-new-account, order-opc-new-account-advanced to the default ones.

From default-bootstrap:

                    ...
                    <div class="checkbox">
                        <label for="invoice_address">
                            <input type="checkbox" name="invoice_address" id="invoice_address"{if (isset($smarty.post.invoice_address) && $smarty.post.invoice_address) || (isset($guestInformations) && isset($guestInformations.invoice_address) && $guestInformations.invoice_address)} checked="checked"{/if} autocomplete="off"/>
                            {l s='Please use another address for invoice'}</label>
                    </div>
                    ...
Edited by erouvier29 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...