You are here

12 calls to uc_cart_get_id() in Ubercart 6.2

hook_update_cart_item in docs/hooks.php
Handles requests to update a cart item.
UbercartCartCheckoutTestCase::testCartAPI in uc_cart/uc_cart.test
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_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
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_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_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_update_cart_item in uc_product_kit/uc_product_kit.module
Implements hook_update_cart_item().
uc_product_update_cart_item in uc_product/uc_product.module
Implements hook_update_cart_item().