1. I don't want Zen Cart to appear in the title bar. How do i get it removed
2. Also, I want to have an image point to the define pages 2. I've tried a direct link using simple ahref commands and it just isn't working. I think that's it.
2. Also, I want to have an image point to the define pages 2. I've tried a direct link using simple ahref commands and it just isn't working. I think that's it.
Sure, sorry, I was falling asleep earlier, I've had a short nap now and back to work! LOL
The site I'm working on is www.divakminerals.com/store
I want to have 3 links point to the 'define page 2'. We're not going to be using 'new products' per say so I'm going to change the New products link on the template to point to define page 2. There is also an image that will appear on each page that will also need to be linked to 'define page 2'.
Oh, and I'm talking about when Zen Cart! The Art of E-commerce appears in the <title></title> tags. The rest of it I've alreaady fixed. I just can't recall how to pull it out of the title tags. I've done it before, but I've slept since then.
... sure if you can catch me, I'm quite shy. :laugh:
You're very welcome. I did review your other query and I wasn't sure about the custom template set up. However, if the bottom "New Products" is hard linked into the template's tpl_footer.php... perhaps, you can change the text and link direction there. Also, same as the top... if the template's tpl_header.php is the same way, then you can change the link direction and modify a new image to reflect the new link. But, the files may use PHP controlled linking and that may require more work... which I'm no good at. :(
Yea, if it was a standard html style link love i could knock it out, but it's what is below. I know how to change the header and footer to 'look' the way I want it to, and once I know how to link 'one' of them I'll know how to link all 3. I thought about trying to find the data in the 'more info' box but no luck there unless I'm looking at the wrong file.
Thanks Clyde but that didn't do it. In fact, I get a blank page when I try that which i think means there is a syntax error of some sorts but since I'm not a PHP master I can't spot it.
So what I did was I turned on the 'more information' side box, then turned on my status bar in my browser so i could see how the link to page 2 was working. I saw that it pointed to index.php?main_page=page_2 So i figured I'd add the main_page=page_2 after the & and see what happened, ROCK ON!