Dashboard
Welcome back, {{ vendor.store_name }}
Product usage: {{ product_count }}/{{ product_limit }} {% if at_product_limit %} (Limit reached) {% else %} (You can add {{ remaining_slots }} more product{{ remaining_slots|pluralize }}) {% endif %}
Your Products
{% if products %}
{% for product in products %}
{% endfor %}
{% else %}
{% if product.primary_image_url %}
{% else %}
No Image
{% endif %}
{% if product.brand %}
{{ product.brand }}
{% endif %}
{{ product.name }}
{{ product.currency }} {{ product.price }}
Category:
{{ product.category|default:"—" }}
Stock:
{{ product.in_stock|yesno:"In Stock,Out of Stock" }}
No products yet
Add your first product to start selling through ACA's AI assistant.
Add Your First ProductRecent Orders
| Order | Customer | Amount | Status | Date |
|---|---|---|---|---|
| {{ vo.order.order_number }} | {{ vo.order.customer_name }} | ${{ vo.total_amount }} | {{ vo.get_status_display }} | {{ vo.created_at|date:"M d, Y" }} |