{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Items
Add new item
{% raw %} {% endraw %}
Wallet Shop
Print QR Codes
Update Wordlist Reset
Set TOTP

Setting this option disables the confirmation code message that appears in the consumer wallet after a purchase is paid for. It's ok if the consumer is to be trusted when they claim to have paid.

Disable Confirmation Codes
{{SITE_TITLE}} OfflineShop extension
{% include "offlineshop/_api_docs.html" %}
Adding a new item
Copy LNURL
{% raw %}{{ itemDialog.data.id ? 'Update' : 'Add' }}{% endraw %} Item
Cancel
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}