Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Two questions- email issue and remove a box


Guest

Recommended Posts

First question: When an email is sent it is changing r to n still,

Second question: Remove new products for month box, I have read past posts and tried this but when i do this it removes the box but puts n's on product catigory pages.

 

Thanx

Link to comment
Share on other sites

well, can't help with the email but New Products is linked to:

 

FILENAME_NEW_PRODUCTS . If you do a find and replace for this text, maybe you can safely remove it. Also note that the box is under includes/modules/new_products.php

Link to comment
Share on other sites

  • 2 weeks later...

You also remove this from the index.php (line 319)

 

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

 

or replace it with this

 

<!-- <?php include(DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); ?> -->

 

Works fine by me.. no more New Products on my page

 

 

Rob

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...