Quote Originally Posted by Advisers Australia View Post
Hi

I am having trouble with the shopping cart icon in the header of the main page. It is not showing the image and I am getting a line of text Header_Title_Cart_Items. The log in log out & checkout buttons work.

Is the problem with the following part of the tpl_header.php:

<?php } } ?>
<li><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.HEADER_ICON_CART ?>" alt="cart icon" class="cart-icon" /><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo $_SESSION['cart']->count_contents();?> <?php echo HEADER_TITLE_CART_ITEMS; ?> - <?php echo $currencies->format($_SESSION['cart']->show_total());?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<?php }?>

Shopping Cart box headers

Where in the stylesheet can change the color of the header boxes (e.g. terms & conditions) in the shopping cart page.

Move the log in button to be inline with the home page button

How do I do this??

Thank you for your assistance

Justin
Whenever you are seeing constants on the front end, it means that you have not uploaded all of the template language files to your server. I would recommend re-uploading the template package.

If you post a link to your site I can take a look.


Thanks,

Anne