Home > Contents > Index >
CART.COMMIT
Sends a checked cart to Transact via the Commerce Connector.
Syntax
<CART.COMMIT NAME="cartname
" VARNAME="varname
"/>Parameters
NAME
(required)- Input parameter. Name of the cart object.
VARNAME
(required)- Input and output parameter. As input, name of the variable that holds a boolean value output as a result of the attempted commit.
True
means that the cart has been committed to Transact.
Description
Only a successfully checked cart can be committed. A commit of an otherwise acceptable cart may fail due to unsuccessful payment authorization or other special custom conditions associated with the Sites store configuration.
Note
If you call CART.COMMIT for a cart that has not previously been checked, then that cart is implicitly checked prior to being committed.
The cart object is updated to reflect any errors or notifications retrieved from the Commerce Connector. Choices for fields which have choices also become available.
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.