
Originally Posted by
A-1 Electronics
Why can I not find the RMA link or form with in my site. I can find in the admin - config panel. I can also make changes to what is contained in the drop down menu. However I can not figure out how to make it show up in the Informaiton side box.
The readme file contains the following code for adding the Returns page to the information sidebox
Code:
if (DEFINE_RETURNS_STATUS <= 1) {
$information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
}