Results 1 to 10 of 649

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Worked great!! Thanks a million!

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

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by helpme View Post
    Worked great!! Thanks a million!
    Glad to help

  3. #3
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    I thought I had this working, but I just went to finish setting it up and the only thing I can find in my admin for it is under admin/config Am I missing something, I thought I could find in layout boxes, but I don't see it.....I feel like I am looking right at it but where??? I was going to add it to the drop down menu however I looked at doing that and I don't know anything about

    then a menu item to
    includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php


    thanks for your help.

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

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by helpme View Post
    I thought I had this working, but I just went to finish setting it up and the only thing I can find in my admin for it is under admin/config Am I missing something, I thought I could find in layout boxes, but I don't see it.....I feel like I am looking right at it but where??? I was going to add it to the drop down menu however I looked at doing that and I don't know anything about

    then a menu item to
    includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php


    thanks for your help.
    This is an extra page and the only reference to it in admin is in admin -> configuration.

    As far as adding to the drop down menu you have to edit two files:

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php

    add a new define statement for the return authorization page

    the other file to edit is
    includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

  5. #5
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    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!

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

    Default Re: Return Authorization Module (RMA)

    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)

  7. #7
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Thanks, sorry I missed that spot in the read me.txt

  8. #8
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,410
    Plugin Contributions
    1

    Default Re: Return Authorization Module (RMA)

    Hi ClydeJones

    Thanks for the great mod. I am using it a as a template to create a different form and I have one question. How can I modify it to send an email to a different email address? Can it be hard coded somewhere?

    Thank!

 

 

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

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