Results 1 to 10 of 649

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Hmmm i wounder why it's not working for my test user . anyway it seems to be working now after i updated the test users address. My Question is how do i get it to sent to a specific e-mail address. and show the customer's address as the return?

    Currently the head ther customer gets.


    Return Authorization Request‎
    From: Lextechs ([email protected])<<<< I would like that to say [email protected]
    Sent: Tue 7/17/07 4:31 PM
    Reply-to: [email protected] <<<<<<<<<<<<<< This to say the customer's e-mail in this case ajoseph619##########################
    To: ajoseph619##########################

    On the admin side i just want it to sent a e-mail to [email protected]



    Quote Originally Posted by clydejones View Post
    I just created an account on the site, went to the returns page and lo and behold, there was my name and address all auto filled in and correct.
    Last edited by lextechs; 17 Jul 2007 at 05:43 PM.
    Lextechs.com Powered By ZenCart

  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 lextechs View Post
    Hmmm i wounder why it's not working for my test user . anyway it seems to be working now after i updated the test users address. My Question is how do i get it to sent to a specific e-mail address. and show the customer's address as the return?

    Currently the head ther customer gets.


    Return Authorization Request‎
    From: Lextechs ([email protected])<<<< I would like that to say [email protected]
    Sent: Tue 7/17/07 4:31 PM
    Reply-to: [email protected] <<<<<<<<<<<<<< This to say the customer's e-mail in this case ajoseph619##########################
    To: ajoseph619##########################

    On the admin side i just want it to sent a e-mail to [email protected]
    [email protected])<<<< I would like that to say [email protected]
    For this you should check your admin -> configuration -> e-mail options and see what you are using for your default e-mail address.

    I'll look at the other issues and see what I can do.

  3. #3
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    If i change the default email address then all email are then sent to or from the RMA address what i would like it to do is just sent RMA request to a address I have set up just to receive RMA request.,

    sort of how the contact us works with the drop down feature.

    So i don't want to change my default e-mail address .

    Quote Originally Posted by clydejones View Post
    [email protected])<<<< I would like that to say [email protected]
    For this you should check your admin -> configuration -> e-mail options and see what you are using for your default e-mail address.

    I'll look at the other issues and see what I can do.
    Lextechs.com Powered By ZenCart

  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 lextechs View Post
    If i change the default email address then all email are then sent to or from the RMA address what i would like it to do is just sent RMA request to a address I have set up just to receive RMA request.,

    sort of how the contact us works with the drop down feature.

    So i don't want to change my default e-mail address .
    OK I'll work on a quick fix for you.

  5. #5
    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 clydejones View Post
    OK I'll work on a quick fix for you.
    Hope this is what you want.

    I added a new e-mail define statement in:
    includes/languages/english/YOUR_TEMPLATE/returns.php

    define('RMA_EMAIL', '[email protected]'); change this to whatever you want.

    and modified includes/modules/pages/returns/header_php.php to reflect the define statement.

    unzip the file, change the YOUR_TEMPLATE folder to match your custom template name and upload the entire includes folder to your server.
    Attachment 3279
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

  6. #6
    Join Date
    May 2006
    Location
    Columbia, SC
    Posts
    26
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by clydejones View Post
    Hope this is what you want.

    I added a new e-mail define statement in:
    includes/languages/english/YOUR_TEMPLATE/returns.php

    define('RMA_EMAIL', '[email protected]'); change this to whatever you want.

    and modified includes/modules/pages/returns/header_php.php to reflect the define statement.

    unzip the file, change the YOUR_TEMPLATE folder to match your custom template name and upload the entire includes folder to your server.
    Attachment 3279
    Kind-of along these same lines, I would like for the RMA email to be "From" the user requesting the RMA, not "From" the default shop email address. Any chances of getting that worked into this great mod?

  7. #7
    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 Coop1979 View Post
    Kind-of along these same lines, I would like for the RMA email to be "From" the user requesting the RMA, not "From" the default shop email address. Any chances of getting that worked into this great mod?
    I'll look into it for a future upgrade

  8. #8
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Clyde, thank for the fix it worked great, one small problem though the text is not showing up in the action requested i am getting a 1 or a 0 and i have 4 options in the drop down box

    i think i saw he fix somewhere but can't remember where it was

    Item Number:
    Item Name:
    Action Requested: 0

    Quote Originally Posted by clydejones View Post
    Hope this is what you want.

    I added a new e-mail define statement in:
    includes/languages/english/YOUR_TEMPLATE/returns.php

    define('RMA_EMAIL', '[email protected]'); change this to whatever you want.

    and modified includes/modules/pages/returns/header_php.php to reflect the define statement.

    unzip the file, change the YOUR_TEMPLATE folder to match your custom template name and upload the entire includes folder to your server.
    Attachment 3279
    Lextechs.com Powered By ZenCart

  9. #9
    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 lextechs View Post
    Clyde, thank for the fix it worked great, one small problem though the text is not showing up in the action requested i am getting a 1 or a 0 and i have 4 options in the drop down box

    i think i saw he fix somewhere but can't remember where it was

    Item Number:
    Item Name:
    Action Requested: 0
    use the fix from this post

 

 

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