Enabling the shipment notification e-mail
To enable the shipment notification e-mail to be sent to customers when their order is shipped:
- Update the
CMDREG database table using the following SQL statement:update cmdreg set classname='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmdImpl' where interfacename='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmd'Note: By default, the Release_WCS_ShipmentNotify message is disabled by using ReleaseShipNotifyDummyImpl as the CLASSNAME in the CMDREG database table. The ReleaseShipNotifyDummyImpl is a dummy implementation which does nothing.
The default JSP, ReleaseShipNotify.jsp, for the XML message is located in the following directory:
- WC_eardir/Stores.war
Note: Update to this file should be done through WebSphere Application Server Administration Console.
- Assign "Message for notifying the customer of an order release manifestion" to an e-mail transport.
(C) Copyright IBM Corporation 1996, 2006. All Rights Reserved.