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
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers Joined: 2/17/2019(UTC) Posts: 909
Thanks: 3 times Was thanked: 15 time(s) in 15 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
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
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
|
|
|
|
Rank: Newbie
Groups: Authorized User
Joined: 8/2/2021(UTC) Posts: 9
|
|
|
|
|
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.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close