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.
Il y a 14 ans
Hi,
Does anybody know how to add or remove card types when using the paypal direct API?
Il y a 14 ans
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>
Il y a 14 ans
Perfect, thank you so much for your very prompt response.
Il y a 14 ans
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?
Il y a 12 ans
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!
Il y a 12 ans
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()
Il y a 11 ans
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.