I'm trying to add an extra button in the drop down cart preview panel at the top of the page that links to the shopping cart page. So users can go to the cart page or the checkout.
I've copied the following code from header.tpl;
Code: Select all
<a href="<?php echo $cart; ?>"><?php echo $text_cart; ?></a>
So I guess I need to know where to add these variables.
Cheers