Hi
I'm wanting to change the link text under the headers in the left column, but I want different link text for different sections.
For example, the line:
defines the link under the headers, provided there is content in that section. However I want the shopping cart link to read "View cart". So, I created the line:Code:define('BOX_HEADING_LINKS', ' [more]');
in the english.php file but I don't know how to implement this, as I cannot find reference to "BOX_HEADING_LINKS" in any file to be able to change it to "BOX_HEADING_CART_LINK" which i created. Can anyone help?Code:define('BOX_HEADING_CART_LINK','View Cart');
Thanks![]()



