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.
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.
<input type="hidden" name="item_name" value="Your Description Here">
A reference to all HTML hidden values can be found here...