10 calls to uc_cart_get_id() in Ubercart 7.3
- hook_uc_update_cart_item in uc_cart/
uc_cart.api.php - Handles requests to update a cart item.
- uc_2checkout_form in payment/
uc_2checkout/ uc_2checkout.module - Form to build the submission to 2Checkout.com.
- uc_cart_add_item in uc_cart/
uc_cart.module - Adds an item to a user's cart.
- uc_cart_empty in uc_cart/
uc_cart.module - Empties a cart of its contents.
- uc_cart_get_contents in uc_cart/
uc_cart.module - Grabs the items in a shopping cart for a user.
- uc_cart_get_total_qty in uc_cart/
uc_cart.module - Returns the total number of items in the shopping cart.
- uc_cart_remove_item in uc_cart/
uc_cart.module - Removes an item from the cart.
- uc_paypal_wps_form in payment/
uc_paypal/ uc_paypal.module - Returns the form elements for the Website Payments Standard form.
- uc_product_kit_uc_update_cart_item in uc_product_kit/
uc_product_kit.module - Implements hook_uc_update_cart_item().
- uc_product_uc_update_cart_item in uc_product/
uc_product.module - Implements hook_uc_update_cart_item().