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
  1. 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 the WebSphere Application Server Administration Console. 
  2. Assign the Message for notifying the customer of an order release manifestation to an e-mail transport.
Content from: Websphere Commerce Infocenter v7

Comments

Popular posts from this blog

Applied promotions of an order - IBM WebSphere Commerce

Creating and adding elements to a list in JSTL

IBM WebSphere Commerce - Payment related debugging - AEDPPIEditCtrlCmdImpl getOrderIdByEDPPIID