Where is the configure - value coming from on the configure pages

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I am new to nopcommerce and I'm trying to create my first plugin. I've got most things as I want them but on the configure page I cannot get the header to look like others in the project. What am I doing wrong?

Currently my plugin shows:
- My Plugins Friendly Name <-

What I want to see is (what the others have):
Configure - The Plugins Friendly Name <- back to Widget list

My view

@model ConfigurationModel
@{
    Layout = "_ConfigurePlugin";
}
@using Nop.Plugin.Misc.MyPluginsName.Models

@await Component.InvokeAsync("StoreScopeConfiguration")


I have reviewed the other plugins that are part of the solution and I can't see what I have done differently
2 years ago
UP
Hi, i have de same problem. Do you have found a solution ?
2 years ago
What is the problem  ?

Did you have a look at the existing plugins  and what they do
e.g See nopCommerce_4.50.1_Source\Plugins\Nop.Plugin.Widgets.NivoSlider\Views\Configure.cshtml
2 years ago
skyloRen wrote:
UP
Hi, i have de same problem. Do you have found a solution ?

do you have check with
@{
    Layout = "_AdminLayout";
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.