Alright I would like to add additional links to the more information sidebox here is what I have done so far. I feel like I am really close but just can't finish it up:
1) In store/includes/languages/english.php
line 155ish – add something like "define('BOX_INFORMATION_PAGE_5', 'Test');"
2) In store/includes/languages/english
Create the new file named 'page_5'
3) In includes/modules/sideboxes/more_information
line 25ish - add something like :
" if (DEFINE_PAGE_5_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_5) . '">' . BOX_INFORMATION_PAGE_5 . '</a>';
}"
4) In includes/filenames.php
line 109ish add something like:
"define('FILENAME_PAGE_5', 'page_5');"
Any information would be most appreciated.




