Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Products are...


Krypt

Recommended Posts

Posted

Can the New Products area be removed?

 

I figure it is some sorta Box I can remark out but just cant find it so I am not sure.

Any help would be appreciated.

 

Tom

Posted

The one that sits in the middle of your shop's filename is called new_products.php. The small Whats New infobox (in the left or right column) filename is called whats_new.php. A simple Grep or Search/Find in your main oscommerce and includes directory will pretty much point you to which files you need to modify. Also there is another post on the forums here that explain exactly how to do it so a search here might be helpful.

Kenneth S

--------------

Customer "Are you a real programmer?"

Me "No, but I did stay at a Holiday Inn Express last night"

Posted

it is the new products box catalog/index.php

 

catalog/index.php

 

Try looking for this around line 121

 

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

change to this

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

 

This around line 313

 

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

change to this

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

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...