Emmanuel Paris Posted June 24, 2010 Share Posted June 24, 2010 Hi everybody.In a manufacturer page, my breadcrumb looks like this :HOME > NAME OF THE MANUFACTURERBut I'd like it to be like this :HOME > MANUFACTURERS > NAME OF THE MANUFACTURERI 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 More sharing options...
rocky Posted June 24, 2010 Share Posted June 24, 2010 Try adding the following to the top of manufacturer.tpl in your theme's directory: {capture name=path}{l s='Manufacturers'}{/capture} Link to comment Share on other sites More sharing options...
Emmanuel Paris Posted June 24, 2010 Author Share Posted June 24, 2010 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 More sharing options...
rocky Posted June 25, 2010 Share Posted June 25, 2010 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now