{% extends "public.html" %} {% block page %}
Stall: {{ stall.name }}
{% raw %} {{ cart.size }} {% endraw %} {% raw %} {{p.quantity}} x {{ p.name }} {{unit != 'sat' ? getAmountFormated(p.price) : p.price + 'sats'}} {% endraw %}
{% raw %} Add to cart
{{ item.product }}
{{ item.price }} satsBTC {{ (item.price / 1e8).toFixed(8) }} {{ getAmountFormated(item.price) }} ({{ getValueInSats(item.price) }} sats) {{item.quantity}} left
{{cat}}

{{ item.description }}

{% endraw %}

Select the shipping zone:

{% raw %} Total: {{ unit != 'sat' ? getAmountFormated(finalCost) : finalCost + 'sats' }} ({{ getValueInSats(finalCost) }} sats) {% endraw %}
Checkout Cancel
Copy invoice Close
{% endblock %} {% block scripts %} {% endblock %}