I'm trying to display item price on the /cart page
I made a theme_uc_cart_view_form function in template.php and tried to print_r($form['items']
but I didn't see the price.
Now what?
|
Ubercart |
|
|
|
||
|
Wed, 05/26/2010 - 03:08
I'm trying to display item price on the /cart page I made a theme_uc_cart_view_form function in template.php and tried to print_r($form['items'] Now what?
Re: Show item price in cart?
did you try $node->list_price etc.....
Re: Re: Show item price in cart?
no dice. i read somewhere i might need to extend a tapir table, but I don't know how to do that.
Found it in the forum!
Don't know why I didn't find this before: http://www.ubercart.org/forum/development/8974/insert_item_price_column_... When I followed instructions there, the item price showed up, but the labels didn't line up with data. I have no idea why fiddling with the labels worked, but it did: <?php |
|