{% 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 %}
{% endblock %}