Home > Contents > Index >  
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

cart:getparameter

Obtains the current value for a specified generic cart-level parameter.

Syntax

Parameters

name (required)
Input parameter. Name of the cart object.

field (required)
Input parameter. Name of the cart parameter for which to the current value.

storeid (optional)
Input parameter. ID of the store for which a parameter should be retrieved, if the cart represents more than one store. Use it to retrieve shipping-related values that are store-dependent; otherwise it is ignored.

varname (required)
Input and output parameter. As input, name of the variable to hold the value assigned on output.

Description

The variable created to hold the value is cleared to null if the field does not exist in the cart.

See Also

Cart Parameters

   Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.