{* $Id: atracking.tpl,v 1.2.4.1 2003/03/28 13:59:24 svowl Exp $ *} {include file="location.tpl" last_location="Advanced tracking statistics"} You have selected to edit your store's general configuration. The fields and options presented below control the store's operation.

{capture name=dialog}
Top Pages Views
Shopping Cart Conversion Funnel
Top Paths Thru Site
{/capture} {include file="dialog.tpl" title="Advanced tracking statistics" content=$smarty.capture.dialog extra="width=100%"} {if mode ne ""}

{capture name=dialog}

Start date: {html_select_date prefix="Start" time=$start_date start_year=$config.Company.start_year end_year=$config.Company.end_year}
End date: {html_select_date prefix="End" time=$end_date start_year=$config.Company.start_year end_year=$config.Company.end_year}
{if $statistics eq ""}

No statistics

{else}

{if $mode eq "pagesviews"} {include file="admin/main/atracking_pageviews.tpl"} {elseif $mode eq "cartfunnel"} {include file="admin/main/atracking_cartfunnel.tpl"} {elseif $mode eq "toppaths"} {include file="admin/main/atracking_toppaths.tpl"} {/if} {/if} {/capture} {include file="dialog.tpl" title="Top pages views" content=$smarty.capture.dialog extra="width=100%"} {/if}