User Guide
Shopping Cart Reference 187
Shopping Cart Miscellaneous Interactions
The Drumbeat Shopping Cart Miscellaneous Contracts allow you to enable
several miscellaneous eStore features that aren't part of the Core shopping cart
functionality.
(Allow Mulitples) - Add item from [Recordset] to [ShoppingCart]
when [button] is clicked
This is a variation of the "Add item from [Recordset] to [ShoppingCart] when
[button] is clicked" contract that allows you to add the same product more than
once to your shopping cart. This is a contract between a basement Shopping Cart
SmartElement, a submit button, and a Recordset that provides source data to the
Shopping Cart. When the button is clicked, an item corresponding to the current
record in the Recordset is added to the Shopping Cart. With this contract, the
quantity for the added item is one. Parameters for controlling redirection after
adding are described below.
Parameters:
Redirect After Adding determines whether you want to redirect after adding
the item or not.
RedirectPage specifies the target page for redirecting after an item is successfully
added to the cart
Participants:
ShoppingCart
Recordset
Button (any clickable object)