Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

configure default to index but don't have define in top app.


Guest

Recommended Posts

This is what I found to do:

 

Step 1 - Rename catalog/default.php to index.php

 

Step 2 - Rename catalog/includes/languages/YOUR LANGUAGE/default.php to index.php

 

Step 3 - Open catalog/includes/application_top.php and change define('FILENAME_DEFAULT', 'default.php');

to

define('FILENAME_DEFAULT', 'index.php');

 

When I Open catalog/includes/application_top.php there is no ('FILENAME_DEFAULT', 'default.php');

 

to change. What should I do? Just add it in?

Link to comment
Share on other sites

Hi,

 

Check line 64 within application_top.php file, and then the define FILENAME_XXXX. Just below the following line.....

FILENAME_CREATE_ACCOUNT_SUCCESS

you shold see the default.php which you will need to change to index.php to complete your changes.

 

Hope this helps. Good luck.

 

Guillermo H.

------------------------------------------

My life's........ A work-in-progress :P

------------------------------------------

Guillermo Huapaya Jr

www.decorativemerchandise.com

[email protected]

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...