InfoBlock is hidden

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 лет назад
Why is InfoBlock hidden on Category Page? How to make it visible?
14 лет назад
I fixed it. The problem was in Category.aspx file.
The following code is redundant, so you can delete it from Category.aspx file.

    <asp:Content ID="Content2" ContentPlaceHolderID="cph2" runat="server">
    <nopCommerce:CategoryNavigation ID="ctrlCategoryNavigation" runat="server" />
    <div class="clear">
    </div>
    <nopCommerce:ManufacturerNavigation ID="ctrlManufacturerNavigation" runat="server" />
    <div class="clear">
    </div>
    <nopCommerce:RecentlyViewedProducts ID="ctrlRecentlyViewedProducts" runat="server" />
    <div class="clear">
    </div>
    </asp:Content>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.