{% 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 %} B2C delivery fee per km (TSh) B2B delivery fee per km (TSh) 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) Up to this weight (kg) Up to this weight (kg) Up to this weight (kg) Above that weight — flat fee (TSh) Save Changes {% endblock %}
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.
Added on top of the chosen truck type's base rate (see Truck Types).