{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
{% include "shop/_dialogs.html" %}
+ Shipping Zone Create a shipping zone + Stall Create a market stall to list products on + Stall Create a market stall to list products on + Product List a product + Product List a product Create Market Makes a simple frontend shop for your stalls (not NOSTR)
Shop
Make a shop of multiple stalls.
Coming soon... Export all Data Export all data (shops, products, orders, etc...)
{% include "shop/_tables.html" %}
Keys
Export to CSV
{% raw %} {{ keys[type] }}

{{ type == 'pubkey' ? 'Public Key' : 'Private Key' }}
Click to copy

{% endraw %}
LNbits Shop Extension, powered by Nostr
{% include "shop/_api_docs.html" %}
{% include "shop/_chat_box.html" %}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}