The error causes no site issues, it is ok to have it. It is type="search" so that in Safari it has the rounded search box. Change it to text, and it will be a square box in safari. Up to you.
You can change it in includes/functions/extra_functions/search_field_header.php
hi jettrue,
do you know how to add a shopping cart image and item count to the header? I put the code below in the tpl_header, but it doesn't show...
thanks.Code:<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>