'InfoBlock' : dissappears when you select category

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