You are here

20 calls to uc_cart_get_contents() in Ubercart 6.2

hook_update_cart_item in docs/hooks.php
Handles requests to update a cart item.
theme_cart_review_table in uc_cart/uc_cart_checkout_pane.inc
Formats the cart contents table on the checkout page.
UbercartCartCheckoutTestCase::testCartAPI in uc_cart/uc_cart.test
uc_cart_add_item in uc_cart/uc_cart.module
Adds an item to a user's cart.
uc_cart_block in uc_cart/uc_cart.module
Implements hook_block().
uc_cart_checkout in uc_cart/uc_cart.pages.inc
Displays the cart checkout page built of checkout panes from enabled modules.
uc_cart_checkout_form in uc_cart/uc_cart.pages.inc
The checkout form built up from the enabled checkout panes.
uc_cart_empty in uc_cart/uc_cart.module
Empties a cart of its contents.
uc_cart_get_total_qty in uc_cart/uc_cart.module
Returns the total number of items in the shopping cart.
uc_cart_is_shippable in uc_cart/uc_cart.module
Determines whether a cart contains shippable items or not.
uc_cart_links_form in uc_cart_links/uc_cart_links.pages.inc
Preprocess a cart link and confirm with the user if a destructive action is included.
uc_cart_links_process in uc_cart_links/uc_cart_links.pages.inc
Process a cart link to fiddle with the cart and redirect the user.
uc_cart_login_update in uc_cart/uc_cart.module
Updates a user's cart to include items from their anonymous session.
uc_cart_preprocess_block in uc_cart/uc_cart.module
Preprocesses the cart block output.
uc_cart_update_item_object in uc_cart/uc_cart.module
Updates the quantity of all the items in a cart object.
uc_cart_view in uc_cart/uc_cart.pages.inc
Displays the cart view page.
uc_checkout_pane_cart in uc_cart/uc_cart_checkout_pane.inc
Displays the cart contents for review during checkout.
uc_checkout_pane_quotes in shipping/uc_quote/uc_quote.module
Shipping quote checkout pane callback.
uc_paypal_ec_form_submit in payment/uc_paypal/uc_paypal.module
Submit handler for uc_paypal_ec_form().
uc_product_kit_add_to_cart in uc_product_kit/uc_product_kit.module
Implements hook_add_to_cart().