remote44 Posted May 22, 2016 Share Posted May 22, 2016 Hello. On Instant Checkout, there is any option to have billing address different? Link to comment Share on other sites More sharing options...
erouvier29 Posted May 22, 2016 Share Posted May 22, 2016 Yes, there is such an option in the default-bootstrap theme. Maybe does your theme make it invisible? Link to comment Share on other sites More sharing options...
remote44 Posted May 22, 2016 Author Share Posted May 22, 2016 Yes, there is such an option in the default-bootstrap theme. Maybe does your theme make it invisible? How can i check it? Link to comment Share on other sites More sharing options...
erouvier29 Posted May 22, 2016 Share Posted May 22, 2016 (edited) 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 May 22, 2016 by erouvier29 (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