Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

On the front page of store where it says "New Products for Janurary" where is this box defined?


OsCStyles

Recommended Posts

Posted

On the front page of store where it says "New Products for Janurary" where is this box defined?

 

I would like to comment out the text so that I can add an image in the header instead.

Posted
On the front page of store where it says "New Products for Janurary" where is this box defined?

 

I would like to comment out the text so that I can add an image in the header instead.

 

its under (catalog)/includes/modules/new_products.php

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Posted

It's in the /includes/languages/english/index.php in line 14

 

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

Posted
It's in the /includes/languages/english/index.php in line 14

 

define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');

 

 

Ok, but how do I remove totally from the store front? So that nothing is there?

Posted
Ok, but how do I remove totally from the store front? So that nothing is there?

 

This is a silly question. Read index.php (the code) as best you can. it will give you a better understanding of how things are laid out.

As for your question, the New Products box is included in the page with require('includes/modules/new_products.php')

Find that line and comment it out or delete it.

Archived

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

×
×
  • Create New...