ACA
{% if subscription and subscription.status == 'expired' %}

Subscription Expired

Your ACA vendor subscription has expired. Renew to continue selling through our AI platform.

{% elif subscription and subscription.status == 'pending_payment' %}

Payment Pending

Your store is registered but payment has not been completed. Complete payment to activate your store.

{% else %}

Subscription Required

An active subscription is required to access your vendor store on ACA.

{% endif %}
{% if error %}
{{ error }}
{% endif %} {% if subscription %}
Store {{ vendor.store_name }}
Status {{ subscription.get_status_display }}
{% if subscription.expires_at %}
Expired on {{ subscription.expires_at|date:"M d, Y" }}
{% endif %} {% if subscription.paystack_reference %}
Ref {{ subscription.paystack_reference }}
{% endif %}
{% endif %} {% if settings.vendor_registration_free %}
Free
{{ settings.vendor_free_duration_months }} month{{ settings.vendor_free_duration_months|pluralize }} — no charge
{% csrf_token %}
{% else %}
GHS {{ settings.vendor_registration_fee }}
{{ settings.vendor_subscription_months }} month subscription
{% csrf_token %}
{% endif %} Contact Support

Need help? support@mirjy.com · mirjy.com