Ecommerce anonymous checkout email has issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Ecommerce anonymous checkout email has issues

Ashish Hareet
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
Reply | Threaded
Open this post in threaded view
|

Ecommerce anonymous checkout email has issues

Ashish Hareet
> 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
>
>
Kindly ignore the multiple posts, trying to get used to the new mailing lists
Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce anonymous checkout email has issues

Si Chen-2
Is it calling a sendMailFromScreen?  And is that screen checking for  
ORDERMGR_VIEW or party = order party for security?

Si


On Jul 14, 2006, at 12:23 PM, 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
>>
>>
> Kindly ignore the multiple posts, trying to get used to the new  
> mailing lists

Reply | Threaded
Open this post in threaded view
|

RE: Ecommerce anonymous checkout email has issues

Ashish Hareet
In reply to this post by Ashish Hareet
It does call sendMailFromScreen, I'll check to see if it checks for any of the given conditions

Ashish Hareet

-----Original Message-----
From: Si Chen [mailto:[hidden email]]
Sent: Friday, July 14, 2006 2:30 PM
To: [hidden email]
Subject: Re: Ecommerce anonymous checkout email has issues


Is it calling a sendMailFromScreen?  And is that screen checking for  
ORDERMGR_VIEW or party = order party for security?

Si


On Jul 14, 2006, at 12:23 PM, 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
>>
>>
> Kindly ignore the multiple posts, trying to get used to the new  
> mailing lists

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce anonymous checkout email has issues

Si Chen-2
Probably got tangled up in a unique combination of things--order  
being anonymous, calling a screen with security checking, and what is  
the user the screen is being run as?



On Jul 14, 2006, at 12:31 PM, Ashish Hareet wrote:

> It does call sendMailFromScreen, I'll check to see if it checks for  
> any of the given conditions
>
> Ashish Hareet
>
> -----Original Message-----
> From: Si Chen [mailto:[hidden email]]
> Sent: Friday, July 14, 2006 2:30 PM
> To: [hidden email]
> Subject: Re: Ecommerce anonymous checkout email has issues
>
>
> Is it calling a sendMailFromScreen?  And is that screen checking for
> ORDERMGR_VIEW or party = order party for security?
>
> Si
>
>
> On Jul 14, 2006, at 12:23 PM, 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
>>>
>>>
>> Kindly ignore the multiple posts, trying to get used to the new
>> mailing lists
>

Reply | Threaded
Open this post in threaded view
|

RE: Ecommerce anonymous checkout email has issues

Ashish Hareet
In reply to this post by Ashish Hareet
I'm still digging into it, but Si you're right, orderstatus.bsh is looking for a userLogin when it doesn't exist(I think) at that point. I'm trying to make it work with a few months old repo but the problem exists in the latest svn too. I'll open a Jira issue for this.

Ashish Hareet

-----Original Message-----
From: Si Chen [mailto:[hidden email]]
Sent: Friday, July 14, 2006 2:58 PM
To: [hidden email]
Subject: Re: Ecommerce anonymous checkout email has issues


Probably got tangled up in a unique combination of things--order  
being anonymous, calling a screen with security checking, and what is  
the user the screen is being run as?



On Jul 14, 2006, at 12:31 PM, Ashish Hareet wrote:

> It does call sendMailFromScreen, I'll check to see if it checks for  
> any of the given conditions
>
> Ashish Hareet
>
> -----Original Message-----
> From: Si Chen [mailto:[hidden email]]
> Sent: Friday, July 14, 2006 2:30 PM
> To: [hidden email]
> Subject: Re: Ecommerce anonymous checkout email has issues
>
>
> Is it calling a sendMailFromScreen?  And is that screen checking for
> ORDERMGR_VIEW or party = order party for security?
>
> Si
>
>
> On Jul 14, 2006, at 12:23 PM, 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
>>>
>>>
>> Kindly ignore the multiple posts, trying to get used to the new
>> mailing lists
>

Reply | Threaded
Open this post in threaded view
|

Re: Ecommerce anonymous checkout email has issues

David E Jones-2
In reply to this post by Ashish Hareet

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

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Ecommerce anonymous checkout email has issues

Ashish Hareet
In reply to this post by Ashish Hareet
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:[hidden email]]
Sent: Friday, July 14, 2006 5:31 PM
To: [hidden email]
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