Post by rire » Wed Jan 16, 2013 1:40 pm

Hello.
I would like to add a link that opens in a new window to our shop blog. But I'm having troubles adding the link in the category menu on top.

I've included a screenshot of the location. Any tips would be greatly appreciated.

Thank you.

Attachments

OcMENU.jpg

OcMENU.jpg (115.43 KiB) Viewed 1404 times


New member

Posts

Joined
Thu May 17, 2012 2:18 pm

Post by bigal » Wed Jan 16, 2013 2:25 pm

Try in \catalog\view\theme\xxxx\template\common\header.tpl

test by inserting a google link

look for
<div id="menu">
<ul>
<?php foreach ($categories as $category) { ?>
<li> ...
...
...
</li>

after </li> append google link below.. you'd have a link on top menu linking to external website.

<li><a href="http://www.google.com/" target="_blank">Google<a/></li>

Best Regards/Allen Chen


Active Member

Posts

Joined
Wed Sep 21, 2011 9:02 am
Who is online

Users browsing this forum: No registered users and 1 guest