• This is just for information purpose –

    in case you wish to see payment amount on the paypal order page
    add the following code to

    file is paypalapi.php , line 109

    elseif ( get_option('paypal_environment') == 'live' )
              header('Location: https://www.paypal.com/webscr?cmd=_express-checkout&useraction=commit&token='.$result['TOKEN'] );
            exit;

    &useraction=commit

    this will show the payment info there.

    trying to get rest of the things to work like description of item purchased.

    https://www.ads-software.com/plugins/paypal-express-checkout/

  • The topic ‘How to display Payment amount on paypal page.’ is closed to new replies.