Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

text under new products box


dreamer_ba

Recommended Posts

Yes.

 

You can create a define in the language file... using the text_main as an example then add the code to the index.php where you want it to show up.

 

for an example in includes/languages/english/index.php make

define('TEXT_MAIN_BOTTOM', 'this would be the text under the new products');

 

then on index.php add

<tr>

<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>

</tr>

<tr>

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

</tr>

under

<tr>

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

</tr>

Wendy James

 

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...