| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| | Thread Tools | Display Modes |
| |||
| Hi, I have setup the paypal buyer button - thanks all. Got another question..... I have "....download your copy now". - Am I able to have this hyperlink function as a paypal button and re-direct them to paypal when they click on the link? - Or, this hyperlink will bring the user to say "www.abc.com/order.html". How can I re-direct the user to Paypal for pymt when they click on the url? thanks.... anthony |
| |||
| Hi Anthony, Here's the easy way to do what your after..... When you create your button in paypal it will produce your html code like this... <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="yourdomain@gmail.com"> <input type="hidden" name="item_name" value="Memory Ebook"> <input type="hidden" name="amount" value="39.95"> <input type="hidden" name="no_shipping" value="0"> <input type="hidden" name="return" value="http://www.yourdomain.com.au/thankyou4fds56f4ds2f.html"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-BuyNowBF"> <input type="image" src="http://www.yourdomain.com/images/button.jpg" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <img alt="" border="0" src="https://www.paypal.com/en_AU/i/scr/pixel.gif" width="1" height="1"> </form> if you take this section here down the bottom which controls the linking image... <input type="image" src="http://www.yourdomain.com/images/button.jpg" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> Change it to.... <input type="image" src="" border="0" name="submit" alt="Download your copy NOW!"> That should do it for you but if you need anymore help just let us know. Cheers, ToNy! |
| |||
| Thanks ToNy! That is very helpful. I actually wanted to redirect the buyer from a text like this "Get your book now to learn the tips", and not from an image. How do I put the those paypal codes around this text? Thanks! thanks anthony |