Re: update_cart_item hook / quantity question

Posts: 1998
Joined: 08/07/2007
AdministratoreLiTe!

A hook_add_to_cart() exists, but uc_product doesn't implement it. It doesn't need to do anything extra when a product is added to the cart. I think the only module in core that does use it is uc_product_kit, though it's doing some very strange things there.

You should be able to use this hook to compare the attributes of all the things in the cart with the product currently being added.

update_cart_item hook / quantity question By: a_c_m@drupal.org (3 replies) Thu, 02/28/2008 - 09:49