How can I tell if my customers are seeing the PayPal button which I have tried t
-
How can I tell if my customers are seeing the PayPal button which I have tried to paste into my web page so far without much success. Am I not creating the LINK correctly?
The blog I need help with is: (visible only to logged in users)
-
How can I tell if my customers are seeing the PayPal button which I have tried to paste into my web page so far without much success. Am I not creating the LINK correctly?
-
John,
It looks like you have the right link, but you haven’t gotten the button’s image to work yet.You will want to grab the code for one of the buttons here.
Copy that image code and paste it to the text tab of your post.
Once you’ve pasted the image in to the text tab, click back in to the visual tab, then click on to the button. A pencil and an x should appear, meaning the image is highlighted.
Now click the link button at the top of the editor (looks like a chain link), and link it back to your PayPal purchase page:
https://www.paypal.com/uk/cgi-bin/webscr?cmd=_flow&SESSION=8FVJ1yI3DixfaqZ_tqEu6zo-SDfbEL2-oZ7SYgeIvFgurKZUBWEo71znU5y&dispatch=50a222a57771920b6a3d7b606239e4d529b525e0b7e69bf0224adecfb0124e9b61f737ba21b081988ee87121ca8032a43984da2b890102b1Once you’ve done that and have things working, feel free to copy the html code from the text tab and paste that in to your widget to get it working there as well.
Let me know if you have trouble.
-
Thanks spencerwberry, I can now get it to work when I click on the text bot not when I click on the PayPal button. Also the text is visible on the web page and is highlited in green? What should I do now?
John (Pushchair to Ploughshare.com)
-
John,
Let’s start with the button in the post. We will need to fix the button and then we will want to do some cleanup, as there is some excess html in the post now.Let’s begin:
- Edit the Post in question, start in the Visual Tab
- Copy the Paypal Url https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PU5X9W6DKNPYY
- Click the PayPal Button again (so it is highlighted, you’ll see a pencil icon)
- Click the “Insert/Edit Link” Button
- Paste the PayPal URL in to the URL Field
- Optional update the title if you’d like, and check the “Open link in a new window” box so that they can buy your product without leaving your site
- Delete the actual PayPal link text that comes before the button
That should make the button work.
Now for cleanup, I’d suggest:
- Edit the post, this time from the Text Editor
- Scroll to the bottom and remove all the code after “or Pay with PayPal”:
`<div><br />
<div id=”highlighter_832128″ class=”syntaxhighlighter nogutter xml ie”><br />
<table border=”0″ cellspacing=”0″ cellpadding=”0″><br />
<tbody><br />
<tr><br />
<td class=”code”><br />
<div class=”container”><br />
<div class=”line number1 index0 alt2″></p>
<p><code class=”xml plain”><code class=”xml plain”>/` - Now remove the code after the button:
`<code class=”xml plain”>></code>
</div>
</div></td>
</tr>
</tbody>
</table>
</div>
</div>
`
That should clean everything right up.
Let me know if you have trouble!
-
Thank you Spencer W Berry. Eureka, now I have got it, it works perfectly. Have a great day. John D Taylor.
- The topic ‘How can I tell if my customers are seeing the PayPal button which I have tried t’ is closed to new replies.