Announcement

Collapse
No announcement yet.

Credit Card (payment selection) bypass?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Keitho
    replied
    Re: Credit Card (payment selection) bypass?

    I simply changed the default to Visa (by far the most popular option) and that pretty much stopped the errors.

    Here's my code on OSEL. I know it's also on another page but can't remember which. Can someone else chime in?

    Whichever payment option line includes the word CHECKED (in CAPS) becomes the default.

    <div class="form_row">
    <br><label for="PaymentMethod" class="bold">Pay With:</label>
    <input type="radio" name="PaymentMethod" value="authnet:AmerExp"> American Express &nbsp;&nbsp;&nbsp;
    <input type="radio" name="PaymentMethod" value="authnet:Discover"> Discover &nbsp;&nbsp;&nbsp;
    <input type="radio" name="PaymentMethod" value="authnet:MasterCard"> MasterCard &nbsp;&nbsp;&nbsp;
    <input type="radio" name="PaymentMethod" value="authnet:Visa" CHECKED> Visa &nbsp;&nbsp;&nbsp;
    <input type="radio" name="PaymentMethod" value="paypalpro:PPAL_OSEL"> PayPal &nbsp;&nbsp;&nbsp;
    <!--<input type="radio" name="PaymentMethod" value="cod:cod"> COD &nbsp;&nbsp;&nbsp;
    <input type="radio" name="PaymentMethod" value="check:check"> Check (or Purchase Order) &nbsp;&nbsp;&nbsp;-->
    <input type="radio" name="PaymentMethod" value="check:check"> Purchase Order (Requires Pre-Approval)&nbsp;&nbsp;&nbsp;


    ​Hope this helps.

    Leave a comment:


  • slabar
    replied
    Re: Credit Card (payment selection) bypass?

    Bruce,

    I'm like a fly buzzing around your head during dinner time.

    Leave a comment:


  • slabar
    replied
    Re: Credit Card (payment selection) bypass?

    How about now? Are we there yet??

    Leave a comment:


  • lesliekirk
    replied
    Re: Credit Card (payment selection) bypass?

    Originally posted by Bruce - PhosphorMedia View Post
    bug me nicely and I'll try to find time to write it out long hand ;)
    Is it done yet? Is it done yet? Is it done yet?

    Leave a comment:


  • slabar
    replied
    Re: Credit Card (payment selection) bypass?

    I know, but I couldn't resist. :-)

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    Re: Credit Card (payment selection) bypass?

    i said bug...not beg :).

    Leave a comment:


  • slabar
    replied
    Re: Credit Card (payment selection) bypass?

    Bruce,

    Please, oh pretty please with sugar on top, a maraschino cherry, maybe even some sprinkles may you perhaps find time to pretty pretty please write it out long hand ??????

    {{{{ PLEASE }}}}

    Leave a comment:


  • t3media
    replied
    Re: Credit Card (payment selection) bypass?

    Please with candy ontop

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    Re: Credit Card (payment selection) bypass?

    bug me nicely and I'll try to find time to write it out long hand ;)

    Leave a comment:


  • slabar
    replied
    Re: Credit Card (payment selection) bypass?

    Nothing I just don't know how to do it.

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    Re: Credit Card (payment selection) bypass?

    What's wrong with my answer? :)

    Leave a comment:


  • slabar
    replied
    Re: Credit Card (payment selection) bypass?

    Any update on this as I may be interested as well. Thanks in advance.

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    Re: Credit Card (payment selection) bypass?

    If you are only doing CC, from one gateway and the share the same fields, you should be able to just hide the Select Card type (and use a hidden field to carry over at least one selection (say amex). Then, on the OPAY screen use a JS handler to change the 'card type' field (again as a hidden input). BTW: several Gateways don't even look at the 'card type' value...but don't remember this early in the morning which one.

    Leave a comment:


  • wmgilligan
    started a topic Credit Card (payment selection) bypass?

    Credit Card (payment selection) bypass?

    Is there a module, or code that would allow for a customer to not select the payment type during checkout?

    I have seen other sites that automatically populate the card type based on the number - is this doable?

    Or is there a way to get the customers attention so they don't just click continue... we have this happening and the default is amex.

    Suviant Ready Theme.

    Bill
Working...
X