Is there a way to make the Credit Card payment method always selected and open initially when there are more than one payment method? This is in the Checkout process.
|
|
Here's what I ended up doing.
The else condition is the same as before.
EDIT: Actually, the only reliable cross-browser way to keep it open was to copy the file here: \app\design\frontend\base\default\template\payment\form\ccsave.phtml to my theme and then remove the style="display: none;" from the first . That fixed it so the form was always open and the above code made sure it was selected by default. |
|||||
|
|
you can try this on earlier steps with observer
but be aware that this payment method has to be active and ready to use before you can set this also and you must check if there is no payment method selected before so you won't change the user selection or force the same payment method for each order and you may have to change some frontend code to open up payment method form. |
|||||
|