Change href for default logo ONLY to non-shopping site

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Is there any graceful way to edit the href for the default logo on the shopping site to point to an different informational site that was built previous to the shopping site? (and leave the "home" button as is--linking to the home page of the shopping site)?

I realise that I can change the Common.StoreURL  setting in the admin, but I suspect that this controls much more than the hrefs for the logo and "home" links.

Up front--I don't have access to VS to do any recompiling of code.

If just changing that href isn't doable without changing the code, is there an easier way to edit the .aspx file (not sure at this point which one is the default frame), and ADD a link to the other site?

Please help? Many thanks!
13 years ago
hi, in the folder 'modules'

look for

header.ascx - you will find the line

<a href="<%=CommonHelper.GetStoreLocation()%>" class="logo">&nbsp; </a>


just replace   <%=CommonHelper.GetStoreLocation()%>  with your desired url

save and its ready to go


you don't need any special software for this, you can even do it using notepad

you might consider downloading  Visual Web Developer Expres 2010  from the microsoft website - it's free
13 years ago
Wow! Thanks for much for the speedy and very helpful reply!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.