{% extends "base/main_base.html" %} {% set active_page ='pos' %} {% block pagehead %} {% endblock %} {% block main_container %}
{% for category in categories %} {% for subcategory in category.subcategories %} {% for product in subcategory.products %} {% if product.in_stock > 0 %}
{{product.name}}
{{product.name}}
$ {{product.selling_price}} {{product.in_stock}} in stock
{% endif %} {% endfor %} {% endfor %} {% endfor %}
Current Order
0 Items
Product Qty Total
Cart is empty

Select items from the left

{% endblock %}