Post
by ranu70 » Mon Feb 09, 2015 7:53 pm
Hi,
if you want your search bar & shopping cart to adjust any other place then you have to make some changes in your
catalog\view\theme\default\template\common/header.tpl file
open your header.tpl file and find
<div id="search">
<div class="button-search"></div>
<input type="text" name="search" placeholder="<?php echo $text_search; ?>" value="<?php echo $search; ?>" />
</div>
and pate whole code where you want in header according to your choice
find this for shopping cart
<a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a>
place this code where you want to show in header