Dashboard


{if $hasHadAnOrder && $hasOrdersAccess}

New Orders

{if $orders}
{foreach from=$orders item="order"} {/foreach}
Order ID Customer Name Last Update Fulfilled Amount
{if $order.status == "Abandon"}A{$order.oid}{else}{$order.order_num}{/if} {$order.fname|gs} {$order.lname|gs} {$order.status_date_formatted} {if $order.fulfillment_status == 'partial'} Partial {elseif $order.fulfillment_status == 'completed'} Completed {else} Pending {/if} {$order.total_amount_without_gift_cert|price}
{else}

No new orders require attention.

{/if}

This Months Stats

{$ordersStats.ordersCount|string_format:"%d"} total orders
{$ordersStats.ordersTotal|price} total revenue
{$ordersStats.itemsCount|string_format:"%d"} total items sold
{/if} {if $hasProductsAccess}

Products

{$productsStats.productsCount|string_format:"%d"} Total Products
{$productsStats.outOfStockCount|string_format:"%d"} Out of Stock
{/if} {if $hasCustomersAccess}

Customers

{$customersStats.registeredCount|string_format:"%d"} Total Registered Users
{$customersStats.newRegisteredCount|string_format:"%d"} New Registered Users This Month
{$customersStats.expressCount|string_format:"%d"} Total Express Customers
{$customersStats.newExpressCount|string_format:"%d"} New Express Customers This Month
{/if} {if $hasMarketingAccess}

Promo Codes

{foreach from=$promoCodes item="promoCode"} {/foreach}
Promo Code Discount
{$promoCode.promo_code|gs} {if $promoCode.discount_type == 'percent'} {$promoCode.discount|gn}% {else} {$promoCode.discount|price} {/if}
{/if}
{if !$intuit_quick_start && $intuitConnected && !$intuitConnectionActive} {literal} {/literal} {/if}