I wasn't sure which support thread this needed to be in (this one or the Footer Menu), so I picked this one. :)
I just installed the Return Authorization mod on our 1.3.9d cart. I've installed this mod many times before and as usual everything went smooth except for one issue this time.
I also have the Footer Menu mod installed.
So I replaced the 'Privacy' link under Customer Service with the Returns link info and I *think* I've double checked everything.
In the /includes/languages/english/extra_definitions/MY TEMPLATE/footer_menu_defines.php
I found:
Code:
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Replaced it with:
Code:
Define('RETURNS', '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a></li>');
Then I found:
Code:
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . ACCOUNT . CONTACT . SHIPPING . CONDITIONS . PRIVACY . '</ul></dd>');
And replaced it with:
Code:
Define('CUSTOMER_SERVICE', '<dd class="third">
<ul>' . TITLE_THREE . ACCOUNT . CONTACT . SHIPPING . CONDITIONS . RETURNS . '</ul></dd>');
The link works perfect, but in my footer menu it still says: BOX_INFORMATION_RETURNS.
I've checked the includes/languages/english/extra_definitions/MY TEMPLATE/returns_defines.php file and it looks fine.
It says:
Code:
define('BOX_INFORMATION_RETURNS', 'Returns & Exchanges');
I tried adding the code specified in the Readme/Install file in the includes/modules/sideboxes/YOUR_TEMPLATE/information.php and the more_information.php files.
Yes - I did change the YOUR_TEMPLATE to my template's name. :)
I know I must have missed something else, but for the life of me can't figure out what.
Here is a link to our site so you can see: http://www.nybikergear.com
Any help is greatly appreciated! :)
Bookmarks