andreiven Posted December 6, 2016 Share Posted December 6, 2016 My shop has a button for guest checkout inside the ordering page. I would like this option to be automatically activated when accessing the ordering page. I have found the piece of code responsible for the Guest checkout button but I have no idea how to shape it so there is no need for the button. Does anyone have any idea how can this be done? order-opc-new-account.tpl: [...] <div id="opc_account_choice"> <div> <p class="title_block">{l s='Quick order'}</p> <p class="opc-button"> <button type="submit" class="btn btn-default button button-medium exclusive" id="opc_guestCheckout"><span>{l s='Guest checkout'}</span></button> </p> </div> </div> [...] 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