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
Remove Registration link from checkout
-
- Phoca Newbie
- Posts: 4
- Joined: 28 Apr 2020, 18:06
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Remove Registration link from checkout
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
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
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 4
- Joined: 28 Apr 2020, 18:06