Jump to content

Automatic guest checkout


andreiven

Recommended Posts

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

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...