(note: I've added this to another forum as well, but this one seems more alive - so here comes...)
Hi,
I'm using Oscommerce with MS2 and have been trying to install the Featured Products add-on.
However, there are certain parts of the instructions that lead to files that simply don't exist in my directory structure.
Having otherwise completed the installation - the system is not working. From the admin side I cannot access and edit the Featured Products list (in the catalog box). The home page of my website shows a blank where the box should be for the featured products. Can someone help me?
Here's the instructions I was unable to follow:
Step 3:
Add the following lines to /catalog/admin/includes/filenames.php: -- this file does not exist in this directory
define('FILENAME_FEATURED', 'featured.php');
define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php');
Step 4:
Add the following line to /catalog/admin/includes/database_tables.php: -- this file does not exist in this directory
Step 5:
Edit the file /catalog/admin/includes/boxes/catalog.php - this file does not exist in any of my directories
Step 6:
Edit the file /catalog/admin/includes/languages/english.php:
Find: define('BOX_CATALOG_PRODUCTS_EXPECTED', 'Products Expected'); --- this line does not exist in this file on my system