You are here

16 calls to uc_cart_get_contents() in Ubercart 7.3

hook_uc_update_cart_item in uc_cart/uc_cart.api.php
Handles requests to update a cart item.
UbercartCartCheckoutTestCase::testCartApi in uc_cart/tests/uc_cart.test
Tests cart API.
uc_cart_add_item in uc_cart/uc_cart.module
Adds an item to a user's cart.
uc_cart_block_view in uc_cart/uc_cart.module
Implements hook_block_view().
uc_cart_checkout in uc_cart/uc_cart.pages.inc
Displays the cart checkout page built of checkout panes from enabled modules.
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
Preprocesses a Cart Link, confirming with the user for destructive actions.
uc_cart_links_process in uc_cart_links/uc_cart_links.pages.inc
Processes 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 to include the icon.
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_paypal_ec_form_submit in payment/uc_paypal/uc_paypal.module
Submit handler for uc_paypal_ec_form().
uc_product_kit_uc_add_to_cart in uc_product_kit/uc_product_kit.module
Implements hook_uc_add_to_cart().