{% extends "base.html" %} {% load static %} {% block title %}ACA — Connect Store{% endblock %} {% block extra_css %} {% endblock %} {% block body %}
← Back to Stores

Connect a Store

Add any eCommerce store by pasting its URL. ACA auto-detects its name, logo, categories, and API endpoints.

{% if error %}

{{ error }}

{% endif %}
1

Enter store domain

Paste the root URL of the eCommerce site.

{% endblock %}