summaryrefslogtreecommitdiff
path: root/template/merchants.html.j2
blob: 274d4c0a16eee4d2998922b476beb9d82b5873de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{% extends "common/base.j2" %} {% block head_content %}
<title>{% trans %}GNU Taler for Merchants{% endtrans %}</title>
<meta
  name="description"
  content="{% trans %}This page explains different ways how merchants can accept GNU Taler payments.{% endtrans %}"
/>
<meta
  name="og:description"
  content="{% trans %}This page explains different ways how merchants can accept GNU Taler payments.{% endtrans %}"
/>
{# <meta name="author" content="" /> #}
<link href="{{ url_static('scss/pages/merchant.scss') }}" rel="stylesheet" />
{% endblock %} {% block body_content %}
<main
  id="maincontent"
  class="merchant-page flex flex-col items-center gap-16 max-w-[100vw] overflow-x-hidden no-auto-width my-12"
>
  <div
    class="section prereq flex flex-col items-center justify-center w-max text-center min-h-max max-w-[90vw]"
  >
    <div
      class="inner flex flex-col justify-center w-max p-12 bg-gray-100 rounded-3xl text-left max-w-full"
    >
      <h2 class="text-xl font-medium mb-2">
        {% trans %}Prerequisites{% endtrans %}
      </h2>
      <ul class="text-lg font-normal list-disc list-inside">
        <li>
          {% trans %} Open Swiss bank account, ideally with support for
          <a target="_blank" href="https://www.ebics.org/">EBICS</a>. {%
          endtrans %}
        </li>
        <li>
          {% trans %}
          <a
            target="_blank"
            href="https://docs.taler.net/taler-merchant-manual.html"
          >
            Taler merchant backend</a
          >
          configured with your Swiss IBAN number. {% endtrans %}
        </li>
        <li>
          {% trans %} Offer Taler as a payment option in your payment process.
          {% endtrans %}
        </li>
      </ul>
    </div>
  </div>
  <section id="select-provider">
    <div class="step graphic-left">
      <div class="text">
        <h2>{% trans %}For in-person sales{% endtrans %}</h2>
        <p>
          {% trans %} The merchant backend can generate static QR codes
          customers can scan to pay you. {% endtrans %}
        </p>
        <p>
          {% trans %} You can hard-code a price or have the customer enter the
          price. {% endtrans %}
        </p>
        <p>
          <a
            target="_blank"
            href="https://tutorials.taler.net/qr"
            class="button accent mt-3"
            >{% trans %}Watch tutorial{% endtrans %}</a
          >
        </p>
      </div>
      <div class="img">
        <!-- FIXME: find a better picture! -->
        <img
          src="{{ url_static('images/unsorted/valuepic1.jpg') }}"
          alt=""
          width="350px"
        />
      </div>
    </div>
  </section>
  <section id="select-provider">
    <div class="step graphic-right">
      <div class="text">
        <h2>{% trans %}For WooCommerce{% endtrans %}</h2>
        <p>
          {% trans %} A payment plugin is availalbe to add GNU Taler support to
          WooCommerce. {% endtrans %}
        </p>
        <p>
          {% trans %} You mostly need to configure access to your Taler merchant
          backend. {% endtrans %}
        </p>
        <p>
          <a
            target="_blank"
            href="https://wordpress.org/plugins/gnu-taler-payment-for-woocommerce/"
            class="button accent mt-3"
            >{% trans %}WooCommerce&nbsp;plugin{% endtrans %}</a
          >
        </p>
      </div>
      <div class="img">
        <img
          src="{{ url_static('images/unsorted/woocommerce-settings.png') }}"
          alt="Screenshot of Woocommerce settings dialog"
          width="350px"
        />
      </div>
    </div>
  </section>
  <section id="select-provider">
    <div class="step graphic-left">
      <div class="text">
        <h2>{% trans %}For Pretix{% endtrans %}</h2>
        <p>
          {% trans %} A payment plugin is availalbe to add GNU Taler support to
          Pretix. {% endtrans %}
        </p>
        <p>
          {% trans %} You mostly need to configure access to your Taler merchant
          backend. {% endtrans %}
        </p>
        <p>
          <a
            target="_blank"
            href="https://github.com/pretix/pretix-taler"
            class="button accent mt-3"
            >{% trans %}Pretix&nbsp;plugin{% endtrans %}</a
          >
        </p>
      </div>
      <div class="img">
        <!-- FIXME: replace with screenshot of pretix settings? -->
        <img
          src="{{ url_static('images/unsorted/pretix.png') }}"
          alt="Pretix logo"
          width="350px"
        />
      </div>
    </div>
  </section>
  <section id="select-provider">
    <div class="step graphic-right">
      <div class="text">
        <h2>{% trans %}For Joomla!{% endtrans %}</h2>
        <p>
          {% trans %} A payment plugin is availalbe to add GNU Taler support to
          Joomla! with Payage. {% endtrans %}
        </p>
        <p>
          {% trans %} You mostly need to configure access to your Taler merchant
          backend. {% endtrans %}
        </p>
        <p>
          <a
            target="_blank"
            href="https://git.taler.net/joomla-payage-taler-plugin.git/tree/README.md"
            class="button accent mt-3"
            >{% trans %}Joomla!&nbsp;plugin{% endtrans %}</a
          >
        </p>
      </div>
      <div class="img">
        <img
          src="{{ url_static('images/unsorted/woocommerce-settings.png') }}"
          alt=""
          width="350px"
        />
      </div>
    </div>
  </section>
  <section id="select-provider">
    <div class="step graphic-left">
      <div class="text">
        <h2>{% trans %}For points of sale{% endtrans %}</h2>
        <p>
          {% trans %} A point-of-sale App for Android can be used to quickly set
          up orders and handle payments. {% endtrans %}
        </p>
        <p>
          {% trans %} The App was designed for restaurants, but might be useful
          for other types of in-person sales. {% endtrans %}
        </p>
        <p>
          <a
            target="_blank"
            href="https://docs.taler.net/taler-merchant-pos-terminal.html"
            class="button accent mt-3"
            >{% trans %}App manual{% endtrans %}</a
          >
        </p>
      </div>
      <div class="img">
        <img
          src="{{ url_static('images/unsorted/pos-app.jpg') }}"
          alt="Point-of-sale app user interface screenshot"
          width="350px"
        />
      </div>
    </div>
  </section>
  <section id="select-provider">
    <div class="step graphic-right">
      <div class="text">
        <h2>{% trans %}For developers{% endtrans %}</h2>
        <p>
          {% trans %} The merchant backend offers a simple REST API to integrate
          GNU Taler into existing E-commerce systems. {% endtrans %}
        </p>
        <p>
          {% trans %} Documentation is available at
          <a target="_blank" href="https://docs.taler.net/">docs.taler.net</a>.
          {% endtrans %}
        </p>
        <p>
          <a
            target="_blank"
            href="https://tutorials.taler.net/"
            class="button accent mt-3"
            >{% trans %}Watch tutorials{% endtrans %}</a
          >
        </p>
      </div>
      <div class="img">
        <img
          src="{{ url_static('images/unsorted/valuepic4.jpg') }}"
          alt=""
          width="350px"
        />
      </div>
    </div>
  </section>
</main>

{% endblock body_content %}