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:
WAS_installdir/installedApps/cell_name/WC_instance_name.ear/Stores.war.
- Assign "Message for notifying the customer of an order release manifestion" to an e-mail transport.