Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Featured Products


agcadmin

Recommended Posts

Posted

I have installed the Featured Products contribution. I'm having one problem. When you click on the Featured Products link in the middle of the page you get a HTTP 404 - File not found. It seems to be looking for my url/FILENAME_FEATURED_PRODUCTS. Is anyone else having this problem with this contribution?

 

Many Thanks!

Posted

Sounds like a step to define the page is missing or was skipped.

 

You need to add

define ('FILENAME_FEATURED_PRODUCTS','featured.php');

to your /includes/filenames.php

 

I may be wrong about the page name featured.php. You will need to double check the contribution to see what the page is that goes into your catalog folder.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted
Sounds like a step to define the page is missing or was skipped.

 

You need to add

define ('FILENAME_FEATURED_PRODUCTS','featured.php');

to your /includes/filenames.php

 

I may be wrong about the page name featured.php. You will need to double check the contribution to see what the page is that goes into your catalog folder.

 

Sorry about the double post. ?You were correct. I just needed to add define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); to /includes/filenames.php which was not in the contribution instructions. Thanks!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...