|
currency.inc.php - Think Currency Functions
|
choose
Required Parameters: None
Optional Parameters: None
Returns: None
Description: This function is called when the user begins the first step of the checkout process, by choosing which items to purchase. It first updates the shopping cart, and then determines whether or not the client has already started the process. If not, it includes a form that will display the shopping cart's contents. Otherwise, the user continues the purchasing process with the next incomplete step.
function choose()
|