WebSphere Commerce Enterprise

Configuring the Order and Quote Capture Integration

To enable the customer to successfully submit an order to the external system, ensure that the wc-server.xml file has the required settings configured.

About this task

Perform the following steps to update the wc-server.xml file:

Procedure

  1. Open the file wc-server.xml in a text editor. Refer to Updating the WebSphere Commerce configuration file for more information on this file.
  2. Locate the following text:
    <component compClassName="com.ibm.commerce.event.impl.ECEventEnableComponent"
    enable="true" name="OrderSubmit Event">
    	<property display="false">
    		<event name="OrderSubmit"/>
    	</property>
    </component>
    
  3. Modify the preceding text to set the priority attribute of the OrderSubmit event to high. Your text should match the following:
    
    <component compClassName="com.ibm.commerce.event.impl.ECEventEnableComponent"
    enable="true" name="OrderSubmit Event">
    	<property display="false">
    		<event name="OrderSubmit" priority="high"/>
    	</property>
    </component>
    
    Note: If the priority attribute does not exist for the OrderSubmit event, you must add it.
  4. Save and close the file.