Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Layout On Index Page


tacrossman

Recommended Posts

Posted

hi am creating a site for a customer (work in progress can be viewed here) and am basically wating to change the index page so that the new products info box is on top of the text_main part, seem like a basic thing to do but when i have tried re-arranging the layout in index.php i get parse errors......any help appreciated...thanks!

Posted

You need to locate this text

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

near the bottom of the file (it is declared twice)and move it above

		  <tr>
		<td class="main"><?php echo TEXT_MAIN; ?></td>
	  </tr>

The separator code should also be moved to adjust spacing.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Archived

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

×
×
  • Create New...