Remove Registration link from checkout

Phoca Cart - complex e-commerce extension
mark62269
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 28 Apr 2020, 18:06

Remove Registration link from checkout

Post 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47865
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Remove Registration link from checkout

Post 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
If you find Phoca extensions useful, please support the project
mark62269
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 28 Apr 2020, 18:06

Re: Remove Registration link from checkout

Post by mark62269 »

Thank you
Post Reply