{% set page_group = "admin" %} {% include 'components/head.html' %} {# Syncfusion EJ2 Styles - Loaded via Vite build #} {{ vite_styles('syncfusion') }}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
{# ================================================================ PAGE HEADER ================================================================ #}

Seller Retention

{{ store.name }} - {{ store.city }}

Date Range:
Inventory Analytics
{# ================================================================ DASHBOARD LAYOUT ================================================================ #}
{# Row 1: KPI Cards #}
--
New Sellers
--
Returning Sellers
--
Avg Visits/Seller
--
Avg Containers/Visit
{# Row 2: Main Charts #}
{# New vs Returning Pie Chart #}
New vs Returning
{# Visit Frequency Distribution #}
Visit Frequency Distribution
{# Row 3: Cohort Retention Table #}
Cohort Retention
Sellers grouped by first visit month, retention tracked over time
Cohort Month New Sellers Month 1 Month 2 Month 3
Loading...
{# Row 4: Containers Comparison #}
Avg Containers Per Visit
Seller Insights
  • New Seller % --
  • Returning Seller % --
  • New Seller Containers --
  • Returning Seller Containers --
{% include 'components/footer.html' %}
{# Syncfusion EJ2 Scripts #} {{ vite_scripts('syncfusion') }}