User Guide

Chapter 9186
Add value of [ASPServer] variable to bindings of [ShoppingCart]
when [button] is clicked
This contract allows you to add non-recordset data contained in a Session variable
to the shopping cart when an item is added is added to the cart. This contract
must be applied to the Cart before the "Add Item" contract is applied.
DrumNote_507 illustrates the use of related "'Add to bindings..." contracts.
Parameters:
VariableName is the name of the Session variable that contains the data to be
bound to the cart.
Cart Column is the name of the shopping cart column that will hold the data
contained in the session variable. You will most likely need to add this column
to your shopping cart data map. See DrumNote_507 for details and
precautions you need to consider.
Participants:
Button (form button, image, any clickable object)
ASPServer basement session SmartElement
ShoppingCart