Add a custom menu to the end of menus

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeAdd a custom menu to the end of menus

This topic has been marked as not resolved.

How can this be done, in the older version I followed this link and managed to do it just fine but the file does not exists on the new package anymore:

http://support.themeburn.com/topic/how-to-add-a-manual-link-to-the-menu-with-a-different-colour#post-5475

Anyone?

 Yizi
August 21, 2012 at 11:43 pm #12801

Can someone help with this?

 Yizi
August 23, 2012 at 12:42 pm #12851

Hello

Note: all the details are in link sin the old post.

So Sir;

For only the menu :
—————-

1- Open this file : “catalog/view/theme/shoppica2/template/tb/menu.tpl”
find :

and remove the ‘ under.

and make your custom modification

For the menu with button :
———————-

1- Open this file : “catalog/view/theme/shoppica2/template/tb/menu.tpl”
find :

remove the ‘ under.

change : and “custom_menu_id” to “green_button”

and make your custom modification

2- Open this file: “catalog/view/theme/shoppica2/stylesheet/screen.css.php ”
and add this :

#green_button > a {
background: #7db122 url(../images/button_buy_theme.png) no-repeat top right !important;
color: #fff !important;
}
#green_button > a:hover {
background-color: #90c03b !important;
}

and you must download the image from this link :
http://shoppica.net/catalog/view/theme/shoppica/images/button_buy_theme.png”
and put it in catalog/view/theme/shoppica/images

For only the button :
—————–

1- Open this file : “catalog/view/theme/shoppica2/template/tb/menu.tpl”
find :

remove the ‘ under.

change : and “custom_menu_id” to “green_button”

and make your custom modification

2- Open this file: “catalog/view/theme/shoppica2/stylesheet/screen.css.php ”
and add this :

#green_button > a {
background: #7db122 url(../images/button_buy_theme.png) no-repeat top right !important;
color: #fff !important;
}
#green_button > a:hover {
background-color: #90c03b !important;
}

3- Hide, or comment/delete this code:

“div class=”s_submenu”‘
…………………………

“/div”"

and modify :”Custom Menu Name”
to : “Custom Menu Name”
and remove //onclick=”return false;”//

and you must download the image from this link :
http://shoppica.net/catalog/view/theme/shoppica/images/button_buy_theme.png”
and put it in catalog/view/theme/shoppica/images

Note: for the links change “link1/2″ to you liks and the name from “item1/2″ to the name that you went.

good luck this time,

Sam

  • This reply was modified 4267 days ago by  samdz.
  • This reply was modified 4267 days ago by  samdz.
  • This reply was modified 4267 days ago by  samdz.
  • This reply was modified 4267 days ago by  samdz. Reason: some text ignored
  • This reply was modified 4267 days ago by  samdz.
 samdz
August 23, 2012 at 4:12 pm #12852

Hi Zak,

Here is a tutorial about “How to modify the main menu”:

http://support.themeburn.com/topic/modify-main-menu

Best,
ThemeBurn team

August 24, 2012 at 10:37 am #12867
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.