Zen Follower
- Join Date:
- Apr 2008
- Posts:
- 178
- Plugin Contributions:
- 0
Cant Add Paypal Buy Now Button
I’m trying to add a buy now button on my site, I have the code from PayPal and have added it to the page you see after you have created an account, which is fine and works like a dream, but my problem is if people move away from the Your Account Has Been Created! Page they can no longer get to the buy now button,
I have added the buy now button code to an item I am selling in the categories but when people click on this link it say your shopping cart is empty,
Here’s the link
http://www.scrap-archives.com/index.php?main_page=product_info&cPath=4&products_id=1
Here’s the link to the page where to button is working
http://www.scrap-archives.com/index.php?main_page=create_account_success
All the stuff on my site is free so, when people join they need to be approved but before I approve them they also need to pay the membership fee, this is why I’m trying to add the pay now button
Does anybody know how I can change the code so it will take them to the PayPal page?
Here’s the code I have from the button I have created from PayPal,
<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="1356039"> <input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt=""> <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"> </form>