CyberCash SmartElement Reference
219
Set [CyberCash] <Credit Card property> to value from
[Recordset] when [button] is clicked
A series of interactions between the CyberCash SmartElement, a Recordset, and a
button that submits the page. There are interactions for each of the CyberCash
element's credit card-related properties. Each of these contracts includes a
parameter that specifies the column name in the recordset that contains the
appropriate data. This contract might be useful in a situation where the credit card
related data is coming from different recordsets.
Set [CyberCash] OrderID to value from [ASPServer] variable when
[button] is clicked
An interaction that sets the CyberCash SmartElement's OrderID property to the
value of a Session variable containing the OrderID. The 'VariableName'
parameter specifies the name of the session variable that contains the data.
Set [CyberCash] OrderID to value of [FormElement] when [button]
is clicked
An interaction that sets the CyberCash SmartElement's OrderID property to the
value of a Form Element on the page containing the OrderID.
Set [CyberCash] order total to [ShoppingCart] grand total when
[button] is clicked
An interaction that sets the CyberCash SmartElement's OrderTotal property to
the value of the ShoppingCart's subtotal. Use this contract only if you do not
include separate values for shipping and tax in the total cost of the order (for
instance, if shipping and tax are reflected in the item prices of your products).
Set [CyberCash] order total to sum of [ShoppingCart], [Shipping],
and [Tax] when [button] is clicked
An interaction that sets the CyberCash SmartElement's OrderTotal property to
the sum of the ShoppingCart's subtotal, a form element containing shipping cost,
and a form element containing sales tax.
Set [CyberCash] order total to value from [Recordset] when
[button] is clicked
An interaction that sets the CyberCash SmartElement's OrderTotal property to
the value of a column in the Recordset. Use this contract if you have previously
submitted your order information and store the order total in your database.
The 'TotalColName' parameter specifies the name of the total column in
the Recordset.
Summary of Contents for DRUMBEAT 2000 ECOMMERCE EDITION
Page 1: ...Users Guide macromedia DRUMBEAT 2000 eCOMMERCE EDITION ...
Page 6: ...Contents 6 ...
Page 12: ...Introduction 12 ...
Page 90: ...Chapter 2 90 ...
Page 110: ...Chapter 3 110 ...
Page 124: ...Chapter 5 124 ...
Page 142: ...Chapter 7 142 ...
Page 152: ...Chapter 8 152 ...
Page 236: ...Chapter 10 236 ...