Index  Up  <<  >>  


total_cost

CALL INFORMATION
Parameters: name noformat

Positional parameters in same order.

Pass attribute hash as last to subroutine: no

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->total_cost(
        {
         name => VALUE,
         noformat => VALUE,
        }
    )
  
 OR
 
    $Tag->total_cost($name, $noformat);

Attribute aliases

            cart ==> name

 

DESCRIPTION
Expands into the total cost of all the items in the current shopping cart, including sales tax (if any).


Index  Up  <<  >>