Enable order status notification

This message will only send to the administrator with "Recipient" listed under this Administration Console configuration. It will not send to the customer of the order. This message assumes that only the Site Administrator is interested in the order status update. WebSphere Commerce site or store developers can customize the OrderStatusNotifySendCmd command by providing another implementation to send e-mails to either the administrator, or the customer, or both.

  1. Open a database command window on your WebSphere Commerce machine.

  2. Register the order status notification command by typing the following SQL statement:
    update cmdreg set
       
    classname='com.ibm.commerce.messaging.commands.OrderStatusNotifySendCmdImpl'
    
    
    
    
    where
       
    interfacename='com.ibm.commerce.messaging.commands.OrderStatusNotifySendCmd'
    
    
    

  3. Stop and start the WebSphere Commerce Server.

  4. If necessary, add transports methods to your site or store.

  5. Assign the "Notification message of the order status" type to a transport. Ensure that you select HTTP Browser in the Device Format drop-down list.

 

Related tasks


Assign a message type to a transport method for a site or store
Add a transport method to a site or store