Enabling the shipment notification e-mail

To enable the shipment notification e-mail to be sent to customers when their order is shipped, do the following:

  1. 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 at:

WAS_installdir/installedApps/node_name/WC_demo.ear/Stores.war.