If you add a product to wishlist, the product is displayed without tax classes. How can it be fixed?

Technical support leader

Juraj Ondrus asked on December 1, 2009 08:02

If you add a product to wishlist, the product is displayed without tax classes. How can it be fixed?

Correct Answer

Juraj Ondrus answered on December 1, 2009 08:02

This is a matter of what code is used in appropriate transformation.
You can edit transformation used for wishlist web part, find following line:

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

And replace it by this one:

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


0 votesVote for this answer Unmark Correct answer

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