IS it possible to achieve using hooks?

I have tried hook_uc_cart_pane_alter(&$panes, $items)

I can see columns list in
$panes['items']['#columns'] variable but I don't know haw to add data to its rows.

I want to display my custom information next to the price.

Is it possible?
thanks
Tomas

Comments

tr’s picture

Status: Active » Fixed

This has been discussed many times on ubercart.org - please search the forums there.

Status: Fixed » Closed (fixed)

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

Ross-Hunter’s picture

Tomas, did you have any luck? I searched for the exact name of this post on ubercart.org and I found a lot of posts from 2008 that had nothing to do with the cart.

Ross-Hunter’s picture

If you follow the code in uc_cart_pane_alter() you will eventually find uc_cart_view_table(). I copied that code into my own function and modified it as needed.