Page 1 of 1
Adding more links on the menu bar.
Posted: Wed Aug 12, 2009 11:13 pm
by seanjohn
Hie,
I'm new to opencart, can you please assist me. i would like to add extra links on the main menu bar where there are currently links like cart, special offers, login, account, basket and checkout links. How do i go abt it?

Re: Adding more links on the menu bar.
Posted: Wed Aug 12, 2009 11:39 pm
by Qphoria
catalog/view/theme/default/template/common/header.tpl
Re: Adding more links on the menu bar.
Posted: Thu Aug 13, 2009 10:21 pm
by seanjohn
Thanks for the reply, but i'm a beginner when it comes to php programming, can you give me a sample code which i can paste so that a link to my main home_page can appear just before the cart_home link.
Re: Adding more links on the menu bar.
Posted: Thu Aug 13, 2009 11:01 pm
by Qphoria
its not php.. its normal html
if you ignore the embedded php and html between <a and </a>
you will see its a simple html link
just put another link before the first one.
Re: Adding more links on the menu bar.
Posted: Sun Aug 23, 2009 3:49 am
by piseth
Great, IT works well
Tank Qphoria