iBeppo993 Posted January 25, 2018 Share Posted January 25, 2018 (edited) I'm try to add manufacture name in breadcrumb, I have to change the breadcrumb.tpl? which line? What should I add? P.s. version 1.6.1.10 Thanks so much. Edited January 25, 2018 by iBeppo993 (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted January 25, 2018 Share Posted January 25, 2018 Please start doing some experimenting. Your question is so wide that it supposes that we start explaining the whole template system. Doing your homework for you is not the purpose of this forum. If would expect something like {if isset($product)}$product->manufacturer</if} to work. But I write this from the top of my head and haven't tested it. It would take some effort to find out what really works. Link to comment Share on other sites More sharing options...
iBeppo993 Posted January 26, 2018 Author Share Posted January 26, 2018 but do I have to change the breadcrumb.tpl? because it's 2 days that I try any combination, but I can not get over it. thanks a lot. Link to comment Share on other sites More sharing options...
musicmaster Posted January 26, 2018 Share Posted January 26, 2018 Yes you need to change breadcrumb.tpl. And if you can't get it working try to focus on what doesn't work. At the moment you are basically saying "I can't do it. Please do it for me.". And that for a relatively simple problem. But that is not how helping each other on this forum works. At least not for me. If someone doesn't want to put in effort and just wants to outsource the work he should make it a paid job. You cannot expect us to run your shop for you - without getting paid. Link to comment Share on other sites More sharing options...
Pierre_d Posted January 27, 2018 Share Posted January 27, 2018 Breadcrump content is built within controller classes (at least in 1.7). For example: CategoryController.php. You may need to make changes there. In which case you should create an override of the controller. Link to comment Share on other sites More sharing options...
iBeppo993 Posted January 27, 2018 Author Share Posted January 27, 2018 I use 1.6.1.10, is the same? Thanks Link to comment Share on other sites More sharing options...
Pierre_d Posted January 27, 2018 Share Posted January 27, 2018 I don't know, I've never opened 1.6. 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