{% extends 'base.html' %} {% block title %}Measures — {{ product.name }} — Admin{% endblock %} {% block content %}
Admin Portal

Measures for {{ product.name }}

← Back to product

Offer this product in extra measures (bucket, sack, sadolin, piece) alongside its normal "{{ product.unit }}" price. Each measure gets its own price (set directly, the way market vendors actually quote a bucket or sack) and a kg-equivalent, used only to work out the picking fee — not the price. Leave a measure unchecked to keep it off the customer's options; toggling one off later never affects orders already placed with it.

{% csrf_token %} {% for row in measure_rows %}
{% endfor %}

Register a new unit

Not listed above? Register a new unit here (e.g. "1/2 Cup" / "Nusu Kikombe") — it becomes available on every product's measures page, and this product's own dropdown, right away.

{% csrf_token %}
{% endblock %}