0

PayPal and ColdFusion

ColdFusion

Does anyone out there have any experience with using PayPal and ColdFusion together?  I've been Googling tonight and it looks like the easiest way is to use IPN and generate individual buttons for each product.  With the possibility of 30 or 40 products I'd hate to have to make a new button for each product.  Is there anyway around this?

Good Day!
Ryan

tags:
ColdFusion
Raymond Selzer said:
 
I use IPN and then post back to a cfc with a remote service. You can specify the post back link in your purchase form, so you can pass along variables like product ids to be collected along with payment info when paypal posts back. However, you just have to do some extra verification of the paypal data when you do it this way, because the values can be changed along the way.



This way you dont need a button for each product.
 
posted 496 days ago
Add Comment Reply to: this comment OR this thread
 
Troy said:
 
 
posted 496 days ago
Add Comment Reply to: this comment OR this thread
 

Search