Zen Cart Logo
Forums / All Other Contributions/Addons / Return Authorization Module (RMA)

Return Authorization Module (RMA)

Views: 109,995

Results 441 to 460 of 644
7 May 2010, 6:53 PM
#441
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Return Authorization Module (RMA)

Veronika7747:

same problem

From: VxxxEmail: vxxx@xxxcaPhone Number: 123-456-78994Address: #
my addressCity: TorontoPost Code: x0x 0x0Country: CanadaState: ONOrder
Number: 99Total Value: Item Number: Item Name: Action
Requested: Repair------------------------------------------------------Reason: using
LF------------------------------------------------------Office Use Only:
From: Vxxx
Email: [email protected]
Telephone: 123-456-78994
IP Address: 127.0.0.1 - 127.0.0.1
Host Address: localhost
Date and Time: Fri May 7 2010 14:12:58 EDT

E-Mail Transport Method smtpauth
E-Mail Linefeeds LF Info
Use MIME HTML When Sending Emails true Info
Send E-Mails true

As I've stated previously, I have not been able to duplicate this problem on any of the sites I have that run this mod.

You can try this and see if it helps.

unzip the package and upload/FTP the entire includes folder to your server.

Attachment #7481

7 May 2010, 10:17 PM
#442
veronika7747 avatar

veronika7747

Zen Follower

Join Date:
Nov 2007
Posts:
270
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

clydejones:

As I've stated previously, I have not been able to duplicate this problem on any of the sites I have that run this mod.

You can try this and see if it helps.

unzip the package and upload/FTP the entire includes folder to your server.

Attachment #7481

hi Clyde;

sorry still no change. Could it be SMTPAUTH?

From: VxxxxxEmail: vxxxx@xxxxxxxcaPhone
Number: 123-456-7890Address: #xxxxxxxxxxxxxxxx Circ.City: TorontoPost
Code: xox oxoCountry: CanadaState: ONOrder Number: 777Total Value: Item
Number: Item Name: Action
Requested: Refund------------------------------------------------------Reason: after
Clyde's fix LF still
on------------------------------------------------------Office Use Only:
From: Vxxxxx
Email: vxxxx@xxxxxxxca
Telephone: 123-456-7890
IP Address: 127.0.0.1 - 127.0.0.1

7 May 2010, 10:26 PM
#443
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

Veronika7747:

hi Clyde;

sorry still no change. Could it be SMTPAUTH?

From: VxxxxxEmail: vxxxx@xxxxxxxcaPhone
Number: 123-456-7890Address: #xxxxxxxxxxxxxxxx Circ.City: TorontoPost
Code: xox oxoCountry: CanadaState: ONOrder Number: 777Total Value: Item
Number: Item Name: Action
Requested: Refund------------------------------------------------------Reason: after
Clyde's fix LF still
on------------------------------------------------------Office Use Only:
From: Vxxxxx
Email: vxxxx@xxxxxxxca
Telephone: 123-456-7890
IP Address: 127.0.0.1 - 127.0.0.1

These are the settings I have in admin -> configuration -> e-mail options

E-Mail Transport Method sendmail
E-Mail Linefeeds LF
Use MIME HTML When Sending Emails true
Send E-Mails true

3 Jun 2010, 2:36 PM
#444
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

My emails look like that when they are sent as well

My question is, what file do I have to edit so that the email that is sent to me ignores the Email Address (sent FROM) value so that I can select a different address for the email to be sent to...

3 Jun 2010, 3:01 PM
#445
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

DigitalShadow:

My emails look like that when they are sent as well

My question is, what file do I have to edit so that the email that is sent to me ignores the Email Address (sent FROM) value so that I can select a different address for the email to be sent to...

There is a solution posted somewhere in this thread (I don't remember exactly where though)

4 Jun 2010, 8:50 AM
#446
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

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

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

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

find:

$send_to_email = EMAIL_FROM;

and change it to:

$send_to_email = EMAIL_RETURNS;

then find:

zen_mail(STORE_OWNER, EMAIL_FROM, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');

and change it to:

zen_mail(STORE_OWNER, EMAIL_RETURNS, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');

Enjoy

4 Jun 2010, 9:34 AM
#447
digitalshadow avatar

digitalshadow

Totally Zenned

Join Date:
Mar 2009
Posts:
616
Plugin Contributions:
0

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

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:

$send_to_email = EMAIL_FROM;

and change it to:

$send_to_email = EMAIL_RETURNS;

This one adjusts where the admin copy email is sent to
then find:

zen_mail(STORE_OWNER, EMAIL_FROM, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');

and change it to:

zen_mail(STORE_OWNER, EMAIL_RETURNS, EMAIL_SUBJECT, $text_message, $name, $email_address, $html_msg, 'contact_us');

Enjoy

11 Jun 2010, 11:21 PM
#448
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

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

11 Jun 2010, 11:29 PM
#449
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

BigAl49:

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?

12 Jun 2010, 2:56 AM
#450
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Which settings are you looking for?

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

AL

12 Jun 2010, 4:26 AM
#451
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

BigAl49:

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)

12 Jun 2010, 5:17 PM
#453
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

BigAl49:

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.

12 Jun 2010, 5:28 PM
#454
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

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.

12 Jun 2010, 5:55 PM
#455
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

BigAl49:

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)

12 Jun 2010, 9:32 PM
#456
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Got it! :clap:

I didn't have a - Email Address (sent FROM).

Now everything is jumbled up in the email.

I'll read through the thread again and try to fix it.

Big AL

12 Jun 2010, 9:38 PM
#457
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

BigAl49:

Got it! :clap:

I didn't have a - Email Address (sent FROM).

Now everything is jumbled up in the email.

I'll read through the thread again and try to fix it.

Big AL

Which version are you using?

12 Jun 2010, 10:02 PM
#458
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

ZC 1.3.9d

RMA - return_authorization_v2-3-3a

13 Jun 2010, 3:25 PM
#459
bear1728 avatar

bear1728

New Zenner

Join Date:
Jul 2009
Posts:
86
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

hello, can i set different email addr depending on languages session?
site switched to language 1, emails sent to [email protected]
site switched to language 2, emails sent to [email protected]
site switched to language 3, emails sent to [email protected]

13 Jun 2010, 3:31 PM
#460
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Return Authorization Module (RMA)

bear1728:

hello, can i set different email addr depending on languages session?
site switched to language 1, emails sent to [email protected]
site switched to language 2, emails sent to [email protected]
site switched to language 3, emails sent to [email protected]

Follow the instructions in this post - www.zen-cart.com/forum/showpost.php?p=893387&postcount=451

Make sure you've also translated the appropriate language files into the languages you are using.