Add or Remove Accepted Credit Cards using PayPal Direct

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anni tempo fa
Hi,
Does anybody know how to add or remove card types when using the paypal direct API?
14 anni tempo fa
Hi Gary,

1. Open \NopCommerceStore\Templates\Payment\PayPalDirect\PaymentModule.ascx file
2. Find 'ddlCreditCardType' control
3. Add a new dropdownlist item: <asp:ListItem Value="CCSystemName">CC name</asp:ListItem>
14 anni tempo fa
Perfect, thank you so much for your very prompt response.
14 anni tempo fa
We are using Cybersource as Payment Processor. But we dont want to have Credit Card Type Selector.
Instead we want to validate which card is provided by Customer. How to set card type without selection?
12 anni tempo fa
a.m. wrote:
Hi Gary,

1. Open \NopCommerceStore\Templates\Payment\PayPalDirect\PaymentModule.ascx file
2. Find 'ddlCreditCardType' control
3. Add a new dropdownlist item: <asp:ListItem Value="CCSystemName">CC name</asp:ListItem>


Hello, can you tell me how to achieve this for NopCommerce 2.4?

Thanks!
12 anni tempo fa
Above advice was for 1.x.  With 2.x plugins, it requires custom coding.  Changes to

\src\Plugins\Nop.Plugin.Payments.PayPalDirect\Controllers\PaymentPayPalDirectController.cs
public ActionResult PaymentInfo()
11 anni tempo fa
CAN ANYONE HELP ME ...

I have spend several hours to find out about the credit card option selection
Where do I go and setup my selection, I only Accept VISA and Master

Please help

Thanks
Al
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.