• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23449 - Edit Checkout

As you can see from the picture, immediately below ‘buy as guest’ there is ‘create an account’. Many customers tell me that this is confusing when they have to start the purchasing process. I would like to remove the ‘create an account’ option from there and leave it only in the top right-hand corner as it is now.
How can I remove that item/option from the checkout?
(if u need FTP, the credentials are right, u must see in newnew folder)

Attachments:

Immagine.png (52.5 KiB)

Comments

Fred 18 Jun 2022, 10:23

Hi, Leonardo Microweb.
The easiest way is to hide it with CSS

#checkout-personal-information-step .nav > *:not(:first-child) {display: none}

Don’t forget about prestashop cache