{% extends 'base.html' %} {% block title %}Picker Settings — Admin{% endblock %} {% block content %}
Admin Portal

Picker Settings

← Back to portal

Pickers are never manually toggled available/unavailable — the system automatically marks a picker unavailable while they're actively delivering an order, or once they hit this daily order cap for the day. As soon as a slot frees up (an order is delivered, or one is cancelled), they become available again automatically.

{% csrf_token %}

Trucks realistically handle far fewer, bigger jobs per day than a motorcycle picker.

Which weekdays scheduled (non-quick) deliveries run on — customers pick from the next dates on these days at checkout.

{% for w in weekday_choices %} {% endfor %}

When a cart needs items unique to exactly two different markets, this lets a picker do a real two-stop trip (pick up at both, then deliver) instead of the order being blocked outright. Any available picker can be sent — not only one registered at either market — and the delivery fee is based on the real combined route distance through both stops. Leave unchecked (default) to keep blocking such carts and asking the customer to order separately.

{% endblock %}