{% extends "layout.html" %} {% block title %}Home - KCAP Demo Server{% endblock %} {% block content %}
Manage your product catalog and AR content for barcode scanning applications.
Before you can add products, you need to configure custom AR fields that define what information is returned for each product.
| Product ID | {% for custom_field in custom_fields %} {% if custom_field.fieldName != '_id' %}{{ custom_field.label }} | {% endif %} {% endfor %}Actions |
|---|---|---|
| {{ product_id }} | {% for custom_field in custom_fields %} {% if custom_field.fieldName != '_id' %}
{% set matching_fields = product_data|selectattr('fieldName', 'equalto', custom_field.fieldName)|list %}
{% if custom_field.fieldType == 'IMAGE_URI' %}
{% if matching_fields and matching_fields[0].value %}
|
{% endif %}
{% endfor %}
Edit |