JanaStrawberry Posted March 12, 2015 Share Posted March 12, 2015 (edited) 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! Edited March 12, 2015 by JanaStrawberry (see edit history) Link to comment Share on other sites More sharing options...
gr_fenix Posted March 12, 2015 Share Posted March 12, 2015 Hi, you edited the TPL of your theme order-opc-new-account? Link to comment Share on other sites More sharing options...
JanaStrawberry Posted March 12, 2015 Author Share Posted March 12, 2015 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 More sharing options...
gr_fenix Posted March 12, 2015 Share Posted March 12, 2015 I think that you can put hidden the name value of adress (a copy of real name) but I think that this simple checkout are wrong. What happen if I want a invoice adress with other name? Link to comment Share on other sites More sharing options...
JanaStrawberry Posted March 12, 2015 Author Share Posted March 12, 2015 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 More sharing options...
gr_fenix Posted March 12, 2015 Share Posted March 12, 2015 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 1 Link to comment Share on other sites More sharing options...
Recommended Posts