Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Recently Viewed XML package display in left nav

  1. #1
    seasonalsin is offline Senior Member
    Join Date
    Nov 2006
    Posts
    123

    Default Recently Viewed XML package display in left nav

    I want to display the recently viewed xml package results in the left nav. Figure I can set the results to one column and it will display them vertical.

    Having issues getting this to pull in properly on MS9.3.

    Any suggestions on how to do this? I have registered the tag in my master page.

    I have this in a div on the left nav.

    C#/VB.NET Code:
    <aspdnsf:XmlPackage id="RecentView" PackageName="recentlyviewed.xml.config" runat="server" /> 
    Appreciate any help you can provide.
    Shawn

    http://www.FirstChoiceMarine.com

    Currently 7.1 moving to MS9.3

  2. #2
    seasonalsin is offline Senior Member
    Join Date
    Nov 2006
    Posts
    123

    Default

    Anyone know how to do this? Seems like I am missing something simple?
    Shawn

    http://www.FirstChoiceMarine.com

    Currently 7.1 moving to MS9.3

  3. #3
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    I've not used 9.3 much yet but I normally use this syntax in v9 master pages to render an XMLPackage:

    Code:
    <asp:Literal runat="server" Text="<%$ Tokens: XmlPackage, recentlyviewed.xml.config%>" />

  4. #4
    seasonalsin is offline Senior Member
    Join Date
    Nov 2006
    Posts
    123

    Default

    I get "No Recently Viewed Products" when I apply this to the template.master file. But this is displaying product on the product page.
    Shawn

    http://www.FirstChoiceMarine.com

    Currently 7.1 moving to MS9.3

  5. #5
    seasonalsin is offline Senior Member
    Join Date
    Nov 2006
    Posts
    123

    Default

    Seems like I am missing something simple. Any ideas
    Shawn

    http://www.FirstChoiceMarine.com

    Currently 7.1 moving to MS9.3