Closed (fixed)
Project:
Ubercart
Version:
7.x-3.0
Component:
Cart/checkout
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2012 at 13:00 UTC
Updated:
19 Apr 2012 at 18:34 UTC
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
Comment #1
tr commentedThis has been discussed many times on ubercart.org - please search the forums there.
Comment #3
Ross-Hunter commentedTomas, 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.
Comment #4
Ross-Hunter commentedIf 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.