'InfoBlock' : dissappears when you select category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
The InfoBlock dissappears when you select a category and only reappears when you either select an individual product or a non category specific page ie home, search, my account etc

not really a performance issue but i felt the site lost continuity.

I addressed issue by editing

Categry.aspx

and adding the following line near the top (below the existing register tag) :

<%@ Register TagPrefix="nopCommerce" TagName="InfoBlock" Src="~/Modules/InfoBlock.ascx" %>

and then add

<nopCommerce:InfoBlock ID="ctrlInfoBlock" runat="server" />
              
just before :
            
  </asp:Content>
14 years ago
tx, had exactly the same problem!
14 years ago
those codes dont seem to be in Categry.aspx in the template orange, where do i find them
14 years ago
they are not in the file, you need to put them in to make the infoblock appear - just follow the instructions above and copy the (bold) code into your

category.aspx

page
14 years ago
thanks but im using go daddy host but im not sure what folder to find Categry.aspx for example wether its in adminstration > modules?
14 years ago
it's in the root of your application
14 years ago
thank you very much it worked

nother question would you no if in the user guide it will
show my how i can add and change names of pages in the infoblock.ascx
14 years ago
na i worked it all out
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.