X-Git-Url: http://git.hcoop.net/hcoop/portal.git/blobdiff_plain/64ec9551fc56c42188e195cbbe24c79ad18b293f..b7b8862b65e3a2be9daaef4f2850d9ebafebe4c3:/payment.mlt diff --git a/payment.mlt b/payment.mlt dissimilarity index 81% index 53c7ab4..2e22165 100644 --- a/payment.mlt +++ b/payment.mlt @@ -1,80 +1,9 @@ -<% val you = Init.getUser () %> - -

Add to your balance with PayPal

- -<% switch #paypal you of - NONE => %>

You haven't set a PayPal e-mail address. If you are going to send a payment by PayPal, please set a PayPal e-mail address on the Preferences page first to ensure that you are credited promptly and accurately.

<% -end %> - -

Remember that we credit member balances for PayPal payments after subtracting PayPal's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. You should consult the PayPal fees page to figure out how much extra to send. We have a business account, which means, for example, a 2.9% plus 30 cent fee for payments from the USA. This means that you can calculate the amount x to send from the amount y you want us to receive with this formula: x = (y + .3) / (1 - .029). The fees may be different for other countries.

- -

Add to your balance with Google Checkout: - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

- -<% switch #checkout you of - NONE => %>

You haven't set a Google Checkout e-mail address. If you are going to send a payment by Google Checkout, please set a Checkout e-mail address on the Preferences page first to ensure that you are credited promptly and accurately.

<% -end %> - -

Remember that we credit member balances for Checkout payments after subtracting Checkout's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. The current fees are 2% plus 20 cents. This means that you can calculate the amount x to send from the amount y you want us to receive with this formula: x = (y + .2) / (1 - .02).

+<% val you = Init.getUser () %> + +

Add to your balance with PayPal

+ +<% switch #paypal you of + NONE => %>

You haven't set a PayPal e-mail address. If you are going to send a payment by PayPal, please set a PayPal e-mail address on the Preferences page first to ensure that you are credited promptly and accurately.

<% +end %> + +

Remember that we credit member balances for PayPal payments after subtracting PayPal's service fees. This means that, to increase your balance by a particular amount, you must make a larger payment than just that amount. You should consult the PayPal fees page to figure out how much extra to send. We have a business account, which means, for example, a 2.9% plus 30 cent fee for payments from the USA. This means that you can calculate the amount x to send from the amount y you want us to receive with this formula: x = (y + .3) / (1 - .029). The fees may be different for other countries.

\ No newline at end of file