Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

READ THIS


postman

Recommended Posts

Posted

I need to remove The new products categorie/box/table or whatever it is. In my store it reads : TABLE_HEADING_NEW_PRODUCTS

 

 

I have been searching through all of the files >_< and can not find it. Can someone please help me out. THANX

Posted
I need to remove The new products categorie/box/table or whatever it is. In my store it reads : TABLE_HEADING_NEW_PRODUCTS

I have been searching through all of the files >_< and can not find it. Can someone please help me out. THANX

 

 

Hi,

 

a link would help ... or at least the page from the url. What I do not understand is do you want to repair it so the correct text shows, or do you want to remove the infobox?

 

We are probably talking about index.php, where the code shows 2x the occurence of include .... new_products. You'd need to comment it out if you do not want that box at all.

 

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

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
Hi,

 

a link would help ... or at least the page from the url. What I do not understand is do you want to repair it so the correct text shows, or do you want to remove the infobox?

 

We are probably talking about index.php, where the code shows 2x the occurence of include .... new_products. You'd need to comment it out if you do not want that box at all.

 

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

 

Thanks Monika- here is the link. http://www.uspostandfence.com/order/nfoscomm/catalog/

Ive found the script you mentioned, still not sure though how to remove it. I tried playing with it, but what ive done either removes everything but the left and right columns or does nothing.

Posted

The code resides in two places on the index.php. Remove the code and the tags or simply comment it out.

 

Example:

//<tr>

//<td><blah blah></td>

//</tr>

 

Good luck,

Moon

"Woohoo, Just Havin Funnn!"

Posted
Thanks Monika- here is the link. http://www.uspostandfence.com/order/nfoscomm/catalog/

Ive found the script you mentioned, still not sure though how to remove it. I tried playing with it, but what ive done either removes everything but the left and right columns or does nothing.

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

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

Thanks everyone. I got it now. Newbies are probably a big pain in the butt huh? Ive been at this for a week now, i had a guy that was doing this for me and he bailed on me. Thanks again!

Posted
Thanks everyone. I got it now. Newbies are probably a big pain in the butt huh? Ive been at this for a week now, i had a guy that was doing this for me and he bailed on me. Thanks again!

 

we all had our newbie times and questions ... don't you worry!

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...