Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving main text on front page


Guest

Recommended Posts

Posted

Can someone tell me..

 

How do I add main text or move the current man text to the bottom of my main page so it is beneath the new products section oscommerce instead of or as well as at the top by the log in text?

 

Many thanks

Simon

Posted

catalog>INDEX.PHP LINE 307

 

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

 

Swap with line 313

 

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

Posted

Many thanks, works a treat!

 

 

catalog>INDEX.PHP LINE 307

 

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

 

Swap with line 313

 

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

Archived

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

×
×
  • Create New...