Jump to content

Paypal going to credit crd payment page


aknight

Recommended Posts

Trying to get to the 21st century, just added Paypal as a payment option. The radio button appears under the choice of payments and when I select Paypal, click continue I am taken to a page requesting credit card info. I expect to be taken to Paypal's site. Have I missed a step?

 

-Allan

Link to comment
Share on other sites

Allan,

 

unless i'm looking at the wrong website, i'm not seeing PayPal as an option - only cc ? :?:

 

btw and slightly off-topic, but there is an issue with your domain lookups - namely .abogado and .biz aren't working... everything is unavailable. :roll:

G7b1CEA.png

 

if you're using Standard Whois, .abogado isn't included in dist.whois.json, therefore you'd need to add it to a custom whois.json file...

 

    {
       "extensions": ".abogado",
       "uri": "socket://whois.nic.abogado",
       "available": "This domain name has not been registered"
   },

and while there is an entry for .biz in dist.whois.json, it's wrong! :roll:

 

    {
       "extensions": ".biz",
       "uri": "socket://whois.biz",
       "available": "No Data Found"
   },

take a look at the documentation about how/where to add the custom file... and remember that you won't need the closing comma after the final entry in the file.

 

there will almost certainly be other TLDs that are wrong/missing, but those were the obvious 2 shown on the register domain page. :idea:

Link to comment
Share on other sites

Brian, I have removed the Paypal option so clients did not get frustrated.

 

Thanks for the Whois info, I have made the updates.

 

-Allan

 

- - - Updated - - -

 

Andrew, It is "Paypal" that I activated. I tried "Paypal Express" as well, same results.

 

-Allan

Link to comment
Share on other sites

  • WHMCS Developer

PayPal express also requires activating the PayPal module.

 

I am unable to replicate the CC fields appearing on checkout when I use the PayPal option. If you are definitely selecting the PayPal gateway in your Payment Gateways section, I would advise opening a ticket for support to give this a quick look over as that should not be happening.

Link to comment
Share on other sites

Just doing another test, on the page where I choose to pay by credit card or Paypal, I select Paypal. The button on the bottom of the page reads 'Complete Order". The next page is then prompting for credit card info. Had I selected to pay by credit card, the credit card info is collected on the same page and "Complete Order" really is a complete order.

Link to comment
Share on other sites

Allan,

 

have you tried it when you're not logged in? i'm wondering if CC is defaulting as the payment method for some reason??

 

it would be interesting to inspect the source code when Paypal is enabled to see if the template is doing something it shouldn't do by default.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated