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>
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?
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?