Page 33 of 65 FirstFirst ... 23313233343543 ... LastLast
Results 321 to 330 of 649
  1. #321
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Here is the link to the one I downloaded and installed.
    http://www.zen-cart.com/index.php?ma...roducts_id=433
    I did a test purchase, then did a return request using the exact form you sent a link to. I received an email stating "the customer" (me) wanted to do a return. When I went to admin/customers/orders/edit, I saw what you see in the picture.

    I thought it was a little strange that it asks for the auth number when I don't have one.

    I then removed all the files related to the ret auth mod, ran the uninstall sql. then I reuploaded all files and ran the install sql.

    The first time I went to the admin/customers/orders/edit, I saw a totally different dialog box. It had two buttons...I can't remember what else it said. I then went to a different customer/edit, and then I get what you see in the picture. Every customer/edit has the same thing....what is in the picture.

    Is there an admin file associated with this mod I may have missed?

    I will keep trying to duplicate the issue and let you know what I find....OH, I should mention that it does it with the classic template also. Not that that should affect admin, right?

  2. #322
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    The plot thickens....

    I just removed ALL files associated with RAM, ran the unistall sql, reinstalled files and sql again (always using the new install) .

    I then started to scroll through ALL my customers/orders/edit. I ran across a few that had the following:
    , and the others had this:
    .

    Any idea why some would have the correct way to do the return and others not?

    These are all customers who have had the items SHIPPED.
    Last edited by daneh; 21 Aug 2008 at 02:00 AM. Reason: pics not showing

  3. #323
    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 daneh View Post
    Here is the link to the one I downloaded and installed.
    http://www.zen-cart.com/index.php?ma...roducts_id=433
    I did a test purchase, then did a return request using the exact form you sent a link to. I received an email stating "the customer" (me) wanted to do a return. When I went to admin/customers/orders/edit, I saw what you see in the picture.

    I thought it was a little strange that it asks for the auth number when I don't have one.

    I then removed all the files related to the ret auth mod, ran the uninstall sql. then I reuploaded all files and ran the install sql.

    The first time I went to the admin/customers/orders/edit, I saw a totally different dialog box. It had two buttons...I can't remember what else it said. I then went to a different customer/edit, and then I get what you see in the picture. Every customer/edit has the same thing....what is in the picture.

    Is there an admin file associated with this mod I may have missed?

    I will keep trying to duplicate the issue and let you know what I find....OH, I should mention that it does it with the classic template also. Not that that should affect admin, right?
    There are no admin files associated with the return authorization mod.
    The only thing in admin are the configuration options for the mod:
    admin -> configuration -> return authorization.

    The return authorization mod has nothing to do with voiding an order and/or refunding a payment.

  4. #324
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    So basically what you are telling me is that what these pictures show has nothing to do with the return auth?

    Hmmm....I don't recall installing any other mod that has anything to do with returns....

    So a fresh install of Zen doesn't have either of those huh?

  5. #325
    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 daneh View Post
    So basically what you are telling me is that what these pictures show has nothing to do with the return auth?

    Hmmm....I don't recall installing any other mod that has anything to do with returns....

    So a fresh install of Zen doesn't have either of those huh?
    Correct.

    Return Authorization is an add-on and is not a part of the initial installation of Zen Cart.

  6. #326
    Join Date
    Jun 2004
    Posts
    130
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    I installed this mod and no matter what, I can't get the link to show up in the information box. It says if (DEFINE_RETURNS_STATUS <= 1) but I don't know where that is defined?

  7. #327
    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 Scarlet View Post
    I installed this mod and no matter what, I can't get the link to show up in the information box. It says if (DEFINE_RETURNS_STATUS <= 1) but I don't know where that is defined?
    Did you run the sql statement that is included with the mod?

    If you did then check in:

    admin -> configuration -> Define Page Status -> Define Return Authorization (set it to 1)

    If you haven't run the sql statement, run it now and you should be all set.

  8. #328
    Join Date
    Jun 2004
    Posts
    130
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Thanks, that's what I needed - I didn't know where to find to set it to "1"

  9. #329
    Join Date
    Jun 2004
    Posts
    130
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    I guess I'm just being stupid here, but this:

    if (DEFINE_RETURNS_STATUS <= 1) {
    $information[] = '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a></li>';
    }


    doesn't work.. This:

    if (DEFINE_RETURNS_STATUS <= 1) {
    $content = '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') . '">' . BOX_INFORMATION_RETURNS . '</a></li>';
    }

    Does.

  10. #330
    Join Date
    Jun 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    First off, thank you very much for the great mod Clyde
    It works great

    One thing I have been looking to do is change the email address where the emails go to, is there any way to do that?

 

 
Page 33 of 65 FirstFirst ... 23313233343543 ... LastLast

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