I read on another post that the the free version will use a random number for the amount that is fed into the paypal payment screen. But when I go to buy a subscription, it says I need Web Payments Pro, which I am not using.
What exactly do I need to buy or do to eliminate the randomized amounts?
Hi orionkc,
If you are just using basic Paypal then you can use the standard ReDirect URL and Redirect User actions.
If you want to use IPN; or to take credit card details on your own site then you need one of the paid actions.
You can use any of the free Trial actions to develop your form; they are fully functioning apart from the random amount.
Bob
Thanks Bob,
Is there is tutorial or guide for using standard ReDirect URL and Redirect User actions for paypal?
Specifically, I see that the field mapping format is: redirect_param_name=form_field_name
Do I need to create hidden fields for each field that will have a constant value (e.g paypal account, no_shipping, logo) or can I put the value in the field mapping. If so, what is the format for that?
Hi orionkc,
Not that I know of but there are many examples here of doing this with CFv3 and Cfv4 is very similar.
Bob