douqian5920 2012-04-17 23:11
浏览 116

PayPal捐款按钮最低捐款金额

Im looking for a way to add a minimum amount for a paypal donation (which is 1 euro). I tried many different things but i cant figure out how i am supposed to do this.

Tried a dropdown menu like:

PayPal Donation Button: Adding 'Amount' and 'Currency'

Second post there (converting a buy now to donation button) But when i click on it, it goes to the page i get this:

Please enter your donation amount and click Update Total.

So now i was wondering if anybody was able to help me. I dont mind if its javascript/php based or something as long as the minimum is 1 euro. It needs to work for a Premiun account (because its not a business account).

Thank you in advance for any help provided.

Fixed it myself:

Manage to sort it out myself:

In the

<script type="text/javascript">
<!--
function validate_form ( )
{
valid = true;
if ( document.donation_form.amount.value < 1 )
{
alert ( "Please enter a minimum of 1.00 EUR" );
valid = false;
}
return valid;
}
//-->
</script>
  • 写回答

1条回答 默认 最新

  • dongmi5607 2012-04-18 19:54
    关注

    Manage to sort it out myself:

    In the

        <head>
    
        <script type="text/javascript">
        <!--
        function validate_form ( )
        {
        valid = true;
        if ( document.donation_form.amount.value < 1 )
        {
        alert ( "Please enter a minimum of 1.00 EUR" );
        valid = false;
        }
        return valid;
        }
        //-->
        </script>
    

    Now its quite simple. The if( document.donation_form.amount.value <1) simply checks if the value inside the box is 1.00 or higher. Its the code Paypal provides more or less. They use a <form ...="donation_form"> Then the text input text field is called <input name="amount">

    评论

报告相同问题?

悬赏问题

  • ¥15 想问一下树莓派接上显示屏后出现如图所示画面,是什么问题导致的
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)
  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号