1999 Posts in 530 Topics by 433 members
E-Commerce Modules
SilverStripe Forums » E-Commerce Modules » No Order information after checkout
Discuss about the various e-commerce modules available:
Ecommerce, SS Shop, SilverCart and SwipeStripe
Alternatively, have a look the shared mailinglist.
Moderators: martimiz, Nicolaas, Howard, Sean, Ryan M., biapar, Willr, Ingo, Jedateach, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 1518 Views |
-
No Order information after checkout

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 errorsWhat to do??
-
Re: No Order information after checkout

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.
-
Re: No Order information after checkout

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.
-
Re: No Order information after checkout

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
-
Re: No Order information after checkout

30 July 2009 at 8:02am
Who can supply a overview, which modules and versions are right?
ecommerce
payment
silverstripeI 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-3And http://www.dasido.de/kasse/OrderForm supply nothing, empty.
-
Re: No Order information after checkout

4 August 2009 at 3:49am Last edited: 4 August 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.
-
Re: No Order information after checkout

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. -
Re: No Order information after checkout

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!
| 1518 Views | ||
|
Page:
1
|
Go to Top |



