Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove What's New Box From My Categories Page


Lukeslytalker

Recommended Posts

Never mind folks. I found it in my style sheet.

 

 

I dont think the answer is in the stylesheet???

 

 

Try removing or replacing <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> from your index page (around line 313)

Link to comment
Share on other sites

  • 1 month later...

i cannot seem to get rid of this new products box, I attempted to remove it from index.pgp in catalog, that did not work here is the cose from catalog/index.php\

// needed for the new products module shown below

$new_products_category_id = $current_category_id;

?>

</tr>

</table></td>

</tr>

<tr>

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

</tr>

<tr>

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

</tr>

</table></td>

</tr>

</table></td>

<?php

} elseif ($category_depth == 'products' || isset($HTTP_GET_VARS['manufacturers_id'])) {

// create column list

$define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL,

'PRODUCT_LIST_NAME' => PRODUCT_LIST_NAME,

'PRODUCT_LIST_MANUFACTURER' => PRODUCT_LIST_MANUFACTURER,

'PRODUCT_LIST_PRICE' => PRODUCT_LIST_PRICE,

'PRODUCT_LIST_QUANTITY' => PRODUCT_LIST_QUANTITY,

'PRODUCT_LIST_WEIGHT' => PRODUCT_LIST_WEIGHT,

'PRODUCT_LIST_IMAGE' => PRODUCT_LIST_IMAGE,

'PRODUCT_LIST_BUY_NOW' => PRODUCT_LIST_BUY_NOW);

 

im not exactly sure where it ends and what exactly i need to remove sorry im a newbie

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...