This is not a demo store problem. This problem is similar to
https://issues.apache.org/jira/browse/OFBIZ-1533. This happens for the
production store when a order is created by anonymous user and when
order confirmation mail is sent. I remember looked at it before and will
try to find a fix.
Raj
BJ Freeman wrote:
demo stores are setup not to process orders,
this is set in the Product store.
You have to set up your payment methods.
it is best to created you own store and leave the demo store for practice.
see
http://docs.ofbiz.org/display/~jacopoc/Quick+Start+Guides
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide
http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide
Abhishake Agarwal sent the following on 3/9/2008 6:03 AM:
Just brief description why I am trying getting userLogin from session:
when I click on *quick Entire shipping* for a order created using *anonymous
checkout*, the order completion mail sent to user contain a message
*Order Complete Notice*
*NOTE: This is a DEMO store-front. Orders placed here will NOT be billed,
and will NOT be fulfilled.*
*Order not found with ID [IBGO10062], or not allowed to view.*when I further
investigated this, I found userLogin variable used in orderStatus.bsh is
null. also session and request variable is void. please let me know how can
I get userLogin in orderStatus.bsh when order is created using anonymous
checkout(when I click on quick ship entire order).
Regards,
Abhishake