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

App_config.js variables


TRANSACT_ACTIVE

This Boolean variable should be set to the value `true'.

TRANSACT_URL

This string variable should be set to the URL of your Transact Server installation.

Example:
"http://app_hostname/siebel/SiebelTransact";

TRANSACT_THIRD_PARTY_CART

This Boolean variable should be set to the value `false'.

TRANSACT_CART_WINARGS

This string variable should contain the window properties to be used for the shopping cart. The format of the string follows the JavaScript convention for setting window properties. The string should not contain any space characters.

Example: `height=500,width=500,scrollbars=1,resizable=1,menubar=0'

TRANSACT_CART_TARGET

This variable should contain a string specifying the frame name where the cart UI should be loaded. Use '_new' to indicate that a new window should be opened. If you elect to show the cart in a new window, it will exhibit window properties as defined by the TRANSACT_CART_WINARGS variable above.

Example: `_new'


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