![]() |
Change bread crumb to start with "Home" not company name
I've just started work on a new store, which uses version 4.2. On my previous store (created with 4.1.11) I edited the location.tpl file to change the bread crumb to show "Home" at the beginning of the list, not the company name.
I'd like to make the same change to the 4.2 store, but find that the code in bread_crumbs.tpl is quite different from the previous version and that the code I used before does not work. Can anyone suggest a way to achieve what I want to do? Thanks. |
Re: Change bread crumb to start with "Home" not company name
|
Re: Change bread crumb to start with "Home" not company name
Quote:
Is this the same process for 4.2 as the previous versions? bionuts question was referring to the change in 4.2. |
Re: Change bread crumb to start with "Home" not company name
bread crumbs are located in skin1/customer/bread_crumbs.tpl now
|
Re: Change bread crumb to start with "Home" not company name
The code in bread_crumbs.tpl and location.tpl are different. What would need to be done in bread_crumbs.tpl to change the bread crumb to start with "Home" and not "company name"?
|
Re: Change bread crumb to start with "Home" not company name
replace {foreach}...{/foreach} block there with this:
Code:
{foreach from=$location item=l name=location} |
Re: Change bread crumb to start with "Home" not company name
there are 2 files now?
|
Re: Change bread crumb to start with "Home" not company name
No, for customer there is bread_crumbs.tpl only in 4.2.0
location.tpl is probably used in admin area since there is less changes in comparison with front-end. IMHO templates stucture is more clear now |
Re: Change bread crumb to start with "Home" not company name
Is there anyway to remove the breadcrumb completely from the homepage? Makes special offers look better. Please let me know.
|
Re: Change bread crumb to start with "Home" not company name
or can i show the homepage breadcrumb under the special offers and then in every other page show it back up above like normal? Thanks to all in advance.
|
All times are GMT -8. The time now is 11:20 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.