plundercore Posted February 18, 2006 Posted February 18, 2006 Hi, As my store is a record store I would like to change all references to "Categories" and "Manufacturers" to "Genres" and "Labels". My question is - is this possible and easy (enough) to achieve? Thanks, Peter http://plundercore.net/catalog
♥14steve14 Posted February 19, 2006 Posted February 19, 2006 To change the box heading of categories open your catalog/includes/languages/english.php file and look for the following piece of code // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Categories'); Change the Categories to what ever you want it to be so it would look like // categories box text in includes/boxes/categories.php define('BOX_HEADING_CATEGORIES', 'Genres'); Look on the same page to find the section that deals with the manufacturers box, and do the same. REMEMBER BACKUP, BACKUP AND BACKUP
plundercore Posted February 19, 2006 Author Posted February 19, 2006 Great, thanks, it works a treat. One more question - where can I find the section to change the following popup menu when you click on a "Categories" (now "Genres"): "Let's See What We Have Here" Show: "All manufacturers" (this is a popup menu) Thanks again, Peter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.