You are right david, in OrderConfirmNotice widget orderstatus.bsh is called & userLogin doesn't exist for it & hence the order cannot be viewed. But we atleast need to address the issue where the contents of the email reflect the order or the current text needs to be replaced with some other meaningful text, the pdf attachment does.
Ashish Hareet -----Original Message----- From: David E. Jones [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 5:31 PM To: [email protected] Subject: Re: Ecommerce anonymous checkout email has issues That is correct. At the minute a client is not allowed to view an order without being logged in, so if you checkout "anonymously" (without creating an account) then you can't view the order status and details. We should probably remove the link from the email if it is "anonymous" or implement some other way of "authenticating" for order viewing, like entering the order number, billing zip code, last 4 digits of credit card (if paid with a CC), etc. -David Ashish Hareet wrote: > Get the following email text on anonymous checkout in ecommerce > > Order Confirmation 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 [WS10040], or not allowed to view. > > > The attached pdf has the relevant data, but the email text either needs to be > changed or should contain similar text from the pdf. Unfortunately I'm not > able to figure out how I can do this. > > I noticed that OrderNoticeEmail.ftl does not receive the orderHeader map on > anonymous checkout. I also checked in > OrderServices.sendOrderNotificationScreen & found that the orderHeader is > created as expected. > > I'm using the latest version off the SVN from ASF > > Any help on this matter would be very much appreciated. Should I create a > jira issue ?? > > Good to be back > Ashish Hareet
