Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Letter "N" on catagory page


bmconv

Recommended Posts

Posted

After doing a clean install of ms2 I now get the letter N on my catagory page. This did not happen on projects I did with ms1

 

Anyone seen this and found a fix?

Posted

diggin deeper I discovered that the problem started when I removed the "whats new for month" box.

 

I read from the wiki site to do this

 

comment this line in catalog/default.php

 

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

 

to look like this

 

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

 

Now the new for month box is gone but when I go to categories I have a pile of "N"s starting at the top of page in a vertical line till the images start

 

I have ms2 so the default.php has been replaced with index.php but the line I commented is there

Archived

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

×
×
  • Create New...