Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing main page layout?


theconversionplace

Recommended Posts

Hey!

 

Well to change your frontpage (catalog/index.php)

 

You can either look in your language file (catalog/includes/languages/english/index.php)

 

There you will see some text you could replace with nice HTML code.

 

Other than that, you might want to include a different HTML file to easely customize the text/images on there, you can do that and remove various other modules in catalog/index.php

 

For instance you can remove the new products module there, to free up some space for your new static content.

Link to comment
Share on other sites

Hey!

 

Well to change your frontpage (catalog/index.php)

 

You can either look in your language file (catalog/includes/languages/english/index.php)

 

There you will see some text you could replace with nice HTML code.

 

Other than that, you might want to include a different HTML file to easely customize the text/images on there, you can do that and remove various other modules in catalog/index.php

 

For instance you can remove the new products module there, to free up some space for your new static content.

 

How do i access catalog/index.php? I can't seem to access any of the code to change it.

Link to comment
Share on other sites

Paul,

If everything else fails, you have a file manager in "Tools"

Open this file manager, click the icons to get to includes/languages/english.

Click the filename "index.php"(not the icon) and push the edit button in the top-right region of the browser window.

 

Edit the text in:

define('TEXT_MAIN', ' Here\'s your own content! ');

 

//Micke

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...