
Originally Posted by
algirard8
Well I am looking at adding another button on the navagation bar. Like next to the shopping cart button I would like to put a button that I could put a link to another page. I would like this button to link back to the main site which is
www.clglampwork.com cause the shopping cart is within the same domain but in its own folder. As for the faq I have the faq module located here
http://www.zen-cart.com/index.php?ma...roducts_id=329 that I was going to install. I was wondering what i would need to do to have this under the unsubscribe button. I have attached a picture with the spots labeled and circled where I would like to add the buttons. Thank you very much for all the help!
Ok, sorry for the confusion, LOL... You're calling it a "button" and to me, a button is like clicking "Submit Reply" when you finished writing a post. Adding a button to the top menu would require a different method, than just adding a new link to it like you would like to do.
The FAQ button underneath unsubscribe instructions are in my post above.
To add the new link after "Shopping cart" first find this section:
Code:
<?php } else { ?>
<li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
<?php } ?>
Directly after that, just add your new link:
Code:
<li><a href="http://www.clglampwork.com/">Name of link here</a></li>
Bookmarks