Product Price in Search Result Transformation

Terrence Foulk asked on September 5, 2014 23:47

Is there a way to include the formatted product price in the search results?

Similar to <%# EcommerceFunctions.GetFormatedPrice(Eval("SKUPrice"), Eval("SKUDepartmentID"), Eval("SKUID"))%>

Thanks Terrence

Correct Answer

Brenden Kehren answered on September 6, 2014 07:31

Should be able to use GetSearchValue(string columnName). Got this right out of the documentation.

1 votesVote for this answer Unmark Correct answer

Recent Answers


Terrence Foulk answered on September 8, 2014 15:04

Thanks Brenden. I've been using that. I did find my problem though, I was using Eval(string).

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.