Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Changing search bar menu?  (Read 8564 times)

Offline Palamedes

  • Newbie
  • *
  • Posts: 36
  • Karma: +5/-0
    • View Profile
    • RandomStringOfWords
Changing search bar menu?
« on: March 06, 2012, 05:42:56 PM »
Is it possible to edit/change the search bar menu that has the "special offers", "bookmarks", "contact"..etc.. links?  I'm not seeing it..
~Pal

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Changing search bar menu?
« Reply #1 on: March 06, 2012, 09:45:06 PM »
Unfortunately, this part is not managed in the control panel yet.

It can be edited in the template file /storefront/view/default/template/common/header.tpl

 
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline ronanmag

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Changing search bar menu?
« Reply #2 on: January 05, 2013, 11:25:11 AM »
I've added a home link to the bar - how do I gt the home icon to display with it ?

          <li><a href="<?php echo $home; ?>" class="home"><?php echo $text_home; ?></a></li>
          <li class="nav_sep">&nbsp;</li>

Thanks,
Ronan

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Changing search bar menu?
« Reply #3 on: January 07, 2013, 05:27:13 AM »
Add below example code to: /storefront/view/default/stylesheet/stylesheet.css

Code: [Select]
#info_links .home {
background: url('../image/home.png') 0 50% no-repeat;
}

You need to add icon to image directory   :P
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline ronanmag

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: Changing search bar menu?
« Reply #4 on: January 09, 2013, 08:26:01 AM »
Thanks a mill......worked a treat ;-)


 

Powered by SMFPacks Social Login Mod