Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove "new products in month" and replace with text


avatar1919

Recommended Posts

Posted

hi

i can't seem to figure out how to delete on the main page the box in the middle with the heading "new products in April" and would like to replace this box with text only. Please help this newbie. thanks

Posted

Find this line of code in your /catalog/index.php

 

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

Be advised that this line is in there TWICE!

 

Alter it to this:

 

<!-- removed 04/19/08
		<td><?php //include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?></td>
//-->
		<td>Put your new text here!</td>

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...