NopeCommerce Custom Topic Location

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 anni tempo fa
I created a custom topic in store from admin...how to access that custom topic pages in views.
5 anni tempo fa
You need to call it by code modification of view file. You have missed information which version of nopCommerce using. In case of 4.10 it would be
@await Component.InvokeAsync("TopicBlock", new { systemName = "HomePageText" })


Regards,
Tom
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.