OsCStyles Posted January 9, 2006 Posted January 9, 2006 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.
mtechama Posted January 9, 2006 Posted January 9, 2006 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!
OsCStyles Posted January 9, 2006 Author Posted January 9, 2006 Ive added the header, an image. Now I see the text "New Products for Januruary." How do I get rid of that?
OsCStyles Posted January 9, 2006 Author Posted January 9, 2006 where is the text "New Products for ___" defined and how can I remove it?
bas Posted January 10, 2006 Posted January 10, 2006 It's in the /includes/languages/english/index.php in line 14 define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
OsCStyles Posted January 12, 2006 Author Posted January 12, 2006 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?
TheMJ Posted January 12, 2006 Posted January 12, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.