-
AuthorPosts
-
June 11, 2013 at 5:06 pm #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.
June 12, 2013 at 1:56 am #124236Hi,
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
June 14, 2013 at 9:44 pm #124237hi thanks for checking. still bad here. can i message you privately with the code please?
June 15, 2013 at 6:53 am #124238Hi,
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,
IsmaelJune 18, 2013 at 3:04 pm #124239Just wanted to note that the email was sent a few days ago.
June 19, 2013 at 8:32 am #124240Hi,
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,
IsmaelJune 21, 2013 at 8:47 pm #124241This email was resent 2 days ago. Thanks!
June 24, 2013 at 4:27 am #124242Hi,
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
June 25, 2013 at 5:31 pm #124243The code is generated by Paypal. Do you need the WP login information? Thanks.
June 26, 2013 at 1:06 pm #124244Thanks 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…
June 26, 2013 at 1:07 pm #124245So the backslashes were not part of the original Paypal code, as you noticed. Just to be clear. Thanks.
June 27, 2013 at 3:07 am #124246Hi,
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
June 27, 2013 at 7:46 am #124247Hey 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 :)
June 27, 2013 at 5:13 pm #124248Thanks 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!
June 28, 2013 at 6:19 am #124249Hi,
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
June 30, 2013 at 12:52 am #124250Thanks, the issue seems to be resolved :)
June 30, 2013 at 7:12 am #124251 -
AuthorPosts
- The topic ‘Adding Paypal Button to pricing table’ is closed to new replies.