Problem with PayPal payment buttons and WordPress

Discussion in 'WordPress' started by Skribblez, Aug 24, 2006.

  1. #1
    Hi,

    I'm having a small problem with PayPal payment buttons and Wordpress.

    Here's the page I'm having the problem on:
    http://www.webmagine.net/emoticon-packs/

    The PayPal button doesn't show, but instead a link with the text "Submit Query" shows. It leads the visitor to the order process, but I'd like the PayPal button to show instead. :confused:

    Here's the code I'm using:

    
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business" value="********">
    <input type="hidden" name="item_name" value="Orange Emoticons">
    <input type="hidden" name="item_number" value="*****">
    <input type="hidden" name="amount" value="5.00">
    <input type="hidden" name="no_shipping" value="1">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="return" value="http://www.webmagine.net/thankyou/">
    <input type="hidden" name="cancel_return" value="http://www.webmagine.net/transaction-cancelled/">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but5.gif" border="0" name="submit" title="Make payments with PayPal - it's fast, free and secure!">
    </form>
    
    Code (markup):
    Anyone know a way around this problem? I think it might be due to the conflicting javascripts. Not too sure though.

    Would highly appreciate your help.
     
    Skribblez, Aug 24, 2006 IP
  2. JaysonGray

    JaysonGray Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello Neil

    I'm getting a dead link on the page URL you supplied?

    Also I notice its a folder destination rather than a page, same as the Paypal destination URL's you've put in the Paypal code above? Is that intended?

    Thanks
    Jayson Gray
     
    JaysonGray, Aug 27, 2006 IP
  3. Nightmare

    Nightmare Peon

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    it works for me.
     
    Nightmare, Aug 27, 2006 IP