{% extends "layout.html" %} {% block title %}Add New Product - KCAP Demo Server{% endblock %} {% block content %}

Add New Product

Must be unique. This will be used as the barcode for AR content.
Enter a descriptive name for the product.
$
Enter the price in decimal format (e.g., 49.99)
Supported formats: .png, .jpg, .jpeg, .gif
Cancel
{% endblock %} {% block extra_js %} {% endblock %}