How to rename breadcrumbs like Wishlist

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

How to rename breadcrumbs like Wishlist

Post by AbleMods » Thu May 29, 2014 6:19 am

I want to rename "Wishlist" to "Favorites" in all areas. Changing pages, links etc is easy. But I want the breadcrumb to be renamed too.

There is no xml file in /app_data/ like there is for the admin breadcrumbs.

How do I change the breadcrumb text for static site pages like the Wishlist page?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: How to rename breadcrumbs like Wishlist

Post by NC Software » Thu May 29, 2014 8:08 am

Is there a sitemap file it's coming from?
Neal Culiner
NC Software, Inc.

nadeem
Captain (CAPT)
Captain (CAPT)
Posts: 258
Joined: Tue Jul 31, 2012 7:23 pm

Re: How to rename breadcrumbs like Wishlist

Post by nadeem » Fri May 30, 2014 12:40 am

Is there a sitemap file it's coming from?
Yes, it's coming from Website/Web.sitemap file.

Locate the following line:

Code: Select all

<siteMapNode url="~/Members/MyWishlist.aspx" title="Wishlist">
and update the title to rename the Wishlist breadcrumb like this for example:

Code: Select all

<siteMapNode url="~/Members/MyWishlist.aspx" title="blah blah blah">

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: How to rename breadcrumbs like Wishlist

Post by AbleMods » Fri May 30, 2014 11:14 am

Perfect, thanks !
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply