Results 1 to 10 of 649

Threaded View

  1. #11
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    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 &amp; 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! :)
    Last edited by Boggled; 7 Sep 2010 at 07:43 PM.
    I'll finish that project tomorrow, I've made enough mistakes today!

 

 

Similar Threads

  1. v151 Flexible Return Authorization (RMA) for ZC v1.5.x [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 167
    Last Post: 11 Apr 2021, 08:56 PM
  2. Return Authorization Module
    By itspec in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 10 Feb 2009, 11:29 PM
  3. Return Merchandise Authorization (RMA) Module Follow-up
    By killertofu in forum Managing Customers and Orders
    Replies: 1
    Last Post: 11 Aug 2008, 11:13 PM
  4. Return Authorization Module (RMA)
    By dscott1966 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Nov 2006, 08:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR