I have some custom code which a non phoenix recommended programmer did for me that is causing an error. I have given the programmer the flick as he made a right mess of my site and I am trying to get it into a more coherent state...
the error I am getting is;
Code: Select all
PHP Fatal error: Uncaught Error: Call to undefined method currencies::get_left() in .../includes/modules/content/shopping_cart/templates/tpl_cm_sc_order_subtotal.php:5Code: Select all
<?php echo $GLOBALS['currencies']->get_left() .number_format($cart_total, 2); ?>