PayPal and credit card option

  • sunriseoutfitters
    Asked on October 21, 2014 at 11:04 AM

    I have created a form using PayPal.  The page is here: http://sunrisedeerhunt.com/pay.html

    I want the purchaser to be able to use paypal OR their own credit card, but this option isn't showing when you go to pay.  Is there something I can do to include this option?  I don't see any option available for me to edit this.  I saw Karina's advice to edit my source code:

    Answered by Carina on March 10, 2014 at 09:37 AM

    I believe the way of achieving this is by copying your form's source code and editing it:

    <input type="radio" class="paymentTypeRadios" id="input_3_paymentType_credit" name="q3_myProducts3[paymentType]" checked="checked" value="credit">

    The yellow part needs to be moved from the paypal button to the credit card option.

     

    But my code is different than above, I don't have radio buttons for payment type option.

    thanks,

    Kristi

  • sunriseoutfitters
    Replied on October 22, 2014 at 5:28 PM

    Now I see it!  Earlier when I tested, it only gave the option below to create a paypal account, not to use a credit or debit card.   Oh well , I see it now and that is exactly what I needed!  One more question. 

    When I have the form set up like I do on this webpage, how does the information come in?  I have the top half for customer info (name, address, etc.) and the bottom has the PayPal form.  Will an email come in with all the submitter information, and then a separate email showing they paid at paypal?

    thanks!
    Kristi
  • KadeJM
    Replied on October 22, 2014 at 7:04 PM

    On behalf of my colleagues whom had helped you here you are very welcome. 

    Additionally, I've moved your follow-up question to a new thread here.