'InfoBlock' : dissappears when you select category

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 14 ans
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>
Il y a 14 ans
tx, had exactly the same problem!
Il y a 14 ans
those codes dont seem to be in Categry.aspx in the template orange, where do i find them
Il y a 14 ans
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
Il y a 14 ans
thanks but im using go daddy host but im not sure what folder to find Categry.aspx for example wether its in adminstration > modules?
Il y a 14 ans
it's in the root of your application
Il y a 14 ans
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
Il y a 14 ans
na i worked it all out
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.