Home > Contents > Index >
cart:setitemquantity
Sets an item's quantity and price information.
Syntax
<cart:setitemquantity
name="cartname
" id="itemid
" quantity="itemquantity
" price="itemprice
"/>Parameters
name
(required)- Input parameter. Name of the cart object.
id
(required)- Input parameter. Row identifier that specifies the item.
quantity
(required)- Input parameter. Number of the specified item to be set on output.
price
(required)- Input parameter. Total price based on quantity (not unit price).
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.