Remove breadcrumb on checkout page

  • Posts: 32
  • Thank you received: 1
  • Hikashop Essential
2 months 6 days ago #359337

-- HikaShop version -- : 5.0.3
-- Joomla version -- : 5.0.3
-- PHP version -- : 8.3.0
-- Browser(s) name and version -- : Brave 1.62.156

My checkout is No Login > All in one page > Guest and want to remove the "breadcrumb" on the checkout page. Not able to locate file to make an override (if possible), anyone knows?

Kind regards,

Petter

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
2 months 6 days ago #359338

Hi,

I'm not sure. It seems to be some kind of customization doing this.
First, I would recommend you to temporarily activate the "display view files" setting of the HikaShop configuration.
This will display on the page which view file is displaying this area.
If you could provide a screenshot of the same area with that setting activated, we should be able to understand which view file does this.
Then, you can probably edit it via the menu Display>Views in order to change it.
Note however that if this comes from a view override included in your template, it means that when you update your template in the future, you might loose changes you do in there.
If it's just removing that area, a safer and simpler approach would be to add CSS to hide the area. Something like this:

.hikashop_checkout_login > .title{ display:none; }

Please Log in or Create an account to join the conversation.

  • Posts: 32
  • Thank you received: 1
  • Hikashop Essential
2 months 6 days ago #359357

Thank you for the swift reply.

Activated the "display view files" setting and got this:



Opened show_block_login.php in Displays > Views: the original is v5.0.3 and the override is v3.0.1...
A lot happened since 3.0.1 :whistle:

Trying the css before I touch the override ;)

Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.066 seconds
Powered by Kunena Forum