So, thanks to Great advice from ghj42, I'm on a Euphoric rush. So I coded this to have the text "total" show up in the cart right next to the cartTotals:
Could this also be done a better way??Code:'<div class="cartBoxTotal"><span class="textTotal">Totalt</span>' . $currencies->format($_SESSION['cart']->show_total()) . '</div>';


Reply With Quote
