8 calls to uc_cart_get_id() in Ubercart 5
- hook_update_cart_item in docs/
hooks.php - Handle requests to update a cart item.
- uc_2checkout_form in payment/
uc_2checkout/ uc_2checkout.module - uc_cart_add_item in uc_cart/
uc_cart.module - Adds an item to a user's cart.
- uc_cart_complete_sale in uc_cart/
uc_cart.module - Completes a sale, including adjusting order status and creating user account.
- uc_cart_get_contents in uc_cart/
uc_cart.module - Grab the items in a shopping cart for a user.
- uc_cart_remove_item in uc_cart/
uc_cart.module - Remove an item from the cart
- uc_product_kit_update_cart_item in uc_product_kit/
uc_product_kit.module - Implementation of Übercart's hook_update_cart_item().
- uc_product_update_cart_item in uc_product/
uc_product.module - Update information about a specific item in current cart.