Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Index Page


Guest

Recommended Posts

Posted

Hello,

 

I am tring to find what files is the index page middle below the New Products area.

 

There I would like to put some text under the New Products and not sure were this is. I know the right and left without problems. The top is simple.

 

Thanks for any help.

 

Larry

Posted
Hello,

 

I am tring to find what files is the index page middle below the New Products area.

 

There I would like to put some text under the New Products and not sure were this is.  I know the right and left without problems. The top is simple.

 

Thanks for any help.

 

Larry

 

 

the index page is basically separated into 2 sections:

 

1 ) display categories if we have any

 

2) display the default/main page.

 

 

so where do you want to put your content ?

Treasurer MFC

Posted

I'm going to add to this question. :) I am not a computer tech, and I'm just starting with getting my store together. I don't see how I can write in the index. I try to type something, and it won't take it. There is an error message too.

 

Error: I can not write to this file. Please set the right user permissions on: /home/perkypa/public_html//index.php

 

Thanks. Sorry to cut in on your question.

 

Tonya

Posted
I'm going to add to this question.  :)  I am not a computer tech, and I'm just starting with getting my store together.  I don't see how I can write in the index.  I try to type something, and it won't take it.  There is an error message too.

 

Error: I can not write to this file. Please set the right user permissions on: /home/perkypa/public_html//index.php

 

Thanks.  Sorry to cut in on your question.

 

Tonya

 

You will need to CHMOD your files with this error so they are readable and writable - try a value of 766 or 777 if this doesn't work.

There was a post a day or two ago on here about the process you should go through.

Try this here: http://www.oscommerce.com/forums/index.php?sho...46entry301646

 

Luke

Posted
Hello,

 

I am tring to find what files is the index page middle below the New Products area.

 

There I would like to put some text under the New Products and not sure were this is.  I know the right and left without problems. The top is simple.

 

Thanks for any help.

 

Larry

 

In your index.php file look for

 

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

 

that is the call for the new products box so you to make your addition there.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Posted
In your index.php file look for

 

<td><?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>

 

that is the call for the new products box so you to make your addition there.

 

Thanks! For anyone who wants to do this NOTE:: Seach for the above search. There will be TWO matches. The second one is the one you want. Hope this helps everyone else... Once again thanks !

Archived

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

×
×
  • Create New...