Enabling the shipment notification e-mail

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

  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 in the following directory:

    Note: Update to this file should be done through WebSphere Application Server Administration Console.

  2. Assign "Message for notifying the customer of an order release manifestion" to an e-mail transport.