NopeCommerce Custom Topic Location

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 5 ans
I created a custom topic in store from admin...how to access that custom topic pages in views.
Il y a 5 ans
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.