Home > Contents > Index >
CART.GETSHIPPINGTOTAL
Obtains the shipping total.
Syntax
<CART.GETSHIPPINGTOTAL NAME="cartname
" VARNAME="varname
"
[STOREID="storeid
"]/>Parameters
NAME
(required)- Input parameter. Name of the cart object.
VARNAME
(required)- Input and output parameter. As input, name of a variable that holds the shipping total, which is assigned as a double value on output.
STOREID
(optional)- Input parameter. ID of the store where the shipping total applies, if the cart represents more than one store. If
STOREID
is not included, returns the shipping total for all stores.
Description
The total returned by
CART.GETSHIPPINGTOTAL
includes shipping, but not items and discounts and tax. Always returns 0 until the cart has been either checked or committed.
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.