ShopSite Knowledgebase



How does ShopSite handle Reports?

Can you explain how ShopSite collects Sales and Traffic statistics to display in the Reports section of ShopSite?
Solution ID: S04675

Product: Pro
Version: 10.x and earlier
Platform: ALL

Sales stats are logged in istats.[ordernum].new files after a sale is completes.
Traffic stats are initially kept by the webserver in the webserver's access_log.

When Reports (stathandler.cgi) is accessed, the istats.[ordernum].new files are used to 1) increment the sales counters found in the data/stats directory and 2) update the orders.stats.db which allows us to see what sales came from what pages.

stathandler.cgi also parses the webserver's access_log looking for strings that match what the merchant has entered in for the StoreID sub-string in the Reports config screen. First it checks to see when the last date read is (found in statconfig.aa) and seeks to that date in the file and then starts to parse. When it finds a hit it will 1) update the traffic counters found in the data/stats directory and 2) copy the line from the webserver's log file into a file called store.log or [storeid].log (I forget which) in the data/stats directory.

So if their stats are up to date (ie they had just now accessed stathandler.cgi), then all the stats are contained in:

the .dl counters in data/stats/
the stats.orders.db in data/
and the store.log or [storeid].log in data/stats

The summaries all generate their info from these other files.


Related Articles

No related articles were found.

Attachments

No attachments were found.

Visitor Comments

Article Details

Last Updated
13th of November, 2008

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions



How would you rate this answer?




Thank you for rating this answer.

Continue