Hey,
I am trying to edit how the wish list looks. I can make a few changes by editing the wishlist.aspx page, however cant edit the actual output which I am sure is getting produced by this line:
<asp:Literal ID="CartItems" runat="server" Mode="PassThrough"></asp:Literal>
Aslo noticed this line in the wishlist.aspx.cs file:
String CartItemsXmlPackage = AppLogic.AppConfig("XmlPackage.WishListPageItems") ;
Not sure if there is meant to be a xml package for it as I cant find one.
Anyone know how to do this?