Aido Posted May 6, 2006 Posted May 6, 2006 Hi all, I bought a commercial template and installed it. Only after I installed it did I realise that the boxes for "Categories" and "Best Sellers" are missing (I thought they would have shown up as they are there by default). How do I add these back in? I found a few posts on how to add in new boxes but they didn't specify where the code to call these boxes comes from. Any help is greatly appreciated. Cheers, Aido.
ddp Posted May 6, 2006 Posted May 6, 2006 Hi all, I bought a commercial template and installed it. Only after I installed it did I realise that the boxes for "Categories" and "Best Sellers" are missing (I thought they would have shown up as they are there by default). How do I add these back in? I found a few posts on how to add in new boxes but they didn't specify where the code to call these boxes comes from. Any help is greatly appreciated. Cheers, Aido. In catalog/includes/column_left.php include(DIR_WS_BOXES . 'categories.php'); for categories Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
Aido Posted May 7, 2006 Author Posted May 7, 2006 In catalog/includes/column_left.php include(DIR_WS_BOXES . 'categories.php'); for categories Hi Michael, Thanks for your reply. I tried it but it still doesn't show up. I think this template must have some other code stripped out from somewhere else. Any other ideas of where to check? Cheers, Aidan.
Guest Posted May 7, 2006 Posted May 7, 2006 some of these templates move the box code into the catalog\includes\header.php. Look there also.
Aido Posted May 7, 2006 Author Posted May 7, 2006 some of these templates move the box code into the catalog\includes\header.php. Look there also. Hey enigma1, Thanks for pointing me in the righht direction. You're right, the header.php file does contain the code for the boxes that are currently on display (Currency, language and manufacturers). now I just need to paste the code in there for Top 10 products and Categories. Any ideas where I can find this code to paste in? Thanks a mil, Aidan.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.