Home » Developing » Developing in Litium Studio » Litium Studio ECommerce » Report
It is very straight forward to create reports in the Ecommerce module. All you have to do is to create a web user control and register it in the settings view of the Ecommerce module.
OrderTotal.ascx in Modules/ECommerce/Panels folder is an example implementation. It inherits ECommerce.Web.Common.ReportBaseUserControl. BaseUserControl proivides only references to Toolbar and Solution objects. If your report will have some buttons in the toolbar area ("Toolbar area" in the picture) then it is better to inherit ReportBaseControl otherwise it is not necessary.
You are totally free in the design and the functionality of the web user control. Ecommerce module will only load your web user control and show it in a predefined area ("Customizable report area" in the picture).

Comments made
No comments are made
You need to be logged in to make a comment