Page 1 of 2 12 LastLast
Results 1 to 10 of 649

Hybrid View

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

  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 voltage View Post
    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!
    You can probably use a define statement in includes/languages/english/YOUR_TEMPLATE/returns.php

    define('EMAIL_TO', '[email protected]');

    then in includes/modules/pages/returns/header_php.php

    find:
    Code:
    $send_to_email = EMAIL_FROM;
    and change it to:
    Code:
    $send_to_email = EMAIL_TO;

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

    Default Re: Return Authorization Module (RMA)

    Has anybody had problems with the customer information prepopulate? I have installed this mod (and a modified version of it) and in both cases, the name and email are correct, but it pulls the address info for the customer with the id = 1 in every case.

    Any ideas?

    (Just in case I wasnt clear, lets say the first customer to sign up had the address:

    7384 Green St
    Las Vegas, NV 89106

    No matter which customer is logged in, the above address is prepopulated.

  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 voltage View Post
    Has anybody had problems with the customer information prepopulate? I have installed this mod (and a modified version of it) and in both cases, the name and email are correct, but it pulls the address info for the customer with the id = 1 in every case.

    Any ideas?

    (Just in case I wasnt clear, lets say the first customer to sign up had the address:

    7384 Green St
    Las Vegas, NV 89106

    No matter which customer is logged in, the above address is prepopulated.
    Try this fix: I've checked it on each address I have and the come up correct.

    Attachment 1984


    Just unzip the and upload the includes folder to your server.
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

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

    Default Re: Return Authorization Module (RMA)

    Sweet! That fix literally had my name all over it!

    BTW, what did you change? It worked like a charm.

    Thanks

    Quote Originally Posted by clydejones View Post
    Try this fix: I've checked it on each address I have and the come up correct.

    Attachment 1984


    Just unzip the and upload the includes folder to your server.

  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 voltage View Post
    Sweet! That fix literally had my name all over it!

    BTW, what did you change? It worked like a charm.

    Thanks
    I had to re-work the sql statement that calls the address information.

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

    Default Re: Return Authorization Module (RMA)

    I think the prepopulate feature is really slick. How would I go about doing the same thing with the contact us page?

    Thanks again for your help

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

    Default Re: Return Authorization Module (RMA)

    I tried this fix but the auto fill for the address is not working. I was having the same problem with the auto fill putting in a users address other than the user who is requesting the RA. So i tired this fix now the form does not auto fill

    Quote Originally Posted by clydejones View Post
    Try this fix: I've checked it on each address I have and the come up correct.

    Attachment 1984


    Just unzip the and upload the includes folder to your server.
    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
    I tried this fix but the auto fill for the address is not working. I was having the same problem with the auto fill putting in a users address other than the user who is requesting the RA. So i tired this fix now the form does not auto fill
    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.

  10. #10
    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

 

 
Page 1 of 2 12 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

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