Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box appearance problem


sjd256

Recommended Posts

Posted

Hi all,

 

I hope someone may be able to help with the following -

have spent quite a bit of time sratching my head and have

probably been looking at it too long.

 

I want to change the header box of the new products that

appears in the middle of the page. The box where it says

"new product for December"

 

I only want to change this box as I have the others as I want

them.

 

What is the best way of going around the above and whereabouts

in the new_products.php would I make the changes.

 

Have managed to sort everthing else out but am just getting

stuck on this bit.

 

Any help would be greatly appreciated as i'm running out of coffee

and cig's :blush:

 

Cheers

 

Steve

Posted

To change the 'Featured products for December' to what ever you like go to:

 

catalog\includes\languages\english\index.php

 

and on about line 14 you will see:

 

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

 

Change the second part to what ever you want.

 

eg:

 

define('TABLE_HEADING_NEW_PRODUCTS', 'NEW TITLE GOES HERE');

 

 

HTH

 

Cheers, Tim

Posted

Tim,

 

Many thanks for that but I may not have explained myself

properly. I am after changing the appearance of the graphics/header

for that box only i.e. I want to change the look of the title box surrounding

the bit that says New Products for...

 

To change the 'Featured products for December' to what ever you like go to:

 

catalog\includes\languages\english\index.php

 

and on about line 14 you will see:

 

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

 

Change the second part to what ever you want.

 

eg:

 

define('TABLE_HEADING_NEW_PRODUCTS', 'NEW TITLE GOES HERE');

HTH

 

Cheers, Tim

 

Thanks again though and any further help is appreciated!

 

Cheers

 

Steve

Posted
The appearance of all 'boxes' is controlled by stylesheet.css

 

Vger

 

Yes thanks I appreciate that and can make the modification

on that and write a seperate part for this box - but where in the

php code is that called from.

 

I am wanting to change new_products.php so if I could

find out where in the code the stylesheet is being called from

for the header part of the box then I can probably change it.

 

Thanks again - appreciate your help

 

 

Cheers

 

Steve

Archived

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

×
×
  • Create New...