thank you!
thank you!
Alright, I have added in
<li><a href="/zencart/index.php?main_page=new_define_page">New Define Page</a></li>
to the tpl_header.php file. I have changed new_define_page to be the title of what I want the tab to show. This didn't make the tab appear, so I messed around with deleting zencart for the code, or the index.php?main_page, etc. Nothing has seemed to make the tab appear. I assume I need to check or add this coding in a different file as well (index.php)? Or do I need to activate something in ZC admin?
nevermind I found where else to add the code: index.shtml. Thanks for the help!
The new links are still not going to the pages they are supposed to. What is the exact name of the page (filename, not the text you want to display)?
You are correct glenn. The url for the pages that pop up is
http://mypetfection.com/zencart/inde...ge=Pet_Parties
and
http://mypetfection.com/zencart/inde...page=Wholesale
I assume I need to change a URL somewhere?
And in case I didn't understand your question correctly:
this is what I put in the index.shtml file (which was under html, not zencart):
<li><a href="/zencart/index.php?main_page=Pet_Parties">Pet Parties</a></li>
<li><a href="/zencart/index.php?main_page=Wholesale">Wholesale</a></li>
Everything about the URL looks ok. How is it that you get to see the new define pages at all? The link code you show should work if those are indeed the define filenames. It could be that you have missed a step in creating the new pages - it is a complex process.
perhaps I should check the Define Filenames. Where should I go to do that?