Page 1 of 1

Small fix for admin page when searching for component

Posted: Mon Sep 04, 2017 9:54 pm
by Odettes
Hi!

I'm using Gold R11 SR1, Build 7.0.91.8858 and had some problems when adding an existent component to my Kit.
When searching it doesn't shows the names of the products in the component, it's just displays something like this:
[1] $name @ 120 kr ea.

I don't now if this is fixed in the latest version, but if you make a small change in the file:
/Admin/Products/Kits/AttachComponent.aspx

On row 57, change this:

Code: Select all

<asp:Label ID="Name" runat="server" Text='<%#Eval("Name")%>' />
To:

Code: Select all

<asp:Label ID="Name" runat="server" Text='<%#Eval("DisplayName")%>' />
And it will show up correctly and display the products name in the component like this:
[1] Candlelight @ 120 kr ea.

Now it's much easier to locating the right component.

Re: Small fix for admin page when searching for component

Posted: Tue Sep 05, 2017 9:01 am
by Katie
Hi Thomas,

I just checked the latest version of Gold R12 SR1 and the product names shown on the AttachComponent page are working for me, but at least you have a fix here in case someone else has the same issue.

Thanks for taking the time to post it.
Katie