Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7182659
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:48:59+00:00 2026-05-28T17:48:59+00:00

Is there a way to make the Credit Card payment method always selected and

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:49:00+00:00Added an answer on May 28, 2026 at 5:49 pm

    Here’s what I ended up doing.

    • Copy the \website\app\design\frontend\base\default\template\checkout\onepage\payment\methods.phtml file to the equivalent directory in my theme.

    • Add a new loop counter variable, $i, at the top after the first comment:

      $i = 1;

    • Inside the <?php if( sizeof($this->getMethods()) > 1 ): ?> first if conditional check, add the following condition (basically, it checks if this the first payment method and sets it to checked)

      <?php if( $i == 1 ): ?>
          <input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" title="<?php echo $this->htmlEscape($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')" class="radio" />
      <?php else: ?>
          <input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" title="<?php echo $this->htmlEscape($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')"<?php if($this->getSelectedMethodCode()==$_code): ?> checked="checked"<?php endif; ?> class="radio" />
      <?php endif; ?>
      

    The else condition is the same as before.

    • Just before the <?php endforeach; ?> I added this line (with <?php around it):

      $i = $i + 1;

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to make sure a (large, 300K) background picture is always
is there way make swf like this : via AS?
Is there a way to make the banner images that are displayed in the
Is there a way to make MatrixForm display a row vector horizontally on the
Is there a way to make a TSQL variable constant?
Is there a way to make a Radio Button enabled/disabled (not checked/unchecked) via CSS?
Is there a way to make a popup window maximised as soon as it
Is there a way to make running junit test to stop after a test
Is there a way to make a python module load a dll in my
Is there any way to make Visual Studio 2008 Express store all the files

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.