gerkintrigg Posted August 5, 2012 Share Posted August 5, 2012 Hi all. I just want to know the name of the variable to tell PayPal (the stinking leviathan that it is) what my recurring payments are for. It currently shows my customer a blank description field! Urgh! Here's the code I have: <form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick-subscriptions"> <input type="hidden" name="business" value="paypal@truro.com"> <input type="hidden" name="currency_code" value="GBP"> <input type="hidden" name="no_shipping" value="1"> <input type="image" src="../../furniture/buy_now_web_btn.png" border="0" name="submit" alt="Buy Now with PayPal - it's fast, free and secure!"> <input type="hidden" name="a3" value="3.50"> <input type="hidden" name="p3" value="1"> <input type="hidden" name="t3" value="M"> <input type="hidden" name="src" value="1"> <input type="hidden" name="sra" value="1"> <input type="hidden" name="description" value="One month personal hosting"> </form> Other than that, it works fine... any suggestions, chaps? Quote Link to comment Share on other sites More sharing options...
jbrennan Posted October 30, 2012 Share Posted October 30, 2012 I believe what you are looking for is "item_name". The documentation is here Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.