Siebel Interactive Selling Transact Server Interface Reference > Integrating the Order Management System > Connecting Your Siebel Application UI to Transact >

Add To Cart Button


The Add to Cart button saves the current configuration to the shopping cart. Afterwards, the shopping cart opens and displays the configuration in the shopping cart list.

For information on posting a form when Add to Cart is clicked, see Posting a Form from Add to Cart. When you add a configuration to your cart, it is saved in Transact so it can be referenced by the cart, but is not added to the configuration list.

For information on connecting to your shopping cart, see Connecting Your Siebel Application UI to Transact.

To connect the Add to Cart button to Transact Server

  1. Set the Transact Third Part Cart property to true in app_config.js.
  2. Provide the URL for the cart for the Transact Show Cart URL property in app_config.js.
  3. Set the Use third-party Cart property to true in the property editor.
  4. Provide the URL of the OMS for the OMS URL property in the property editor.
  5. Add a button named Add To Cart to the eAdvisor application.
  6. Call the AddToCart function from the button.

Example:

<INPUT type="button" value="Add To Cart" name=add onClick="OL.AddToCart('_new');"><br>

For more information, see AddToCart.


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003