commit 1b7162af6c7498dc8a269027c9ef0c8f1dc8aa96 parent 19197f252b0d69946e4382b5a46ba24e7a962fb5 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 12 Jun 2024 13:27:38 +0200 add magento link Diffstat:
| M | template/docs.html.j2 | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/template/docs.html.j2 b/template/docs.html.j2 @@ -232,6 +232,16 @@ </div> <div class="col-lg-4 mb-4"> + <a href="https://git.taler.net/gnu-taler-payment-for-magento.git/" target="_blank" rel="noopener noreferrer"> + <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60> + <h3>{{ _("Magento Payment Backend") }}</h3> + </a> + {% trans %} + GNU Taler payment plugin for Adobe Commerce (formerly Magento) e-commerce solution. + {% endtrans %} + </div> + + <div class="col-lg-4 mb-4"> <a href="https://github.com/pretix/pretix-taler" target="_blank" rel="noopener noreferrer"> <img src="{{ url('icons/noun-tickets-5179896.svg') }}" height=60> <h3>{{ _("Pretix Payment Backend") }}</h3>