Index  Up  <<  >>  


nitems

CALL INFORMATION
Parameters: name

Positional parameters in same order.

The attribute hash reference is passed to the subroutine after the parameters as the last argument. This may mean that there are parameters not shown here.

Must pass named parameter interpolate=1 to cause interpolation.

Invalidates cache: YES

Called Routine:

ASP/perl tag calls:

    $Tag->nitems(
        {
         name => VALUE,
        }
    )
  
 OR
 
    $Tag->nitems($name, $ATTRHASH);

 

DESCRIPTION
Expands into the total number of items ordered so far. Takes an optional cart name as a parameter.


Index  Up  <<  >>