This is a discussion on Featured Products installation error - HELP please within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Originally Posted by msasek You need to define FEATURED_PRODUCTS in the content section of /includes/filenames.php so it knows what the ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#11
| |||
| |||
| Quote:
Going to give up soon as getting nowhere. This is already defined in /includes/filenames.php define('FILENAME_FEATURED', 'featured.php'); define('FILENAME_FEATURED_BOX', 'featured.php'); define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); Still working 100% on my local server. Not working on the main server ??There must be a reason why the whole right hand column is missing. It's proving to be a tough nut to crack. |
|
#12
| ||||
| ||||
| You are not looking in the right place... It is not defined in filenames.php down there. It will be defined in content section, not the filenames section. You need a line like this: define('CONTENT_FEATURED_PRODUCTS', 'featured_products'); It is not looking for featured_products.php it is looking for featured_products.tpl.php Then you need to fix your featured_products.php to look for CONTENT_FEATURED_PRODUCTS instead of FEATURED_PRODUCTS That was your issue all along... You changed $content = CONTENT_FEATURED_PRODUCTS; To read just... $content = FEATURED_PRODUCTS; When what you should have done was just add define('CONTENT_FEATURED_PRODUCTS', 'featured_products'); to your filenames.php file in the BTS content section.
__________________ Michael Sasek osCMax Developer
|
|
#13
| |||
| |||
| Thanks Michael. This is now finally sorted. The original instructions are pretty simple to follow. I just had to make a couple of additional minor changes to make it BTS compatible. |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone have FEATURED PRODUCTS installed? | FlipC | osCMax v2 Customization/Mods | 0 | 09-27-2006 07:41 PM |
| Featured Products HELP Please. | lil-raskals | osCommerce 2.2 Modification Help | 0 | 10-07-2004 05:51 AM |
| Featured Products | Stu | osCMax v1.7 Discussion | 3 | 09-13-2004 06:42 PM |
| cieto featured products in MS2-MAX1.5 | Anonymous | osCMax v1.7 Discussion | 1 | 04-02-2004 10:29 AM |
| Featured Products contribution | janus | osCommerce 2.2 Modification Help | 0 | 10-08-2003 09:36 AM |