Paypal Button - Adding Variable to return URL

后端 未结 1 608
时光取名叫无心
时光取名叫无心 2021-01-12 03:36

I am trying to add a simple PayPal button to a website. What I am wanted to do is set up the button to include \"options\" that need to be selected. This is not a problem, I

1条回答
  •  长发绾君心
    2021-01-12 04:24

    in php you can add this hidden input in your button

    where $theoption is the value of theoption that you want to be appended on the return url. Take note that you have to disable payment review so that paypal will automatically redirect back to you website

    0 讨论(0)
提交回复
热议问题