Page 46 of 65 FirstFirst ... 36444546474856 ... LastLast
Results 451 to 460 of 649
  1. #451
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Correct as of v2.3.3

    To change where the admin copy of the Return request is sent follow these instructions

    Open
    includes/languages/english/YOUR_TEMPLATE/returns.php

    Code:
    define('EMAIL_RETURNS', '[email protected]');
    Then open
    includes/modules/pages/returns/header_php.php

    find:
    Code:
    $send_to_email = EMAIL_FROM;
    and change it to:
    Code:
    $send_to_email = EMAIL_RETURNS;
    then find:
    Code:
    zen_mail(STORE_OWNER, EMAIL_FROM, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');
    and change it to:
    Code:
    zen_mail(STORE_OWNER, EMAIL_RETURNS, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');
    Enjoy

  2. #452
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Correct as of v2.3.3

    To change where the admin copy of the Return request is sent follow these instructions

    Open
    includes/languages/english/YOUR_TEMPLATE/returns.php

    Code:
    define('EMAIL_RETURNS', '[email protected]');
    Then open
    includes/modules/pages/returns/header_php.php


    This adjusts what the customer sees, so if you leave this one unchanged the customer will see your default email address instead of your changed one.
    find:
    Code:
    $send_to_email = EMAIL_FROM;
    and change it to:
    Code:
    $send_to_email = EMAIL_RETURNS;

    This one adjusts where the admin copy email is sent to
    then find:
    Code:
    zen_mail(STORE_OWNER, EMAIL_FROM, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');
    and change it to:
    Code:
    zen_mail(STORE_OWNER, EMAIL_RETURNS, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');
    Enjoy

  3. #453
    Join Date
    Mar 2010
    Location
    California
    Posts
    236
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Hi Clyde,

    I just installed this Mod on an upgraded install of 139c to d.

    The page opens up fine but upon attempting to send I get

    Email Error: SMTP Error: The following recipients failed:
    I am able to send emails from the Contact Us page though.

    BigAl

  4. #454
    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 BigAl49 View Post
    Hi Clyde,

    I just installed this Mod on an upgraded install of 139c to d.

    The page opens up fine but upon attempting to send I get



    I am able to send emails from the Contact Us page though.

    BigAl
    What are your setting in admin -> configuration -> e-mail options?

  5. #455
    Join Date
    Mar 2010
    Location
    California
    Posts
    236
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Which settings are you looking for?

    I don't show any place to set-up Returns email.

    AL

  6. #456
    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 BigAl49 View Post
    Which settings are you looking for?

    I don't show any place to set-up Returns email.

    AL
    The mod defaults to the following settings:

    admin -> configuration -> e-mail options

    Email Address (Displayed to Contact you)
    Email Address (sent FROM)

  7. #457
    Join Date
    Mar 2010
    Location
    California
    Posts
    236
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    I have a list of contact emails
    The sent from is the SMTP address?
    mail.topnotchbassbaits.com

  8. #458
    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 BigAl49 View Post
    I have a list of contact emails


    The sent from is the SMTP address?
    So if I understand what you are saying the following are your settings:

    admin -> configuration -> e-mail options

    Email Address (Displayed to Contact you) mail.topnotchbassbaits.com
    Email Address (sent FROM) mail.topnotchbassbaits.com

    These are not e-mail addresses and that is why you are getting the error.

    The mod needs to have a valid e-mail address in order to function properly.

  9. #459
    Join Date
    Mar 2010
    Location
    California
    Posts
    236
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Which lines of the email settings page are you asking about?

    I am not sure I am giving you the right information.

  10. #460
    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 BigAl49 View Post
    Which lines of the email settings page are you asking about?

    I am not sure I am giving you the right information.
    admin -> configuration -> e-mail options

    at the top of the page options 7 and 8

    Email Address (Displayed to Contact you)
    Email Address (sent FROM)

 

 
Page 46 of 65 FirstFirst ... 36444546474856 ... 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