Announcement

Collapse
No announcement yet.

Credit Card (payment selection) bypass?

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

    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
    William Gilligan - Orange Marmalade, Inc.
    www.OrangeMarmaladeinc.com

    #2
    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.
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Re: Credit Card (payment selection) bypass?

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

      Stephen M. LaBar, Jr.
      (770) 441-9447
      The Martial Arts Store

      Please Visit Our Site At:
      http://www.themartialartsstore.com

      Comment


        #4
        Re: Credit Card (payment selection) bypass?

        What's wrong with my answer? :)
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment


          #5
          Re: Credit Card (payment selection) bypass?

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

          Stephen M. LaBar, Jr.
          (770) 441-9447
          The Martial Arts Store

          Please Visit Our Site At:
          http://www.themartialartsstore.com

          Comment


            #6
            Re: Credit Card (payment selection) bypass?

            bug me nicely and I'll try to find time to write it out long hand ;)
            Bruce Golub
            Phosphor Media - "Your Success is our Business"

            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
            phosphormedia.com

            Comment


              #7
              Re: Credit Card (payment selection) bypass?

              Please with candy ontop

              Comment


                #8
                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 }}}}
                Sincerely,

                Stephen M. LaBar, Jr.
                (770) 441-9447
                The Martial Arts Store

                Please Visit Our Site At:
                http://www.themartialartsstore.com

                Comment


                  #9
                  Re: Credit Card (payment selection) bypass?

                  i said bug...not beg :).
                  Bruce Golub
                  Phosphor Media - "Your Success is our Business"

                  Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                  phosphormedia.com

                  Comment


                    #10
                    Re: Credit Card (payment selection) bypass?

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

                    Stephen M. LaBar, Jr.
                    (770) 441-9447
                    The Martial Arts Store

                    Please Visit Our Site At:
                    http://www.themartialartsstore.com

                    Comment


                      #11
                      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?
                      Leslie Kirk
                      Miva Certified Developer
                      Miva Merchant Specialist since 1997
                      Previously of Webs Your Way
                      (aka Leslie Nord leslienord)

                      Email me: [email protected]
                      www.lesliekirk.com

                      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

                      Comment


                        #12
                        Re: Credit Card (payment selection) bypass?

                        How about now? Are we there yet??
                        Sincerely,

                        Stephen M. LaBar, Jr.
                        (770) 441-9447
                        The Martial Arts Store

                        Please Visit Our Site At:
                        http://www.themartialartsstore.com

                        Comment


                          #13
                          Re: Credit Card (payment selection) bypass?

                          Bruce,

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

                          Stephen M. LaBar, Jr.
                          (770) 441-9447
                          The Martial Arts Store

                          Please Visit Our Site At:
                          http://www.themartialartsstore.com

                          Comment


                            #14
                            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.
                            Keith Oratz
                            PrepareSmart, LLC - Emergency Preparedness Supplies and Professional Grade Search and Rescue Gear
                            www.preparesmart.com

                            Comment

                            Working...
                            X