payment methods missing

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
I have NopCommerce source code and I cannot see any payment methods which used to come default with nopcommerce. It says download from Marketplace but I cant find PayPal Standard plugin on the marketplace

In the root plugin folder I can see the plugin Nop.Plugin.Payments.PayPalStandard which has some files. I believe this is a source code of the plugin. Then I can also see an empty folder of Payments.PayPalStandard

I can see the plugin in action on the demo nopcommerce site so I believe it is still relevant and available.

Am I missing something? Where can I find the plugin and how can I install it on my application
4 years ago
The source files are located in Nop.Plugin.Payments.PayPalStandard as you pointed out.

The compiled files will be located in Payments.PayPalStandard


Note:
You have to build the project to get the plugins from the NopCommerce source library. After you build it you will find the compile plugins available in the Payments.PayPalStandard folder.
4 years ago
tamimmakki wrote:
I

In the root plugin folder I can see the plugin Nop.Plugin.Payments.PayPalStandard which has some files. I believe this is a source code of the plugin. Then I can also see an empty folder of Payments.PayPalStandard


You've source code in the solution that means there is no issue in downloaded code.
Just build "Nop.Plugin.Payments.PayPalStandard" plugin from solution and check folder Payments.PayPalStandard.

If there DLL available and you still not able to find payment method in the admin payment method list then you need to install plugin from Plugin list.

Hope this will help you.
4 years ago
thank you guys.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.