CodeIgniter Forums
Paypal_lib submitting multiple items - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Paypal_lib submitting multiple items (/showthread.php?tid=35827)



Paypal_lib submitting multiple items - El Forum - 11-12-2010

[eluser]variouspixels[/eluser]
Hi,

I have a problem with submitting multiple items with Paypal. I have 4 products on a page, I get an error if user wishes to buy 0 of 1 of those products. Buyer currently has to buy at least one of each product for link to work.

I have tried a few things with no success. Has anyone achieved this themselves? Can anyone point me in right direction? I am not even getting close to fixing this.

Regards,


gemmes


Paypal_lib submitting multiple items - El Forum - 11-15-2010

[eluser]Aleazus[/eluser]
I would suggest not allowing a user to buy 0 of an product. Make the minimum value entered 1, meaning the default. In your form validation you should take into account the value they entered and determine whether it was an incorrect input of course. redirect etc.

Hope this helps
-Sean