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

Fee Settings

← Back to portal

Customers see delivery fee and picking fee combined as one "Delivery Fee" total. Pickers see them broken out separately, since the picking fee is their compensation for gathering the order on top of the delivery fee for transport.

{% csrf_token %}

Added on top of the chosen truck type's base rate (see Truck Types).

Picking fee (by total order weight — applies to both B2C and B2B)

{% endblock %}