{% 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 two or more different markets, this lets a picker do a real multi-stop trip (pick up at every required market, then deliver) instead of the order being blocked outright — however many markets are involved. Any available picker can be sent — not only one registered at a required market — and the delivery fee is based on the real combined route distance through all the stops. Leave unchecked (default) to keep blocking such carts and asking the customer to order separately.

{% endblock %}