Page 1 of 1

Remove Registration link from checkout

Posted: 07 May 2020, 20:06
by mark62269
The checkout has three options
Sign On
Register
Check Out as Guest

When you register from the checkout it creates a user in the Joomla system, but has to be activated on the shopping cart, this is confusing folks.

How can I remove the registration from checkout and make guest checkout only
Or can I can you automate in Phoco and return to cart.

This is the best cart out there, just need help solving this issues, thanks and be safe!

Mark

Re: Remove Registration link from checkout

Posted: 08 May 2020, 10:31
by Jan
Hi, the registration link is a part of Joomla! login. So it is displayed there. You can hide it with CSS or with overriding the file by template:

components\com_phocacart\layouts\user_register.php

So just move this file to your template html folder and edit it (see more info about Joomla! override options on Joomla! documentation).

Jan

Re: Remove Registration link from checkout

Posted: 20 May 2020, 23:46
by mark62269
Thank you