Closed (fixed)
Project:
Ubercart
Version:
6.x-2.4
Component:
Cart/checkout
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2010 at 16:10 UTC
Updated:
7 Nov 2010 at 17:20 UTC
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
Comment #1
longwaveSee 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.