Default Payment Method Not Expanded
-
When setting ‘Advanced Card Processing’ as the first option on my checkout, the radio button is highlighted, but the card entry fields are hidden. It requires the user to click on a radio option that is already highlighted, so could be very confusing.
I have found a CSS workaround for now, which involves adding the following:
input#payment_method_ppcp-credit-card-gateway:checked + label + div {
display: block !important;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Default Payment Method Not Expanded’ is closed to new replies.