in

dashCommerce

An ASP.NET Open Source e-Commerce Application

dashcommerce 3.0 RC1 Main Content won't display

Last post 04-28-2008 9:30 PM by jhuang. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 04-14-2008 11:42 AM

    • j35u5fr34k
    • Top 150 Contributor
    • Joined on 04-02-2008
    • East Tawas, MI
    • Posts 5

    dashcommerce 3.0 RC1 Main Content won't display

     Hey everyone, congrats and thank you to everyone involved with dashcommerce RC1.

    I installed RC1 without a hitch but I tried to update the main content on my home page and now there is nothing at all on my default page.  Any ideas?

    http://i300.photobucket.com/albums/nn29/j35u5fr34k/adminhomepage.jpg

    http://i300.photobucket.com/albums/nn29/j35u5fr34k/homepage.jpg 

     

    Bump

    Resurrection Computers
    http://www.resurrectioncomputers.com
    http://blog.resurrectioncomputers.com
    Filed under: ,
  • 04-17-2008 3:22 AM In reply to

    • burek
    • Top 200 Contributor
    • Joined on 04-15-2008
    • Posts 4

    Re: dashcommerce 3.0 RC1 Main Content won't display

    I have same problem.

    Any ideas?

  • 04-17-2008 8:07 AM In reply to

    • j35u5fr34k
    • Top 150 Contributor
    • Joined on 04-02-2008
    • East Tawas, MI
    • Posts 5

    Re: dashcommerce 3.0 RC1 Main Content won't display

    I fixed the problem by matching the number of content columns on each page.  I made sure that each page was set to a 3 column page and magically everything appeared on the main page.  Although, the other pages never had a problem displaying.  I tested my theory by changing the main page back to a 2 column page and deleting one of the regions and the theory worked.  I hope that helps! 

    Resurrection Computers
    http://www.resurrectioncomputers.com
    http://blog.resurrectioncomputers.com
  • 04-20-2008 4:00 AM In reply to

    • burek
    • Top 200 Contributor
    • Joined on 04-15-2008
    • Posts 4

    Re: dashcommerce 3.0 RC1 Main Content won't display

    I noticed that I need to restart my IIS in order to see changes in category menu.

    That's strange isn't it?

  • 04-28-2008 9:30 PM In reply to

    Re: dashcommerce 3.0 RC1 Main Content won't display

    If iis reset worked for you.

    And to avoid always doin an iis reset everytime you change the homepage or the categories.

    add this line to btnSave_Click (in categoryedit.aspx.cs)

    in a finally or at the end of the try/catch block:

    CacheManager<string,string>.GetInstance().ClearCache();

    This  line was copied from the cache control under site settings inthe admin area.

     

Page 1 of 1 (5 items)