osCmax v2.5 User Manual
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Featured Products installation error - HELP please

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 ...

      
  1. #11
    Member
    Join Date
    Jun 2004
    Location
    UK
    Posts
    56
    Rep Power
    0


    Default Re: RE: Featured Products installation error

    Quote Originally Posted by msasek
    You need to define FEATURED_PRODUCTS in the content section of /includes/filenames.php so it knows what the file name is...
    Still banging away at it.
    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.

  2. #12
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default RE: Re: RE: Featured Products installation error

    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


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #13
    Member
    Join Date
    Jun 2004
    Location
    UK
    Posts
    56
    Rep Power
    0


    Default RE: Re: RE: Featured Products installation error

    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.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Anyone have FEATURED PRODUCTS installed?
    By FlipC in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 09-27-2006, 07:41 PM
  2. Featured Products HELP Please.
    By lil-raskals in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-07-2004, 05:51 AM
  3. Featured Products
    By Stu in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 09-13-2004, 06:42 PM
  4. cieto featured products in MS2-MAX1.5
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 04-02-2004, 09:29 AM
  5. Featured Products contribution
    By janus in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 10-08-2003, 09:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •