
Originally Posted by
stanb17
OK,
I loaded up the "Default" template and I can see it fine.
Is this MOD limited to the ZenCart "default" template and AppleZen only?
If someone can tell me how to get it into Deluxe Boot Store template, that would be awesome. There is a lot more going on in this template than the default.
Thanks
Stan

In the readme, it tells you how to get it into the file:
Code:
3. If you have heavily modified your includes/templates/YOUR_TEMPLATE/common/tpl_header.php, instead of uploading the tpl_header.php included in this download, you can simply add this to your header where you'd like the css menu to appear:
<!--bof-drop down menu display-->
<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
<!--eof-drop down menu display-->
<div class="clearBoth"></div>