Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

E-Commerce Modules /

Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.

Moderators: martimiz, Nicolaas, Sean, Ed, frankmullenger, biapar, Willr, Ingo, Jedateach, swaiba

Ecommerce Reports


Go to End


3 Posts   1867 Views

Avatar
merrick_sd

Community Member, 99 Posts

22 December 2009 at 1:11am

Are Orders recorded?

http://mydomain.com/OrderReport

gives me

Fatal error: Class 'DataReport' not found in /home/silverstripe/public_html/ecommerce/code/reports/OrderReport.php on line 7

Avatar
lanks

Community Member, 61 Posts

22 December 2009 at 12:36pm

You can view your Order Reports in the cms under the "Reports" Tab.

Avatar
merrick_sd

Community Member, 99 Posts

23 December 2009 at 4:31am

I don't have a Reports Tab, or didn't until

In Ecommerce >Code> Reports > OrderReport.php

It says class OrderReport extends DataReport

I tried changing it to
class OrderReport extends SSReport { .... as a total guess

and yes now Reports now appears at the top ..but doesn't do much no reports show on left

user_error(Please implement getReportField() on OrderReport,256) line 94 of SSReport.php SSReport->getReportField() line 64 of SSReport.php SSReport->getCMSFields() line 172 of ReportAdmin.php ReportAdmin->reportEditFormFor(OrderReport) line 100 of ReportAdmin.php ReportAdmin->show(HTTPRequest) line 159 of Controller.php Controller->handleAction(HTTPRequest) line 129 of RequestHandler.php RequestHandler->handleRequest(HTTPRequest) line 119 of Controller.php Controller->handleRequest(HTTPRequest) line 277 of Director.php Director::handleRequest(HTTPRequest,Session) line 121 of Director.php Director::direct(/admin/reports/show/OrderReport) line 118 of main.php

and thats where the error lies or starts as the is no DataReport

I've hear mention that DataReport isn't used anymore in SilverStripe New versions

Im using silverstripe-v2.3.4 with ecommerce 0.5.3 as its the stable version!

I have a Side reports Tab for quick filtering but it doesn't have anything to do with orders .etc

Attached Files