{% extends 'shop_base.html' %} {% load bootstrap3 %} {% load shop_tags %} {% block shop_content %}

Pay by Cash

To pay order #{{ order.id }} you need to locate an organiser (in person) and make the cash payment of {{ order.total|currency }}. You need to bring the order id #{{ order.id }} as well so we can mark your order as paid.

If physically finding an organiser is inconvenient for you (during events you can find us at the Infodesk, but between events geography can make things difficult) you should go back and pick a different payment method.

When your order has been marked as paid you will receive an invoice by email.

{% endblock %}