How to switch off required fields in PayPal Manual and Direct payment plugins?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hello.

Using nopCommerce 3.90.

We want to remake PayPal Manual and PayPal credit card direct payment methods.

We need to switch off the REQUIRED fields like Name, card no, card date, cvs and etc.

How to do it in .cshtml files of the plugins or any other solutions?

Actually we need some pugin just like CheckMoneyOrder payment method...

Thanks.
4 years ago
Yes you can do that
zaf wrote:

Actually we need some pugin just like CheckMoneyOrder payment method...
Thanks.

You can copy, rename and change CheckMoneyOrder

What payment method do you need - It is not in the marketpalce ?
4 years ago
Yidna wrote:
Yes you can do that
You can copy, rename and change CheckMoneyOrder


If I just copy it, it will work same way???
4 years ago
Yes - with a new group of setting both can work

I copy it and renamed mine Nop.Plugin.Payments.DirectDeposit for direct deposits to a bank
Edit it - search and replace "CheckMoneyOrder" with "DirectDeposit"

There is a bit more involved but that's it in simple terms
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.