Floating Basket

Using the floating basket, products and items may be dynamically posted to the checkout page. The following provides an example of how a floating basket may be used:

 

Blue tee-shirt- choose quantity
Red tee-shirt- choose quantity
Green tee-shirt- choose quantity

 

The following HTML code was used for the above example:

An alternative method for using the above functionality is through simple buttons without quantity fields. In this case the quantity field should be set as a hidden field with a value of one. The following example illustrates this example:

 

For the above example the following hidden field was used.

<INPUT type="hidden" name="q" value="1">

The following provides full description of the parameters needed for defining a product:

Before a floating basket form is used, a checkout page has to be defined in the administrative system. Checkout page attributes will be used for the floating basket. The following are a few of the attributes used for the floating basket:

There are no limits on the number of form fields used.

Examples of use: