Quote Originally Posted by penzman View Post
Strange, I did not get rid of the Shopping Cart in the horiz. menu. Thinking maybe I had messed up something, I did a fresh install. Now, following your same instructions, the whole horizontal menu disappears....
You are taking out too much. ONLY take out this section:

<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
</ul>
</li>
<?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 } ?>

The bottom of that file should look like this:


</ul>
</li>
</ul>
</div>
</div>


While your is like this:

</li>
</ul>
</div>
</div>