Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2010
    Posts
    79
    Plugin Contributions
    0

    Default Return Authorization Module not showing up

    using 1.3.9f, installed the mod making sure all files are present. I think it should show up in the information box where I currently have a "shipping and returns" link. Is this correct? I should see a return authorization link but don't see it anywhere. Should there be a form there for returns under shipping and returns when clicked? I have it turned on under configuration but cannot see the link anywhere. site is ezinks.net any help would be greatly appreciated.
    thanks,

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module not showing up

    Quote Originally Posted by dallison View Post
    using 1.3.9f, installed the mod making sure all files are present. I think it should show up in the information box where I currently have a "shipping and returns" link. Is this correct? I should see a return authorization link but don't see it anywhere. Should there be a form there for returns under shipping and returns when clicked? I have it turned on under configuration but cannot see the link anywhere. site is ezinks.net any help would be greatly appreciated.
    thanks,
    You won't see a link in the information sidebox until you modify the file to include the link.

    From the install_returns_authroization.txt which is included in the zip package.

    FILE MODIFICATIONS:

    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)

  3. #3
    Join Date
    Aug 2010
    Posts
    79
    Plugin Contributions
    0

    Default Re: Return Authorization Module not showing up

    I did that but had to remove it since it actually showed the coding
    if (DEFINE_RETURNS_STATUS <= 1) {
    $information[] = '<a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a>';
    }

    instead of a link. there was no "information.php" file there so I dropped this code in wordpad and named it information.php and uploaded it. Did I do this incorrectly? I could then see the codeing above but nothing worked or had links.

  4. #4
    Join Date
    Aug 2010
    Posts
    79
    Plugin Contributions
    0

    Default Re: Return Authorization Module not showing up

    used information.php from the directory added the necessary line mentioned in previous post placed it in my templates directory and off we go.
    thanks

 

 

Similar Threads

  1. Return Authorization Module (RMA)
    By voltage in forum All Other Contributions/Addons
    Replies: 648
    Last Post: 3 Jun 2015, 09:37 PM
  2. v153 Numinix Return Authorization Module.
    By rayandlola in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 20 Aug 2014, 11:58 PM
  3. Return Authorization Module
    By itspec in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 10 Feb 2009, 11:29 PM
  4. Return Authorization Module (RMA)
    By dscott1966 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Nov 2006, 08:04 PM

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