sjd256 Posted December 2, 2004 Posted December 2, 2004 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
timisnumber9 Posted December 2, 2004 Posted December 2, 2004 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
sjd256 Posted December 2, 2004 Author Posted December 2, 2004 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 <{POST_SNAPBACK}> Thanks again though and any further help is appreciated! Cheers Steve
♥Vger Posted December 2, 2004 Posted December 2, 2004 The appearance of all 'boxes' is controlled by stylesheet.css Vger
sjd256 Posted December 2, 2004 Author Posted December 2, 2004 The appearance of all 'boxes' is controlled by stylesheet.css Vger <{POST_SNAPBACK}> 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.