Two things:
1. Does anyone know how I could add the 'View Cart' and 'Checkout' buttons to this code:
2. Give each piece of cart information its own line AND Style/structure the code to where the buttons appear on the right side of the cart information and make each line.Code:<!-- bof shopping cart totals header--> <li>My Cart: <span class="style1"> <?php echo sizeof($_SESSION['cart']->get_products()); ?> items <?php $header_cart = $currencies->format($_SESSION['cart']->show_total()); echo $header_cart; ?> </span> <br class="clearBoth" /> </li> <!-- eof shopping cart totals header-->
Thanks in advance.




