From: Michael Tremer Date: Fri, 31 Dec 2021 12:36:02 +0000 (+0000) Subject: donate: Update FAQ X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57ec30295014aa4026b8367c27b26e07ff3cb109;p=ipfire.org.git donate: Update FAQ Signed-off-by: Michael Tremer --- diff --git a/src/templates/donate/donate.html b/src/templates/donate/donate.html index dc07d502..6337d4aa 100644 --- a/src/templates/donate/donate.html +++ b/src/templates/donate/donate.html @@ -128,7 +128,7 @@ If you are an organization in Europe and you are VAT-registered, please provide your VAT number here. It will make your donation VAT free (if applicable) and the project will benefit from more of your help. - Please see the FAQ below for more details about VAT. + Please see the FAQ below for more details about VAT @@ -306,30 +306,65 @@ and encourage them to set up a monthly donation.

-
+
Frequently Asked Questions

- - Do you accept bank transfer via SEPA? + + What payment methods do you accept?

-
+

- We do accept direct transfers through SEPA. These are our bank details: + We currently accept the following payment methods:

-
-
Bank Account Owner
-
IPFire Project
+
    +
  • Credit Card (VISA, MasterCard, and American Express)
  • +
  • SEPA Direct Debit
  • +
  • SEPA Bank Transfer
  • +
  • PayPal
  • +
-
IBAN
-
DE76 3605 0105 1010 8206 84
+

+ Please fill in the form above and you will be able to + chose a payment method in the next step. +

+
+ +

+ + Will you charge VAT? + +

+ +
+

+ Yes, we charge VAT wherever required. +

+ +

+ Donors from outside the EU will always donate entirely + tax-free. +

+ +

+ As an individual from an EU country, you will be charged + VAT at your local rate. + The entered amount will be inclusive of VAT. +

-
BIC
-
SPESDE3EXXX
- +

+ As an organization, the entered amount will be exclusive + of VAT. That means that the final billed amount might be + higher than the amount you entered. + Any charged VAT can be reclaimed with your VAT return. + Organizations won't be charged any VAT if they can provide + a valid VAT number or if they are based outside the EU. + Please ensure to enter your VAT number before submitting + the form. +

@@ -350,6 +385,11 @@ process your payment, and prevent fraudulent charges to your credit card.

+

+ Additionally we need your billing address in order to work + out if any VAT has to be paid on your donation. +

+

We keep your information private - if you have questions, please refer to Lightning Wire Labs' Privacy Policy. @@ -392,13 +432,8 @@

- IPFire is not registered as a charitable organization and therefore donations - are not tax deductible in Germany or the European Union. -

- -

- For donors outside of the European Union, please consult your tax advisor - about whether your donation is tax deductible. + Yes, from 2021, you will receive a formal invoice + with your donation which is fully tax-deductible.

@@ -433,8 +468,11 @@

- Your credit card statements or bank statements will contain a link - that you can follow to cancel your donation at any time. + You will be able to manage any recurring donations + in our online store at + store.lightningwirelabs.com. + If you do not have an account already, please register + with the email address you have used to make your donation.

diff --git a/src/web/__init__.py b/src/web/__init__.py index 676e6edb..d0640af9 100644 --- a/src/web/__init__.py +++ b/src/web/__init__.py @@ -115,7 +115,7 @@ class Application(tornado.web.Application): (r"/logout", auth.LogoutHandler), ] - self.add_handlers(r"(dev|www)\.ipfire\.org", [ + self.add_handlers(r"(dev|www)\.ipfire\.rocks", [ # Entry site that lead the user to index (r"/", IndexHandler),