Hello Ubercart Team,
I have some problems with the new implemented features for uc_cart. I am the maintancer of uc_ajax_cart and need direct access to not cached cart content.
To call this function:
<?php
theme('uc_cart_block_content', $help_text, $items, $item_count, $item_text, $total, $summary_links);
?>I must get all the arguments. This should be go inside the theme function. So it is better support to call cart content from everywhere according to theme function.
Better function call:
<?php
theme('uc_cart_block_content');
//OR
theme('uc_cart_block_content',$cached );
?>So have now problems with changing code inside a theming function.
Is is only a intention...
Bye
