Did as you said above no luck ... says Box_information_ret .. missing something

Quote Originally Posted by clydejones
That file goes in your template directory:
includes -> templates -> your_custom_template -> templates

Add this:
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';

in your includes -> modules -> sideboxes -> your_custom_template -> information.php file.

If you have everything else installed from the mod everything should work.

Let me know