Popular Tags

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hello,

I installed nopCommerce 1.90 and I set all my page to work as twocolumn and all work very good and well .

only I don't see my box in the left sidebar with popular Tags. I just edit and added a lot of tags in my products.

anyone can help me how to show this box in the Sidebar?

Thanks a lot

Lukie
12 years ago
To display the popular tags in the twocolumn layout, edit MasterPages\TwoColumn.master and uncomment lines 24-26.
Change from:
<%-- <div class="clear">
</div>
<nopCommerce:PopularTags ID="ctrlPopularTags" runat="server" />--%>

to:
<div class="clear">
</div>
<nopCommerce:PopularTags ID="ctrlPopularTags" runat="server" />
.
12 years ago
Excellent,

Thank you very much, the same is for info Block

Thank you

Good work!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.