
Originally Posted by
mrfixit
Hi jettrue, im getting there with the site, was just wondering if you know how to display an ez-page title?
Have a look at the following line from the drop_menu.php
*********
<li><a href="<?php echo zen_ez_pages_link(18); ?>"><?php echo SHIRT; ?></a></li>
**********
I have tried to type "Sports Shirt" however when update the menu
i get a blank shop, i am guessing it is somthing to do with title of the ez-page (page 18) how can i get the title of the page to display in the dropdown menu button.
( I know it can be done as the ez-page header can display them)
Iv tried HEADER_SPORTS_SHIRT but this just displays all the txt
Cheers
Mr(unable to)fixit
You're bang your head on the computer when you see this... (I've gotten stuck in the PHP rut myself), but just simply do it ike a normal link:
Code:
<li><a href="index.php?main_page=page&id=18&chapter=0">Sports Shirt</a></li>
I don't know that I've ever seen this:
<?php echo zen_ez_pages_link(18); ?>
.... did you just make that up? Or is that a real zen cart thing?
Bookmarks