Is there a way to include the formatted product price in the search results?
Similar to <%# EcommerceFunctions.GetFormatedPrice(Eval("SKUPrice"), Eval("SKUDepartmentID"), Eval("SKUID"))%>
<%# EcommerceFunctions.GetFormatedPrice(Eval("SKUPrice"), Eval("SKUDepartmentID"), Eval("SKUID"))%>
Thanks Terrence
Should be able to use GetSearchValue(string columnName). Got this right out of the documentation.
GetSearchValue(string columnName)
Thanks Brenden. I've been using that. I did find my problem though, I was using Eval(string).
Please, sign in to be able to submit a new answer.