K, great, that was confusing for me
---------------
The code syntax:
is equivalent to
so you'd have to use:
Code:
<?php echo number_format($MINICART["total_cost"], 2, '.', ','); ?>
---------------
I pulled the mini-cart information from include/minicart.php and then added some additional code to pull additional info, removed all the smarty references and instead echo'd the information directly.