You need to Register for free and Login to post a message in the forum.

Forum

Anyone having problems with Paypal buttons
Last Post 2010-05-10 03:42 PM by Pingle2009. 6 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
JohnUser is Offline
Nuke Newbie
Nuke Newbie
Posts:7

--
2010-04-16 09:15 PM
    About two weeks ago, I got a report from a customer who said they were having problem with their Shopping Cart not going to paypal correctly.  It had been working fine for over a year so I did some checking and paypal has made some changes that affect a lot of sites.  The specific error is 500 Internal Server Error.
    • I upgraded his cart to the latest version (which wasn't listed with the project on the DNN site), that didn't work.
    • I tried changing both url's to https://www.paypal.com/cgi-bin/webscr as suggested on s post, that didn't work.
    • I tried using this method http://blogs.snapsis.com/PermaLink,...cc8eb.aspx to place a simple buy now button on the site, that didn't work either.
    • I finally put the code on a plain html page and that works fine so I don't think it's paypal at this point and think its DNN.

    Is anyone else having problems?  I can't believe I can't find more post or anything on this as I don't think this is an isolated event.  I have tested this on several sites and get the same error on all.  Any help or insight would be greatly appreciated.
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-04-17 10:30 PM
    I just checked a site I manage that uses a Dyanmic Forms page to link to Paypal. This site posts the transaction to https://www.paypal.com/us/cgi-bin/webscr without any problem.

    Can you identify the full URL that is being sent to Paypal from your DotNetNuke site? That will probably contain enough to diagnose the problem. If you can't see it directly, perhaps you can use Fiddler to see it.

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Pingle2009User is Offline
    Nuke Master
    Nuke Master
    Posts:133

    --
    2010-05-06 10:14 AM
    Like the original poster, I am also having problems adding a PayPal Buy Now button on my DNN (5.4.1) site. I'm just adding the button to a HTML module and I've checked the code actually works from a web page created using Notepad. The original button code simply refreshes the page on my site.

    I have tried all the methods suggested above but with no joy. I get the 500 Server Error message when using the amended code.

    Here are the tags containing URL's --

    < form action="https://www.paypal.com/cgi-bin/webscr" method="post" >

    < input type="image" border="0" src="https://www.paypal.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online." >

    < img height="1" border="0" width="1" alt="" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" >

    Any help gratefully accepted.
    Joseph CraigUser is Offline
    DNN Creative Support
    Nuke Master VI
    Nuke Master VI
    Posts:9008
    Avatar

    --
    2010-05-06 11:28 AM
    DotNetNuke pages are web forms, so you can have a form inside of a form.  That is why your button fails.

    Fortunately there is a simple fix outlined here by John Mitchell.

    Joe Craig, DNN Creative Support

    Subscribe to DNNCreative
    I recommend PowerDNN for DotNetNuke Hosting.
    Pingle2009User is Offline
    Nuke Master
    Nuke Master
    Posts:133

    --
    2010-05-07 11:27 AM
    Thanks for the info, good to know the reason why it fails.

    I had already tried the solution in that link but it failed PayPal validation even though the PaPal Developers site confirmed my code was OK.

    I took the route of adding a third party PayPal buton module and the orginal button code works!




    Lee SykesUser is Offline
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945
    Avatar

    --
    2010-05-07 11:53 AM
    There is also another simple alternative:

    When you create your PayPal Buy Now button, when it creates the form code, there is also the option for email code.

    This will just be a link that you can paste into an email.

    You could create your own "Buy Now" image and then link that image using the email link, this will take you to the PayPal site for the user to fill out their details.
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile
    Pingle2009User is Offline
    Nuke Master
    Nuke Master
    Posts:133

    --
    2010-05-10 03:42 PM
    Ah, thanks for that, Lee, I will try that next time!
    You are not authorized to post a reply.


    Active Forums 4.3

    Latest Forum Posts

    RE: "Good" hosting providers by ejcullen rene
    informative!!!
    RE: URL Master Module doesn't work on IHostASP hosting by ejcullen rene
    informative!!!
    RE: shared web hosting by ejcullen rene
    informative!!. i got hosting service from http://www.thewebpole.com/ my hosting company offers you
    RE: iPhone website logo in DNN root directory by JohnnieD
    I'm supposed to add this link to make my custom logo show up on iPhones. Where in DNN would I a
    iPhone website logo in DNN root directory by JohnnieD
    I'm trying to put an iPhone logo that I made into my site so when someone saves the website on their
    RE: Fixed size container by Joseph Craig
    Use an HTML module and style the container to have a fixed height and width. Set the overflow attr
    Fixed size container by Aggiedan97
    I am looking for advice or an actual container that has a fixed height (and width). An HTML module w
    RE: DNN 6.1 app_offline.htm by Joseph Craig
    If the site "works" in Chrome, Firefox and Safari, but not in IE8 look to IE8 as the problem. It is
    RE: DNN site automatically redirects to a different domain name. by Joseph Craig
    Make a copy what is in the portalalias table and then remove all but the localhost entry. Verify th
    DNN 6.1 app_offline.htm by Dave Hassall
    Hi As recommended I have successfully been using the app_offline.htm whilst performing upgrades t
    RE: DNN site automatically redirects to a different domain name. by imran shaikh
    Hi i have done same as mention in this post my dnn folder name is Trademaxomanupg with
    Enforce Terms Tutorial Update by Vistalogix Corporation
    I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
    RE: Best Practices for Modifying a Custom Module by Joseph Craig
    Start up the development website, then install the module using the package that you have. Then, yo
    Best Practices for Modifying a Custom Module by schilders
    Good Morning, I'm needing to modify a custom built module created by another developer targeted f
    RE: Admin menu problem by alireza arabiyan
    hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
    RE: Admin menu problem by Joseph Craig
    Yes, that is what you should have done. What is the URL for your home page? What is the URL for
    RE: Admin menu problem by alireza arabiyan
    hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
    RE: Admin menu problem by Joseph Craig
    How did you move it? Have you added an entry in the portalalias table for the site's domain name?
    RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
    Set up a user with dbo privileges and set the connection string for that user, rather than using Win
    Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
    I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
    You are not logged in.
    You must log in to access all 
    650+ videos, tutorials, podcasts, and more.
    RSS Feeds