OK, I am stumped...
How/where do I Hide/Suppress Specials and New Products on the main page?
Thanks,
Ken
This is a discussion on Hide/Suppress Specials and New Products within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; OK, I am stumped... How/where do I Hide/Suppress Specials and New Products on the main page? Thanks, Ken...
OK, I am stumped...
How/where do I Hide/Suppress Specials and New Products on the main page?
Thanks,
Ken
Duh.
Deleted these lines:
<tr>
<td><br><?php include(DIR_WS_MODULES . FILENAME_DEFAULT_SPECIALS); ?></td>
</tr>
<tr>
<td><br><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
</tr>
in index_default.tpl.php
Bookmarks