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

No Order information after checkout


Go to End


8 Posts   2442 Views

Avatar
neonfrog

Community Member, 10 Posts

20 May 2009 at 11:11pm

I am using SS v2.3.1, I have just updated the ecommerce module to trunk r77402. I also have the latest payment module.

Basically after I select cheque as the payment method on the checkout form the order reciept contains no order itmes.

I seem to be having endless problems with the ecommerce module. Is there a stable version of this module that actually works without an issue with any version of SS?

2.3.1 with the latest stable ecommerce release shows no reports in admin
2.2.4 shows reports but they have errors

What to do??

Avatar
neonfrog

Community Member, 10 Posts

21 May 2009 at 9:08pm

For anyone that has this issue I believe upgrading to SS 2.3.2 rc1 may fix this. Athough I have only tested on my development machine it does appear to work now.

Avatar
Kalileo

Community Member, 127 Posts

27 May 2009 at 5:45pm

neonfrog,

the code in the themes for ecommerce is based on the old stable ecommerce module. There are many (good) changes in ecommerce trunk. In order to have the theme templates displaying all correctly you need to replace them (or most of them) with the templates from the ecommerce trunk version.

Whenever I had something not showing up, using the templates from ecommerce trunk instead of the templates of the theme did make it appear. After that adjust the css to make them fit to your theme again.

Avatar
Aaron Brockhurst

Community Member, 30 Posts

4 June 2009 at 11:45am

I'm experiencing hte same problem where the order information is not posted with the checkout process and on completion the message "There are no items in your order." is displayed

I've updated the latest version from trunk.

Does anyone know if there's a fix for this?

Thanks

Avatar
toarx

Community Member, 34 Posts

30 July 2009 at 8:02am

Who can supply a overview, which modules and versions are right?
ecommerce
payment
silverstripe

I use
wget "http://www.silverstripe.org/assets/modules/stable/ecommerce-v0.5.2.tar.gz"
svn co http://svn.silverstripe.com/open/modules/payment/trunk/ payment
silverstripe-2.3.1-3

And http://www.dasido.de/kasse/OrderForm supply nothing, empty.

Avatar
runnerman

Community Member, 24 Posts

4 August 2009 at 3:49am

Edited: 04/08/2009 3:50am

Here are the versions that I am using, and are all working ok together:

Silverstripe version 2.3.3 rc2 http://www.silverstripe.org/assets/downloads/SilverStripe-v2.3.3-rc2.tar.gz

Ecommerce version 0.6 beta 1 http://silverstripe.org/e-commerce-module-forum/show/262686#post262686

Payment version 0.1 beta 1 http://silverstripe.org/e-commerce-module-forum/show/262686#post262686

Silverstripe version 2.3.3 rc2 is required to fix an issue with orders not being recorded properly when ecommerce 0.6 is used. The older 0.5.2 version of ecommerce is not compatible with the latest versions of silverstripe.

I hope this helps.

Avatar
toarx

Community Member, 34 Posts

4 August 2009 at 5:32am

Its working fine.

EVERSION="0.6-beta1"
wget "http://www.silverstripe.org/assets/Uploads/ecommerce-${EVERSION}.tar.gz"
tar xzvf "ecommerce-${EVERSION}.tar.gz"
rm "ecommerce-${EVERSION}.tar.gz"
PVERSION="0.1-beta1"
wget http://www.silverstripe.org/assets/Uploads/payment-${PVERSION}.tar.gz
tar xzvf "payment-${PVERSION}.tar.gz"
rm "payment-${PVERSION}.tar.gz"

http://$PRJ/dev/build?flush=all

Very nice to see /site/ecommerce/lang
I know, it is hard work, thank you so muche.

Avatar
ccburns

Community Member, 79 Posts

29 September 2009 at 8:38pm

Thanks guys this was helpful. After spending yesterday getting the .52 version installed and styled to look nice I finally (yes a little belated) that there were no reports and the emails weren't working.

Thanks to your post I know know what versions to use :)

Now I just have to go back a few steps and restyle and check out how PayPal now integrates.

Thanks again!