Enabling the shipment notification e-mail - IBM WebSphere Commerce
In WebSphere Commerce you need to make following configuration change for enabling shipment notification e-mail. The default command registry entry is mapped to ReleaseShipNotifyDummyImpl which does nothing. If you change the mapping to ReleaseShipNotifyCmdImpl it will enable the application to send notification message when the order release is shipped. Procedure Update the CMDREG mapping for ReleaseShipNotifyCmd: update cmdreg set classname='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmdImpl' where interfacename='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmd' 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 Deploy updates to this file using...