Guest Posted December 15, 2005 Share Posted December 15, 2005 Hello, I am going nuts trying to find any mention of this anywhere. When I click on one of my categories the products within it appear in the middle of the page in a products listing table. The order of the columns and which appear in this table is controlled in the admin page. I want to change the titles that my products are organized by in the table on this products listing screen. The defaults now are: Product Name+ Model Manufacturer Price Buy Now I would like to change Product Name and Model specifically. I am asumming this is possible as I saw another book site that had them as Book Title and Authors name instead of Product Name and Model. Once these are changed will my admin panel also reflect the same changes so I can order them the same way that the default titles behave. Thank you, Mike Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2005 Share Posted December 15, 2005 Does anyone have any information about how to do this? Surely it must be a simple change. Thank you. Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2005 Share Posted December 15, 2005 Those are controlled by the includes/languages/PICK YOUR LANGUAGE/index.php file. For example... define('TABLE_HEADING_PRODUCTS', 'Product Name'); . Link to comment Share on other sites More sharing options...
Guest Posted December 15, 2005 Share Posted December 15, 2005 Those are controlled by the includes/languages/PICK YOUR LANGUAGE/index.php file. For example... define('TABLE_HEADING_PRODUCTS', 'Product Name'); . Thank you veyr much! That worked great. The only issue and it really is not a big deal is that the text in the admin panel does not change to reflect this, you just have to remember what you changed it to so that you can set the order. Though once you set it you really don't need to look at this again. Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2005 Share Posted December 16, 2005 You could always track the appropriate headings down in the same location. The files names may be different though. Say, for example, you wanted to change the title on the Admin/Products Attributes page. Find the catalog/admin/includes/languages/english/product_attributes.php file and edit the define('HEADING_TITLE_ATRIB', 'Products Attributes'); line to read define('HEADING_TITLE_ATRIB', 'Cover Types'); That will change the title down towards the bottom of the Product Attributes section to indicate that this is where you add the different settings from the top two tables to the items, in your case, books. Just about every one of the files in both the catalog and the admin includes/languages/<LANGUAGE SELECTED> files have some sort of line in there to define a box, an area, etc. for osC. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.