logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
boyd3155174  
#1 Posted : Friday, October 1, 2021 6:02:41 PM(UTC)
boyd3155174

Rank: Newbie

Groups: Authorized User
Joined: 8/2/2021(UTC)
Posts: 9

In some of the store header's there's a section where it says "Wishlist", and then it has a number of items next to it.

I dug around in the .cshtml until I found this line:

Code:
            <li class="wishlist">
                <a href="~/Members/MyWishlist">
                    <i></i>@GetResourceString("retail.storeheadernavigation.wishlist")
                    @if (wishlistItemsCount > 0)
                    { <text>(@(wishlistItemsCount))</text>}
                </a>
            </li>


I am assuming that @GetResourceString("retail.storeheadernavigation.wishlist") is pulling the word "Wishlist". Is that correct?

Do you know what populates the value of retail.storeheadernavigation.wishlist, and how I might change it?

My only other thought could be that there is a there is a value like "content: Wishlist" added to the wishlist class.

Anyways, any help appreciated here.

Thanks,
Anthony

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

ray22901031  
#2 Posted : Friday, October 1, 2021 9:17:55 PM(UTC)
ray22901031

Rank: Advanced Member

Groups: Authorized User, Developers
Joined: 2/17/2019(UTC)
Posts: 826

Thanks: 3 times
Was thanked: 13 time(s) in 13 post(s)
This is done under configuration > store > languages in the admin section. Enter "Whitelist" list under Translation and click filter. You will see that you have various settings that come back, I'm not sure which one it is, but this is where you would change it.

This particular feature of having a language resource database is seriously understated in Ablecommerce. It is a treasure because if you know what you're looking for, you can pretty much change any text that's being displayed on the system.

I hope this helps.
-Ray
shaharyar  
#3 Posted : Monday, October 4, 2021 3:00:03 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

Thanks: 5 times
Was thanked: 113 time(s) in 112 post(s)


You can edit the resource string using the CMS inline editing feature. at time: 2:00
Please see the video to get an overview of CMS features.

Edited by user Monday, October 4, 2021 3:00:47 AM(UTC)  | Reason: Not specified

boyd3155174  
#4 Posted : Monday, October 4, 2021 12:56:43 PM(UTC)
boyd3155174

Rank: Newbie

Groups: Authorized User
Joined: 8/2/2021(UTC)
Posts: 9

thank you
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.