Siebel Interactive Selling Transact Server Interface Reference > ShoppingCartBean API >

Footer Functions


Function
Description
Syntax
Example
getQuoteSubtotal
Returns the subtotal for the quote (equal to the sum of the extended prices).
public String getQuoteSubtotal()
<td colspan=2 align=left><font face="VERDANA" size=
-2><b>Subtotal:</b></font>
</td>
<td><font face="VERDANA" size=
-2><%= bean.getQuoteSubtotal() %></font></td></tr>
getQuoteDiscount
Returns the discount percent for the quote, which is user-definable. This should be entered as a number between 0 and 100 with up to two decimal places of precision. If no discount percent has yet been defined for this quote, returns zero.
public String getQuoteDiscount()
<td colspan=2 align=left><font face="VERDANA" size=
-2><b>Discount %:</b>
</font></td>
<td><font face="VERDANA" size=
-2><input type="text" name="QUOTE_DISCOUNT" size=5 value="<%= bean.getQuoteDiscount() %>"></font></td>
getQuoteTotal
Returns the total amount for this quote, including any discount.
public String getQuoteTotal()
<td><font face="VERDANA" size=
-2><%= bean.getQuoteTotal() %>
</font></td>


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