質問

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