Show content on Widget Area on execution time

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I want to to show simple data like total products on this widget position "left_side_column_after_category_navigation"

But I dont want to create one plugin to do it.

I think, on any controller/factory I register the widget and it show up? no!?

How the best Way to do this?
5 years ago
Hello,

You can create separate cs file for that in which you can inherited widget [url=Nop.Plugin.Widgets.NivoSlider/NivoSliderPlugin.cs]like[/url] this cs file.

You have to modified that code.

Second way is to customise in nivoslider plugin to achieve your task.

Third way is to find this  left_side_column_after_category_navigation widget view page in which you can call custom action and your controller with separate page.

So basically you can customise three way without make any plugin.

Hope you will understand..!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.