@Søren: Thanks, but I'm afraid I still don't get it :-)
What does the "name" column refer to? How's that name constructed? And how do I get it to point to my own .aspx reports? Does the .aspx file need to be placed in /umbraco/ucommerce/analytics, or can it be in a custom folder? How do I plug my own reports in to the Analytics tree? As far as I can tell, Lasse's guide only explains how to add tabs to an already existing page.
K, here's how I solved it, not sure if it is the correct way though.
Since I don't use the two build in reports I created a new tree (like you create Umbraco sections/trees), and edited the uc_analytics entry in table umbracoAppTree to point to my tree instead.
That's a perfect way to do it. I took some time to write up an article of how you can extend our existing trees. It might still be an interesting read Extending Trees in uCommerce Admin.
Building your own reports
Has anyone figured out how to add your own custom reports to the Analytics tree?
Can't seem to figure out how to do it, and I can't find any docs or guides on it.
Best regards,
Soeren Sprogoe
Hi Søren,
New reports are created the same as admin extensions. The steps are described in the article Extending uCommerce Admin.
The admin pages for products and orders are the following:
id name
22 ASP.umbraco_uCommerce_analytics_orderanalytics_aspx
23 ASP.umbraco_uCommerce_analytics_productanalytics_aspx
@Søren: Thanks, but I'm afraid I still don't get it :-)
What does the "name" column refer to?
How's that name constructed?
And how do I get it to point to my own .aspx reports?
Does the .aspx file need to be placed in /umbraco/ucommerce/analytics, or can it be in a custom folder?
How do I plug my own reports in to the Analytics tree? As far as I can tell, Lasse's guide only explains how to add tabs to an already existing page.
Best regards,
Soeren Sprogoe
K, here's how I solved it, not sure if it is the correct way though.
Since I don't use the two build in reports I created a new tree (like you create Umbraco sections/trees), and edited the uc_analytics entry in table umbracoAppTree to point to my tree instead.
/SoerenS
That's a perfect way to do it. I took some time to write up an article of how you can extend our existing trees. It might still be an interesting read Extending Trees in uCommerce Admin.
is working on a reply...