문제

I'm trying to create a payment plugin in NopCommerce 3.30

I read "How to write a plugin" and "How to code my own payment method" links to create my plugin. I follow all of that steps to write my plugin. When I went to "Configuration->Payment->Payment Methods" page on admin panel, I saw only default payment plugins.

Could I ignore anything unconsciously?

도움이 되었습니까?

해결책

Ensure that you specified right output path for your plugin (right click on plugin project -> Properties -> Build -> Output path). It should look like here: ....\Presentation\Nop.Web\Plugins\YourPluginName\

And check that you specify right SupportedVersions for your plugin in Description.txt file.

다른 팁

Ensure that your plugin has been reloaded and installed in /Admin/Plugin/List.

This one caught me as well.

For prosperity - You need to first go to "Configuration->Plugins" from the Administration page, locate the plugin, and click the INSTALL button before it is available in the "Payment Modules" list.

(The documentation is not entirely clear and misses this step)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top