Hi,
I've installed MAX 1.5 and it seems to be working great. I'm still getting used to the template structure and I'm thinking that's where my problem is. I'm trying to install Featured Products v1.3
http://www.oscommerce.com/community/contributions,651 and I've got everything uploaded and installed. The install instructions are a bit outdated but I set it up the same way I did under
OSC MS2. In any event, my problem is that it's not showing up in the admin panel for me to turn on some featured products. The line in question is in admin/includes/boxes/catalog.php:
Quote:
|
tep_admin_files_boxes(FILENAME_FEATURED, BOX_CATALOG_FEATURED) .
|
Under the old MS2, it was:
Quote:
|
'<a href="' . tep_href_link(FILENAME_FEATURED, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CATALOG_FEATURED . '</a><br>' .
|
I've not added something to the admin panel in MAX before and I'm hoping there is something stupid I'm missing. Both the filename_featured and box_catalog_featured are defined and point to real files, it just doesn't show up in the admin. Is there anything special I need to do to get the admin panel to see the extra link? Maybe caching somewhere? Thanks!
Stu