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.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

eCommerce Orders


Go to End


13 Posts   4503 Views

Avatar
Briohny

Community Member, 199 Posts

19 September 2008 at 3:52am

When an order is placed using the eCommerce module, is there anywhere in the CMS that this order is recorded?

Thanks again.

Avatar
planetbrain

Community Member, 12 Posts

21 September 2008 at 3:55am

Edited: 21/09/2008 4:03am

There are reports in the CMS for

Unprinted Orders
Current Orders
Find an Order

Avatar
Briohny

Community Member, 199 Posts

22 September 2008 at 5:05am

Thank Planetbrain. I've just gone to check these reports out and found the following error:

Fatal error: Class 'Report_StatsReport' not found in C:\wamp\www\isa\cms\code\ReportAdmin.php on line 70

Any ideas how i can fix this?

Thanks.

Avatar
planetbrain

Community Member, 12 Posts

22 September 2008 at 3:24pm

The report is commented out in one of the files

see http://www.silverstripe.com/website-authors-forum/flat/81305

for full details

Avatar
Briohny

Community Member, 199 Posts

22 September 2008 at 7:50pm

Aww thanks planetbrain... must have missed that post. Works perfectly now. Thankyou.

I was wondering if you could help me with one other issue. :)

I can't seem to get my Paypal working with the eCommerce module. All the other payment platforms work fine but when i change WorlpayPayment to Paypal Payment in:

Payment::set_supported_methods(array(
'WorldpayPayment' => 'Credit card (Paypal)'
));

it returns a HTTP 500 error.

I can't figure out why. Is there something I'm missing?

Thanks again for all your help. Briohny.

Avatar
planetbrain

Community Member, 12 Posts

23 September 2008 at 3:21pm

I'm afraid I'll have to pass on that one!

Haven't got as far as worrying about online payments for my project yet.

Hopefully someone who has will chip in with some advice.

Avatar
grilldan

Community Member, 135 Posts

23 September 2008 at 4:00pm

If you haven't already, check out the paypal section here
http://doc.silverstripe.com/doku.php?id=modules:ecommerce

Avatar
Briohny

Community Member, 199 Posts

23 September 2008 at 7:19pm

Thanks grilldan. I've followed all these instructions still will no luck. It returns a blank page as soon as i enter:

Payment::set_supported_methods(array(
'PaypalPayment' => 'Credit card (Paypal)'
));

into the _config.php file.

I must be missing something! Is there anything that i need to do that's not documented in the http://doc.silverstripe.com/doku.php?id=modules:ecommerce section?

Thanks

Go to Top