Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add information to the index page


delite163

Recommended Posts

Posted

Hi,

I need some help in understanding how to edit the index.php in includes/languages/english. I don't see a place to add some html. I was able to add html to the shipping and returns page etc with no problems.

 

Is there an html index page that comes with oscommerce?

 

I also would like to widen the info boxes.

 

thanks

delite163

Posted
Hi,

I need some help in understanding how to edit the index.php in includes/languages/english.  I don't see a place to add some html.  I was able to add html to the shipping and returns page etc with no problems. 

 

Is there an html index page that comes with oscommerce?

 

I also would like to widen the info boxes.

 

thanks

delite163

 

 

THE PAGE YOU ARE LOOKING FOR IS CATALOG/INCLUDES/LANGUAGES/ENGLISH/INDEX.PHP

REMEMBER BACKUP, BACKUP AND BACKUP

Posted

On the page steve mentioned look for

define('TEXT_MAIN', '');

and edit what is between the ' and '

 

the column width is in your catalog/includes/application_top.php

// customization for the design layout

define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Posted
On the page steve mentioned look for

define('TEXT_MAIN', '');

and edit what is between the ' and '

 

the column width is in your catalog/includes/application_top.php

// customization for the design layout

  define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

 

 

Thanks Wendy,

I'll give a try.

 

OS Rocks

Delite163

Archived

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

×
×
  • Create New...