This example shows
how to sell a product with options that affect the cost. We've
also illustrated how to sell different lengths and widths of
a given item. View the HTML code to see the construction. Pay
careful attention to how we have each option (opx) affecting
cost listed in the cost field of the hidden variable item.
The color option which does not affect cost need not be mentioned
in the item variable.
This style carpet
sells at $9.00 per linear foot. Some options are extra.
| Here are
the standard implementations for viewing cart contents
and going to checkout. These can appear anywhere on
your site you wish, but be sure not to put them inside
another <form></form> construct. (Nesting forms
is a bad thing!) |
|
|
|


|