Home > Contents > Index >
CART.GETPARAMETER
Obtains the current value for a specified generic cart-level parameter.
Syntax
<CART.GETPARAMETER NAME="cartname
" FIELD="fieldname
" [STOREID="storeid
"] VARNAME="varname
"/>Description
Note that the variable created to hold the value is cleared to null if the field doesn't exist in the cart. See Shopping Cart Parameters, for cart parameter names and values.
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. It is ignored otherwise.
VARNAME
(required)- Input and output parameter. As input, name of the variable to hold the value assigned on output.
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.