Results 1 to 10 of 649

Hybrid View

  1. #1
    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?

  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 stevenlee View Post
    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?
    Its set to send the e-mail to whatever you have set in

    admin -> configuration -> e-mail options -> Email Address (Displayed to Contact you)

  3. #3
    Join Date
    Jun 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Hello Clyde,

    I'm sorry I should have been more specific, I wanted to know if there is a way to have it sent to a different email address so it can be sent directly to the rma guy's email

    thank you,
    Steve

  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 stevenlee View Post
    Hello Clyde,

    I'm sorry I should have been more specific, I wanted to know if there is a way to have it sent to a different email address so it can be sent directly to the rma guy's email

    thank you,
    Steve
    You'd have to modify two files in order to achieve this.

    includes/languages/english/YOUR_TEMPLATE/returns.php

    add a new define statement

    define('RMA_EMAIL', '[email protected]')

    open includes/modules/pages/returns/header_php.php

    find the following line of code (around line 83)
    PHP Code:
         zen_mail(STORE_OWNEREMAIL_FROMEMAIL_SUBJECT$text_message$name$email_address$html_msg'Returns'); 
    and replace the it with the following:
    PHP Code:
         zen_mail(STORE_OWNERRMA_EMAILEMAIL_SUBJECT$text_message$name$email_address$html_msg'Returns'); 

  5. #5
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    help question Re: Return Authorization Module (RMA)

    I installed the mod some time ago, but did not test it completely, and now someone has use it and it does not work right, it sent an e-mail to the requester but does not notify the store owner, I imagine it should send an e-mail to the store owner?

    pete

  6. #6
    Join Date
    Oct 2007
    Location
    Fairbanks, Alaska
    Posts
    426
    Plugin Contributions
    0

    Have a Drink Re: Return Authorization Module (RMA)

    I got it, after reviewing the files some of the files got over writing, I fix it by upgrading to the newest version, sorry to bother!

    pete

  7. #7
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Return Authorization Module (RMA)

    clydejones I am using this module also but it shows in the information side box. I want to move it to my drop down menu under information. I am using the css_horizontal_drop_down_menu_1-5. I have ask jettrue in that thread where I need to place the code. What code do I need to move to get this to work for me . Thanks in advance.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

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