Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #24654

    Hi,

    I’d like to add a regular Paypal merchant button to the bottom of my pricing table. If I just add it in a cell, it works sometimes and sometimes appears as a form and broken image. Is there a more stable way of doing this? Thanks so much.

    #124236

    Hi,

    It works on my end. This is the screenshot.

    http://www.mediafire.com/view/1pv90aroz1r520a/paypalbuttonton.jpg

    Can you give us the code for your paypal button? We would like to test it.

    Regards,

    Ismael

    #124237

    hi thanks for checking. still bad here. can i message you privately with the code please?

    #124238

    Hi,

    Please send it on //…

    Include the word “Kriesi” on the subject. Add the url of this thread on your email.

    In what page is this happening?

    Regards,
    Ismael

    #124239

    Just wanted to note that the email was sent a few days ago.

    #124240

    Hi,

    I’m sorry but I didn’t receive your email.

    Please send it on //…

    Include the word “Kriesi” on the subject to avoid being filter as spam. Add the url of this thread on your email.

    Add the link of the page with the issue.

    Regards,
    Ismael

    #124241

    This email was resent 2 days ago. Thanks!

    #124242

    Hi,

    Checked your website. Why is there a bunch of backslashes on the code?

    You did send the email but you didn’t send me the login details. There is no way I can check the site and makes changes.

    Regards,

    Ismael

    #124243

    The code is generated by Paypal. Do you need the WP login information? Thanks.

    #124244

    Thanks for your help so far. I have sent the login info by email. I tried taking out all of the backslashes from the code. The button worked until I saved. Then it seems the editor added the backslashes itself, each time I save…

    #124245

    So the backslashes were not part of the original Paypal code, as you noticed. Just to be clear. Thanks.

    #124246

    Hi,

    I fixed the buttons, please check here: http://www.academieaugust.com/?page_id=1176

    Looks like every time you save the table, it adds a backslash on the paypal form code.

    Example is:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="4F53A5YJ6CR6L">
    <input type="image" src="https://www.paypalobjects.com/en_US/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_US/i/scr/pixel.gif" width="1" height="1">
    </form>

    After save will look like this:

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="4F53A5YJ6CR6L">
    <input type="image" src="https://www.paypalobjects.com/en_US/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_US/i/scr/pixel.gif" width="1" height="1">
    </form>

    It is alright after you click the Save button for the first time but the backslash will add up when you save it again and again.

    Let me tag Kriesi.

    Regards,

    Ismael

    #124247

    Hey Guys! Can you do a qucik check which theme version this is (since I dont have the url yet)

    We fixed an issue with backslashes and Tables in an earlier release. just want to make sure that we are running the latest version here and that this is indeed a version 1.7 error :)

    #124248

    Thanks for your attention to this. I have version 1.4, not the latest 1.7 version. I am not able to upload zip files via FTP and have to manually upload each file. Could you just tell me which updated file will address this issue? It would save me a great deal of time. Thanks!

    #124249

    Hi,

    We suggest that you upgrade the whole theme files to fix other issues that you may encounter in the future. Extract the main theme zip file then upload via FTP or your cpanel.

    Regards,

    Ismael

    #124250

    Thanks, the issue seems to be resolved :)

    #124251

    Hey,

    Glad it is finally fixed. :)

    Cheers,

    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Adding Paypal Button to pricing table’ is closed to new replies.