Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Module: Mage_Checkout

The Mage_Checkout module allows you to manage shopping carts and the checkout process. This module allows you to create an order once filling the shopping cart is complete.

Cart Coupon

Allows you to add and remove coupon codes for a shopping cart.

Resource Name: cart_coupon

Methods:

Cart Customer

Allows you to add customer information and addresses into a shopping cart.

Resource Name: cart_customer

Methods:

Cart Payment

Allows you to retrieve and set payment methods for a shopping cart.

Resource Name: cart_payment

Methods:

Cart Product

Allows you to manage products in a shopping cart.

Resource Name: cart_product

Methods:

Cart Shipping

Allows you to retrieve and set shipping methods for a shopping cart.

Resource Name: cart_shipping

Methods:

Shopping Cart

Allows you to manage shopping carts.

Resource Name: cart

Methods:

  • cart.create - Create a blank shopping cart
  • cart.order - Create an order from a shopping cart
  • cart.info - Get full information about the current shopping cart
  • cart.totals - Get all available prices for items in shopping cart, using additional parameters
  • cart.license - Get website license agreement

Table of contents