Here is a little trick I did. I wanted to change the title "Categories" on my infobox header to "Website Template Categories". Initially I would go into catalog/include/language/english/core.php to make that change, but since oscmax is in a fast pace development sequence right now, you can simply go to catalog/templates/yourcustomtemplate/boxes/box.tpl.php and write something like this in there...
A quick and dirty version of system override, but at least you didn't touch the core files! Read more on box editing when you download your oscmax site and set the template in your admin to "help-text".Code:... <td class="infoBoxHeading" width="100%" ><?php if($boxHeading == "Categories"){ echo "Website Template Categores"; }else { echo $boxHeading; } ?></td> ...





LinkBack URL
About LinkBacks












Bookmarks