Forums

how to set up item price for PayPal redirection

czarrna 09 Jan, 2017
Hello,

I am editing the demo form for PayPal redirection. So far so good but I have no idea how to set up item price. I know it is probably a dead simple thing to set up but I am stuck on this now!

Can you please tell me where is the price defined in the the PayPal redirection. demo form?

Many thanks for help!
GreyHead 10 Jan, 2017
Hi czarrna,

Add the name of the form input with the price in the Amount field box. If it is a fixed price then you can set this using a Custom Code action before the PayPal action with code like this:
<?php
$form->data['total']  = 99.99;
?>

Bob
This topic is locked and no more replies can be posted.