Post by dartfrog » Thu Jan 22, 2015 4:45 pm

Hi everyone I am wanting to move both my Shopping Cart & search Tabs that are within the header/logo area to the left column of my webpage how do I do this?

thanks for any help :)

Newbie

Posts

Joined
Tue Jan 20, 2015 5:38 am

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

New member

Posts

Joined
Tue Apr 01, 2014 12:31 pm
Who is online

Users browsing this forum: No registered users and 11 guests