Siebel Interactive Selling Transact Server Interface Reference > The Shopping Cart >

Shopping Cart Buttons


The following buttons, cart submit actions, are supported by the server-side shopping cart:

Update

Applies any changes the user has made to the cart contents on the server.

Save

Prompts the user for a name and makes the quote accessible from the quote list.

Clear

Creates a new quote and displays it in place of the current quote.

Submit

Submits the cart to the third-party order management system for checkout processing.

Printable Quote

Displays quote in printable text format.

If you want to display these actions as HTML buttons, you must use the following names for the button elements. Otherwise, you must add a URL parameter with this name to the URL when it is clicked and a non-null value.

SUBMIT ACTION

BUTTON/PARAMETER NAME

Update

UPDATE_QUOTE

Save

Call SaveQuote() function in the onClick handler of the button or link. If you want to bypass the SaveQuote() functionality, use SAVE_NEW_QUOTE to save a new copy of the quote, or UDATE_QUOTE to modify the current quote.

Clear

CLEAR_QUOTE

Submit

Call SubmitCart (inLink) function in the onClick handler.

Printable Quote

Call ViewQuote() function in the onClick handler of the button or link.

Submit the shopping cart to the server whenever any of these actions is selected. The two JavaScript functions, SaveQuote and SubmitCart, submit the cart to the server before returning.


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