Questions about Payment Form extension

Remove AmEx from CC options in Paypal Pro plugin

  • varoper
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 8 months ago #11057 by varoper
Hello!

I was wondering if there's an easy way to disable the ability for someone to pay with American Express in the Paypal Pro plugin for Payment Form?

Thank You!
Virginia

Please Log in or Create an account to join the conversation.

More
12 years 7 months ago #11128 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Remove AmEx from CC options in Paypal Pro plugin
Hi Virginia

Right now, there is no config option for it, so we will have to modify the code alitle. Please open the file components/com_pmform/views/form/view.html.php, find the code below (around line 132) and remove it :
Code:
$options[] = JHTML::_('select.option', 'Amex', 'American Express') ;

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • varoper
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 7 months ago #11161 by varoper
Thank you!!

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc