{% set page_group = "dashboard" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}
New Customers

{{ topData.newCustomers }}

{% if topData.newCustomersTrend starts with "+" %} {{ topData.newCustomersTrend[1:] }}% {% else %} {{ topData.newCustomersTrend[1:] }}% {% endif %}
Return Customers

{{ topData.returnCustomers }}

{% if topData.returnCustomersTrend starts with "+" %} {{ topData.returnCustomersTrend[1:] }}% {% else %} {{ topData.returnCustomersTrend[1:] }}% {% endif %}
SMS Club

{{ topData.smsClub }}

{% if topData.smsClubTrend starts with "+" %} {{ topData.smsClubTrend[1:] }}% {% else %} {{ topData.smsClubTrend[1:] }}% {% endif %}
Email Club

{{ topData.emailClub }}

{% if topData.emailClubTrend starts with "+" %} {{ topData.emailClubTrend[1:] }}% {% else %} {{ topData.emailClubTrend[1:] }}% {% endif %}

Busiest Buy Times (last 30 days)

Busiest Buy Days (last 90 days)

Customer Data (last 30 days)

New

On SMS List

On Email List

Complete Text

Returning

On SMS List

On Email List

Complete Text


When one of your customers elects to wait in the store for their buy to finish, they are waiting an average of .


A typical customer sells your store times. Of the customers that sell to your more than once, they return an average of times.

On Average, of your customers requested to receive a text when their buy was finished.

Club Sign Ups

{% include 'components/footer.html' %}