Zen Cart Logo

Adding hot spots

Locked

Views: 715

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
18 Apr 2010, 8:33 PM
#1
queenkat avatar

queenkat

Zen Follower

Join Date:
Dec 2006
Posts:
121
Plugin Contributions:
0

Adding hot spots

I am trying to add hot links to the little pictures at the top of my store: http://katstamps.com/store that coordinate with the words.

I have this code that I use on my regular html site:

<p class="style1"><map name="FPMap2" id="FPMap2"> <area href="<http://katstamps.com/store>" shape="circle" coords="287, 99, 49" /> <area href="<http://qkd.##########################>" shape="circle" coords="385, 107, 45" /> <area href="<http://katstamps.com/gallery>" shape="circle" coords="481, 113, 40" /> <area href="<http://qkdcastle.ning.com>" shape="circle" coords="579, 113, 43" /> <area href="<http://qkdcontest.##########################>" shape="rect" coords="642, 49, 728, 145" /> <area href="[mailto:[email protected]?subject=Contact](mailto:"[email protected]?subject=Contact") from Web" shape="rect" coords="850, 49, 922, 146" /> <area href="<http://katstamps.com/>" shape="rect" coords="4, 8, 236, 163" /> </map>

But I don't know how to make them on my store (php)

can someone please help?

thanks

19 Apr 2010, 8:20 AM
#2
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Adding hot spots

includes/templates/classic/common/tpl_header.php

You would have to merge your code within the above file.

Important: you should setup a proper Overrides system as using the Classic template and associated directories means that when you do an update, say to Zen Cart 1.3.9, then all your customization will be lost. All "classic" directories will automatically be overwritten by the upgrade.