Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to eliminate or add


Esquire

Recommended Posts

Posted

I am trying to eliminate (is it a table or box??) NEW PRODUCT FOR %s object from my store (it is still offline).

At the same time how do I get to create some other objects within osCommerce. Why am I asking these is that I was trying to identify where in osCommerce objects are defined and could figure only few elements (such as changing the name of the object I just want to eliminate (this one is called TABLE_HEADING_NEW_PRODUCTS) but I cannot find that table definition nor place of utilization so I cannot erase it.

 

Thanks

Posted

I think you are asking how you remove the New Product box on the home page?

 

This is part of index.php.

Posted

Yes, that was the question and I somehow do understand that it is a par of index.php but I cannot find that particular object in it !!!?????

Posted
Yes, that was the question and I somehow do understand that it is a par of index.php but I cannot find that particular object in it !!!?????

somewhere around

 

<tr>

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

</tr>

 

<?php

include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS);

Archived

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

×
×
  • Create New...