Created
April 16, 2012 01:08
-
-
Save josephfinlayson/2395705 to your computer and use it in GitHub Desktop.
Quick and dirty way for adding information pages on the top OpenCart Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create a top level category in opencart - call it 'about us' | |
Add description, set it to show on the top level | |
Click on it. It looks great, it shows the information you want it to show... but it says this: | |
There are no products to list in this category. | |
Get rid of it to navigating to: | |
catalog/view/theme/default/template/product/category.tpl | |
and deleting: | |
<?php } ?> | |
<?php if (!$categories && !$products) { ?> | |
<div class="content"><?php echo $text_empty; ?></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment