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