Skip to content

Commit accad2b

Browse files
authored
Update README.rst
1 parent cf8b4cd commit accad2b

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README.rst

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1-
Pretix Cash payment plugin
1+
Pretix Cash Payment plugin
22
==========================
33

4-
This is a plugin for `pretix`_.
4+
This is a plugin for `pretix`_.
5+
6+
Upon installation and activiation, you will be able to offer your clients a "Cash Payment"-option. This might be useful if you still want to sell tickets ahead of your event but the time to process payment transactions like SEPA-transfers is too long and/or payment via (credit) card processors is not possible or desired.
7+
8+
In the plugin settings you can set a custom text which will not only be displayed to your customers when selecting the payment method but also after checkout has occured and the payment is pending as well as in the order-confirmation emails that are being sent out.
9+
10+
Please note, that you will have to mark the orders as payed by hand using the pretix backend. You may also - at your own risk - use the `pretix-cashpoint`_ in conjunction with the `de.pccoholic.pretix.cashpoint`_ android app to mark tickets as payed.
11+
12+
Production setup - pip method
13+
-----------------------------
14+
15+
1. Activate - if applicable your pretix `venv`
16+
17+
2. ``pip install pretix-cashpayment``
18+
19+
3. python3 -m pretix migrate
20+
21+
4. python3 -m pretix rebuild
22+
23+
5. Restart your pretix processes: ``systemctl restart pretix-web pretix-worker``
24+
25+
Production setup - installation from git
26+
----------------------------------------
27+
28+
Follow the instructions of the development setup. But instead of ``python setup.py develop`` in the plugin directory, run ``pip install .`` instead. ``python setup.py setup`` will not work.
529

630
Development setup
731
-----------------
@@ -30,3 +54,5 @@ Released under the terms of the Apache License 2.0
3054

3155
.. _pretix: https://github.com/pretix/pretix
3256
.. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html
57+
.. _pretix-cashpoint: https://github.com/pc-coholic/pretix-cashpoint
58+
.. _de.pccoholic.pretix.cashpoint: https://github.com/pc-coholic/de.pccoholic.pretix.cashpoint

0 commit comments

Comments
 (0)