启用装运通知电子邮件

要启用在客户订单已装运时发送给客户的装运通知电子邮件,请执行以下操作:

  1. 更新 CMDREG 数据库表,使用以下 SQL 语句
    update cmdreg set 
      classname='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmdImpl' where 
      interfacename='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmd'
    

注意: 缺省情况下,通过将 ReleaseShipNotifyDummyImpl 用作 CMDREG 数据库表中的 CLASSNAME 从而禁用 Release_WCS_ShipmentNotify 消息。ReleaseShipNotifyDummyImpl 是个哑元实现,不执行任何操作。

XML 消息的缺省 JSP - ReleaseShipNotify.jsp 位于:

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