Develop > Controller layer > Order and quote capture integration > Order and Quote Capture Integration in Elite starter store > Enable Order and Quote Capture Integration in the Elite starter store


Configure 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.

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


Procedure

  1. Open the file wc-server.xml in a text editor. Refer to 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>
    

    If the priority attribute does not exist for the OrderSubmit event, add it.

  4. Save and close the file.


Previous topic: Publish the Order and Quote Capture Integration


Next topic: Configure the message types


Related concepts

WebSphere Commerce configuration file


+

Search Tips   |   Advanced Search