Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Duplicate
-
Affects Version/s: 4.7.6
-
Fix Version/s: 4.7.8
-
Component/s: CiviContribute
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
I have multiple payment processors setup for my contribution page along with the pay later option. When I first load the page the default payment option is checked.
If I then click on "Other". The payment options and billing info go away. This is expected.
Then I enter an amount. The payment options and billing info returns but the selected payment option is no longer checked.
In the CRM/common/paymentBlock.tpl template the selected paymentOption is removed when the paymentOptions are hidden. A possible fix would be to store the selected option in a temp variable and refilled if the paymentOptions are unhidden.