ctlee15 0 Posted August 28, 2011 Hello Group, I posted this question earlier to a different forum but thought it might be more appropriate for this forum. I was able to download the appropriate file and am in the process of installing the add-on (by the way, the Install Text file is great!). Could you please clarify one thing for me: Step 2 of the "Copy Files" section state: "Step 2: FTP all of the files and folders inside the New Files folder. Copy the directory structure that came with this archive, as it is." The New_Files folder contains admin and includes files and a featured_products php file. I understand that I need to FTP these folders and files to the server. I do not understand when the directions state: "copy the directory structure that came with this archive, as it is." Could you please clarify that?? Best, Christopher Share this post Link to post Share on other sites
♥DunWeb 921 Posted August 28, 2011 Christopher, It means, if the file in the download is in the /includes/ directory...........then you must upload that file to the /includes/ directory on your server. So, upload the files contained in the download to the correct directories on your server. Chris :|: Was this post helpful ? Click the LIKE THIS button :|: See my Profile to learn more about add ons, templates, support plans and custom coding (click here) Share this post Link to post Share on other sites
ctlee15 0 Posted August 28, 2011 Christopher, It means, if the file in the download is in the /includes/ directory...........then you must upload that file to the /includes/ directory on your server. So, upload the files contained in the download to the correct directories on your server. Chris Hi Chris, Thank you for your help on this. Best, Christopher Share this post Link to post Share on other sites
ctlee15 0 Posted August 28, 2011 Christopher, It means, if the file in the download is in the /includes/ directory...........then you must upload that file to the /includes/ directory on your server. So, upload the files contained in the download to the correct directories on your server. Chris Thank you again. Does it matter if the following lines are addedd to the beginning or end of the filenames.php file? Manual Edits Step 3: Add the following lines to /catalog/admin/includes/filenames.php: // BOF: Featured Products define('FILENAME_FEATURED', 'featured.php'); define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); define('FILENAME_SELECT_FEATURED', 'select_featured.php'); Thanks in advance.. Best, Christopher Share this post Link to post Share on other sites
pdcelec 29 Posted August 28, 2011 Thank you again. Does it matter if the following lines are addedd to the beginning or end of the filenames.php file? Manual Edits Step 3: Add the following lines to /catalog/admin/includes/filenames.php: // BOF: Featured Products define('FILENAME_FEATURED', 'featured.php'); define('FILENAME_FEATURED_PRODUCTS', 'featured_products.php'); define('FILENAME_SELECT_FEATURED', 'select_featured.php'); Thanks in advance.. Best, Christopher It does not matter whether the lines are added to the beginning or end of the file HOWEVER, the convention is to add them to END of the file BEFORE the closing ?> Share this post Link to post Share on other sites
ctlee15 0 Posted August 28, 2011 It does not matter whether the lines are added to the beginning or end of the file HOWEVER, the convention is to add them to END of the file BEFORE the closing ?> Thank you for the feedback. Best, Christopher Share this post Link to post Share on other sites