Hi,
I need to do some customization to the page cart/checkout to add some more informations about the products (taken from CCK fields).

Is there any hook that I can use, or the only way it to hack the function theme_cart_review_table http://api.ubercart.org/api/function/theme_cart_review_table/2

Thanks,

Vito

Comments

longwave’s picture

Status: Active » Fixed

See hook_product_description_alter(). And if that's not enough, you never need to hack a theme_* function, you can just override it in your theme's template.php.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.