'InfoBlock' : dissappears when you select category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anos atrás
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 anos atrás
tx, had exactly the same problem!
14 anos atrás
those codes dont seem to be in Categry.aspx in the template orange, where do i find them
14 anos atrás
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 anos atrás
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 anos atrás
it's in the root of your application
14 anos atrás
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 anos atrás
na i worked it all out
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.