Jump to content

[SOLVED] Breadcrumb in Manufacturer page


Recommended Posts

Hi everybody.

In a manufacturer page, my breadcrumb looks like this :
HOME > NAME OF THE MANUFACTURER

But I'd like it to be like this :
HOME > MANUFACTURERS > NAME OF THE MANUFACTURER

I guess I must change breadcrumb.tpl but I'm not sure about how to achieve it.
Thanks for your help.

Link to comment
Share on other sites

Thanks Rocky.
It has not been working because it replaced all the breadcrumbs by "manufacturers" everywhere in the store.

Here is the solution I've found :

In breadcrumb.tpl, just after :

{if $path}


I add :

{if $page_name == 'manufacturer' AND $path != 'Manufacturer'}>  MANUFACTURERS  {/if}

Link to comment
Share on other sites

Thanks for posting the solution. I didn't have time to test my code last night. I'm glad it helped you anyway.

If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...