toolman Posted May 5, 2007 Share Posted May 5, 2007 Hi there, I am trying to add some text before the cart total is displayed in the shopping cart box. I belive this is the line i need to change, but I cant do it. 'text' => $currencies->format($cart->show_total())); Any ideas how to do this? I want to add 'Total:' before the amount. Many thanks! Link to comment Share on other sites More sharing options...
ErollorD Posted May 5, 2007 Share Posted May 5, 2007 'text' => 'Total:'.$currencies->format($cart->show_total())); test it and reply Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.