How to display a Topic on Page Load?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前
Hi there!
I am using NopCommerce 2.4 and am stuck at a point. I would like to display the contents of a 'Topic' I created in the Admin side on page load of my Home Page. For e.g: On page load of my Home Page, I would like to display the contents of a Topic - 'About Us' page. At present, I am only able to provide a link and onclick of the link it takes me to the About Us page. Can anyone please help? Thanks in advance
12 年 前
Can anyone please help?
12 年 前
I have somehow managed to find a resolution for this. Thanks.
12 年 前
Could you provide your solution?
12 年 前
Hi! Its the way the HomePageText is being displayed in the Index.cshtml.

@Html.Action("TopicBlock", "Topic", new { systemName = "HomePageText" })

Hope this helps..
12 年 前
I've already found the resolution, but anyway thanks for the response
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.