{% extends "base.html" %} {% load static %} {% block title %}ACA — Register as Vendor{% endblock %} {% block extra_css %} {% endblock %} {% block body %}

Become a Vendor

Sell through ACA's AI shopping assistant

{% if settings.vendor_registration_free %}
Free for {{ settings.vendor_free_duration_months }} month{{ settings.vendor_free_duration_months|pluralize }}
{% else %} {% endif %}
{% if errors %}
{% for err in errors %}

{{ err }}

{% endfor %}
{% endif %} {% if settings.vendor_registration_free %}
Free registration is active. Your store will be active for {{ settings.vendor_free_duration_months }} month{{ settings.vendor_free_duration_months|pluralize }} at no charge. You can renew when it expires.
{% else %}
After submitting, you'll be taken to Paystack to complete payment of GHS {{ settings.vendor_registration_fee }}. Your store activates instantly once payment is confirmed.
{% endif %}
{% csrf_token %}
Account
Store
{% if settings.vendor_registration_free %} {% else %} {% endif %}
{% endblock %}