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: V 9.0.1.2 Known Issues

  1. #1
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default V 9.0.1.2 Known Issues

    Are these issues known about?

    When on manufacturer page showmanufacturer.aspx I get a javascript error 'aspdnsf undefined' .... im using an xml package to allow you to add to cart from here (variantindropdown).

    When I got to a product page showproduct.aspx I get an error

    Code:
    Source:App_Web_enlxalz2 
    Message:Object reference not set to an instance of an object. 
    Stack Trace: 
    at AspDotNetStorefront.showproduct.RegisterScriptAndServices(ScriptManager scrptMgr) in c:\inetpub\wwwroot\AspDotNetStorefront9.0\Web\showproduct.aspx.cs:line 591 
    at AspDotNetStorefront.MasterPageBase.OnInit(EventArgs e) in c:\inetpub\wwwroot\AspDotNetStorefront9.0\Web\App_Code\MasterPageBase.cs:line 184 
    at System.Web.UI.Control.InitRecursive(Control namingContainer) 
    at System.Web.UI.Control.InitRecursive(Control namingContainer) 
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    For the entity add to cart page, that's a known issue. It's already fixed for next week's release, and in the meantime the info here will let you fix that if you want.

    As for the second issue, product pages work fine out of the box. That looks like something wrong with your template, though it's hard to say what from just that trace. Try the site with the stock skin and XML packages and contact support if you can't track it down.

  3. #3
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    ok i'll contact support, this is a barebones install with no mods and using the original skin (skin1)

  4. #4
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    Ok, I lied ... I was using a modified template. After research I found I was missing the following.

    Code:
        <%  if (RequireScriptManager)
            { %>
        <%-- Only render for pages that require ajax --%>
        <asp:ScriptManager ID="scrptMgr" runat="server">
        </asp:ScriptManager>
        <% } %>

  5. #5
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Haha Great to know you figured it out.