| Robert Brown 2006-04-27, 8:08 am |
| Assuming you added the email to ADDRESS.EMAIL1 in the shopper's billing
address (where ADDRESS.ADDRESSTYPE = 'B' or 'SB') and you have enabled
the emailShopper hidden field then you likely lack the other hidden
field that would contain the shopper's email address in
OrderSummaryDisplay.jspf.
<pre>
<input type="hidden" name=" notify_OrderReceived_EMailSender_recipie
nt"
value="<the guest shopper's email address">
</pre>
This can be found in a previous post in this newsgroup back in
2005...you can use Google Groups to find this like I did using the
search term of 'CMN8418E'. Let us know how it goes for v5.6.1!
R
> Hi,
> I'm using WCS 5.6.1
> I would like unregistered (guest) users to be able to receive an order received email confirmation.
>
> I noticed there was an IF statement in the OrderSummaryDisplay.jspf file that sets the 'emailShopper' parameter to false if the user is a guest. I removed this statement and the systems now attempts to email the customer.
>
> I added the email address field to the BillingAddressDisplay.jsp form, and the email gets added to the ADDRESS table in the database along with shipping and billing address.
>
> However the Messaging System generates an error indicating that it can't find the email address for the user.
>
> " 65465e5d CommerceSrvr E com.ibm.commerce.messaging.outboundservice.Messaging getMemberAddress() CMN8418E: Error UserId=21506 has occurred. The messaging system cannot find the target address (for example, e-mail) for member ID 21506 and therefore ca
nnot send a message for this member.Current exception: ... "
>
>
>
> What else should I be doing?
> Cheers,
> Peter O'Neill
>
>
|