Click here to Skip to main content
16,005,169 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i made shopping cart showing the items in grid view and total amount..

i am wondering ho to show all the items to paypal dynamically


C#
<input type="hidden" name="item_number1" value="item number">


my shopping cart contain productid productName Unite cost quantiy.. wheather i pul these from paypal loop them. and put the value in value="item number"?? what i have to do????

what i have to do to made it availiable to the paypal..

what would be the name"item_number1 and Value="item number".

i am newbie pls help me..

pls tell me the best approach..
Posted
Updated 29-Sep-11 17:17pm
v3

 
Share this answer
 
Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable card transaction service companies - the scope for fraud otherwise is far to large. And remember, you personally could be liable for any monies lost if your action seem to be negligent - which getting your code from a public forum would most certainly be!
 
Share this answer
 
Comments
codegeekalpha 29-Sep-11 15:20pm    
i am not copying anyones
code. i just want to know the way to handle it...
if u don't know the answer y are u put it in soltion.. add a comment.. the answer u are giving is not related to my question

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900