views:

39

answers:

1

I want to add my product description to paypal shopping cart and I am using html hidden fields to send form data.

can anyone suggest what should I pass inorder to display product description?

Thanks in advance for your co-operation.

A: 
<input type="hidden" name="item_name" value="Your Description Here"> 

A reference to all HTML hidden values can be found here...

https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_html_Appx_websitestandard_htmlvariables

Aditya Menon