Jump to content

Very simple checkout even without guest account


Recommended Posts

Is there a way to get rid of the guest checkout thing on the checkout? I use OPC and deleted everything that is not absoluteley necessary like the cart overview and carrier (we have only one option). Now it looks like this, but it could be way easier without the instant checkout part. I would only need the email but the name is entered anyway at the delivery adress.

Thanks for any help!

 

m8zeT9O.jpg

Edited by JanaStrawberry (see edit history)
Link to comment
Share on other sites

Yes, all of these changes were done in the order-opc-new-account but I am sure that I just can´t delete the top part with the instant checkout because it seems to be mandatory and thes name entered there probably goes into the database? I am afraid that deleting these fields will cause trouble.

Link to comment
Share on other sites

We have over 1.000 orders already, nobody wanted another billing adress. No need to show customers another field and make another decission. If it is really necessary customers can write us.

 

Anyway, getting rid of two more fields and just having one simple form will benefit the UX for sure. So if anyone can contribute to the problem I would be happy!

Link to comment
Share on other sites

Classes -> Address.php  required FALSE

'firstname' => 			array('type' => self::TYPE_STRING, 'validate' => 'isName', 'required' => false, 'size' => 32),

And delete the fields from order-opc-new-account.tpl.

 

I think it has to works

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...