Quote Originally Posted by helpme View Post
Okay, so I have a really stupid question, and I apoligize for it now, but how do my customers find the page unless I put it in the drop down menu? And if I am not understanding and the customer doesn't actually use this, I do, how do I find it? I am really sorry, my day is not starting right!
from the readme.txt of the contribution:

To add the link in your Information sidebox, copy the following code and add it in the desired location in includes/modules/sideboxes/YOUR_TEMPLATE/information.php:

if (DEFINE_RETURNS_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}

(If you want it in the more_information sidebox, change $information[] to $more_information[] and add it to includes/modules/sideboxes/YOUR_TEMPLATE/more_information.php)