Hi, I have a block that tracks the progress of a multi stage form. It is in a region defined in the theme called 'content-top'. It renders fine in all pages except any ubercart pages. How can I keep this region, or place the block in the same place, in the ubercart pages?
I have tried using
$block = module_invoke('comment', 'block', 'view', 1);
print $block['content'];in the module_form_uc_cart_checkout_form_alter function I am using. I have also tried calling the function that generates the content for the block and printing that. I know that wouldn't work, but I don't really know what else to try?
I've also created a 'page-cart-checkout.tpl.php' file and tried changing that , but it just ignores my region, doesn't render it at all, even the containing divs.
Any pointers would be very helpful, thanks
