Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installation-Step 2 "Copy Files"


ctlee15

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...