{% extends "base.html" %} {% load static %} {% block title %}Settings — {{ vendor.store_name }}{% endblock %} {% block extra_css %} {% endblock %} {% block body %}
← Back to Dashboard

Store Settings

Update your store details.

{% if saved %}
Settings saved successfully.
{% endif %}
{% csrf_token %}

Store Details

Contact

Delivery Pricing

Delivery is calculated per store in the unified cart. Leave threshold empty to always charge base delivery fee.

Cancel
{% endblock %}