Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Reorganize Index Page


tammyblalock

Recommended Posts

I've added my own text for index page, moved some of the info boxes from the left to the right and vice versa, but now I want to have my new products be displayed at the top of the Index page directly below the old "Let's see what we have here" text, (which I have since changed.)

 

I searched through the forum and the contributions for about 3 hours now and can't find instructions how to do this.

 

Could someone please point me in the right direction?

 

Thanks!

Link to comment
Share on other sites

I can't believe that none of the OS Commerce gurus in this forum have no idea what file I need to edit to be able to move the "what's new" box on the index page. All I want to do is have the "what's new" box display above the text I add on that page. (the big what's new box in the middle)

Link to comment
Share on other sites

On index.php search for the default page area. You'll see a table with a bunch of familiar looking table rows. Move the one for new products up within the table. Move the whole table row <tr> xxxxxxxx</tr> and place it between other table rows to maintain the proper structure.

Link to comment
Share on other sites

On index.php search for the default page area. You'll see a table with a bunch of familiar looking table rows. Move the one for new products up within the table. Move the whole table row <tr> xxxxxxxx</tr> and place it between other table rows to maintain the proper structure.

 

Thanks Dan, I'll try that.

Link to comment
Share on other sites

index page in the catalog folder?

 

or index page in catalog/includes/languages/english folder?

 

catalog/includes/languages/english if you want to change the text

 

If you want to change boxes play with the

catalog\includes\column_left.php for the Leftend boxes and

catalog\includes\column_right.php for the rightend.

 

You want to add something to the upper part? i'm not sure, but maybe you try the application_top.php

 

Good luck

Link to comment
Share on other sites

The english folder is only about the text. You'll see the elements named there and find those names in the true index page.

The actual index page is where you'll find those tables. (yes, catalog/index.php)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...