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
judy at Web2Market  
#1 Posted : Tuesday, April 26, 2022 11:48:10 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 289

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
If a gift option doesn't have a price, the display of the name is weird. It pulls from a language resource retail.giftoptions.style, where the value is style.name.
So it looks like the following image on the gift options page. Shouldn't it display the actual name? Especially if there is more than one choice. The name for the one that says style.Name is Gift Message
Here,s the code:
//JUST NAME
<label for="gift-option-@(item.BasketItemId)-@(j)-@(i)">@GetResourceString("retail.giftoptions.style")</label>
}
2022-04-26_12-44-53.png (7kb) downloaded 0 time(s).

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

nadeem  
#2 Posted : Wednesday, April 27, 2022 12:48:27 AM(UTC)
nadeem

Rank: Advanced Member

Groups: Administrators, Developers, Registered, HelpDesk, Authorized User, Admin, System
Joined: 10/11/2018(UTC)
Posts: 109

Thanks: 17 times
Was thanked: 18 time(s) in 18 post(s)
I have confirmed the bug and reported to be fixed in a future release. As a workaround, you can update fix this by replacing

Code:
@GetResourceString("retail.giftoptions.style")

to

Code:
@style.Name


Thank you!
Users browsing this topic
Guest
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.