Add | View

Update Item

{% if exc == 'integrity' %} Item with such SKU already exists {% endif %} {% if exc == 'price' %} Data input error. Price must have a numeric value {% endif %} {% if exc == 'qty' %} Data input error. Quantity must be an integer {% endif %}