- Posts: 5
- Thank you received: 0
Questions about Payment Form extension
Remove AmEx from CC options in Paypal Pro plugin
- varoper
- Topic Author
- Offline
- New Member
-
Less
More
13 years 8 months ago #11057
by varoper
Remove AmEx from CC options in Paypal Pro plugin was created 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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
13 years 8 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 :
Regards,
Tuan
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
-
Less
More
- Posts: 5
- Thank you received: 0
13 years 7 months ago #11161
by varoper
Replied by varoper on topic Re: Remove AmEx from CC options in Paypal Pro plugin
Thank you!!
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.