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 3 of 3

Thread: Remove Newsletter sign up

  1. #1
    Noregon Bob is offline Junior Member
    Join Date
    May 2010
    Posts
    20

    Default Remove Newsletter sign up

    Is there an easy way to remove the newsletter sign up from the left menu? I tried commenting out that part, but then I get javascript page errors.

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

    Default

    Just comment out (or remove) these lines. Just tried it here and works fine. :-)

    Code:
    <%--<div class="navHeader">
                        Newsletter</div>
                    <div class="leftNav" id="divNewsletter">
                        <aspdnsf:NewsletterControl ID="NewsletterControl1" runat="server" />
                    </div>--%>

  3. #3
    Noregon Bob is offline Junior Member
    Join Date
    May 2010
    Posts
    20

    Default Thanks

    That did the trick.