CurrentCart
Guides
Additional information about this section
Functions
Perform actions on an object
- addToCurrentCart( )
Adds catalog line items to the current site visitor's cart.
- createCheckoutFromCurrentCart( )
Creates a checkout from the current cart.
- deleteCurrentCart( )
Deletes the current site visitor's cart.
- estimateCurrentCartTotals( )
Estimates the current cart's price totals (including tax), based on a selected carrier service, shipping address, and billing information.
- getCurrentCart( )
Retrieves the current site visitor's cart.
- removeCouponFromCurrentCart( )
Removes the coupon from the current site visitor's cart.
- removeLineItemsFromCurrentCart( )
Removes line items from the current site visitor's cart.
- updateCurrentCart( )
Updates the current site visitor's cart.
- updateCurrentCartLineItemQuantity( )
Updates the quantity of one or more line items in the current site visitor's cart.