need help with paypal button

Discussion in 'HTML & Website Design' started by rowza, May 27, 2012.

  1. #1
    Hi everyyone, Mywebsite Pay now button isnt working can anyone help ? Is it a browser problem or is it somthing im missing in Dreamweaver? When clicked its just comming upa blank page
    Website link - http://bbuilderr.zzl.org/store.php

                                   <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="XQSSX58H4ER4A">
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="WWW8S6TG4ULTE">
    <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    </form>
    Code (markup):

    Thanks in advance
     
    Last edited: May 27, 2012
    rowza, May 27, 2012 IP
  2. Klwo

    Klwo Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    maybe this will help..
    warriorforum[dot]com/main-internet-marketing-discussion-forum/300019-how-add-your-custom-checkout-banner-your-paypal-links-buttons-tutorial[dot]html
    goodluck
     
    Klwo, May 27, 2012 IP
  3. rowza

    rowza Well-Known Member

    Messages:
    189
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #3
    No didnt help :( I havnt got Make new profiles etc (UK)P
     
    rowza, May 28, 2012 IP
  4. seoramartsoft

    seoramartsoft Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your code has a two opening form tags

    and has a only 1 ending tags of form which is </form>

    i hope i help you. cheers.
     
    seoramartsoft, May 28, 2012 IP
  5. rowza

    rowza Well-Known Member

    Messages:
    189
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #5
    I mised that bit out to post :L
    target="paypal">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="XQSSX58H4ER4A">
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="paypal">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="WWW8S6TG4ULTE">
    <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
    <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    </form>
    
    <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    </form>
    
                                   
                                  </form>
    Code (markup):
     
    rowza, May 28, 2012 IP
  6. rowza

    rowza Well-Known Member

    Messages:
    189
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #6
    Anyone? Still cant get it towork :s
     
    rowza, Jun 2, 2012 IP
  7. t3ster

    t3ster Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #7
    You are using two hosted button codes, but you should only use one. I can't say weather

    <input type="hidden" name="hosted_button_id" value="XQSSX58H4ER4A">
    HTML:
    or
    <input type="hidden" name="hosted_button_id" value="WWW8S6TG4ULTE"> 
    HTML:
    is right. You'll have to check yourself. Because there are two forms, I think you just merged two buttons into. Just generate a new one at PayPal's.
     
    t3ster, Jun 2, 2012 IP
  8. rowza

    rowza Well-Known Member

    Messages:
    189
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #8
    Ah i see, i have sorted it now :) Thanks
     
    rowza, Jun 3, 2012 IP