Products

Products List
{% if 'add' in session.get('productsPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for error in form.search_element.errors %} {{ error }} {% endfor %}
{% if 'edit' in session.get('productsPermissions', []) %} {% endif %} {% if 'edit' in session.get('productsPermissions', []) %} {% elif 'delete' in session.get('productsPermissions', []) %} {% endif %} {% if productsList %} {% for each_product in productsList %} {% if each_product.productName %} {% else %} {% endif %} {% if each_product.payinPaymentGatewayId.apiName %} {% else %} {% endif %} {% if each_product.description %} {% else %} {% endif %} {% if 'edit' in session.get('productsPermissions', []) %} {% endif %} {% endfor %} {% else %} {% endif %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No Product Name Transaction API Sku Price Starting Price Ending Price DescriptionStatusActionAction
{{ snoCount + loop.index }}{{ each_product.productName }}-{{ each_product.payinPaymentGatewayId.apiName }}-{{ each_product.sku }} {{ each_product.price }} {{ each_product.startingPrice }} {{ each_product.endingPrice }}{{ each_product.description }}- {% if each_product.status == 1 %} Active {% else %} Inactive {% endif %} {% if 'edit' in session.get('productsPermissions', []) %} {% endif %} {% if 'delete' in session.get('productsPermissions', []) %} {% endif %}
No Data Found