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

Return Authorization Module (RMA)

Views: 109,995

Results 461 to 480 of 644
14 Jun 2010, 4:24 AM
#461
bigal49 avatar

bigal49

Zen Follower

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

Return Authorization Module (RMA)

How can I change the word "Returns" in the information side box to "RMA Requests"?

BigAl

14 Jun 2010, 4:28 AM
#462
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:

How can I change the word "Returns" in the information side box to "RMA Requests"?

BigAl

open includes/languages/english/extra_definitions/YOUR_TEMPLATE/returns_defines.php

make your edits and save the file and upload to your server

14 Jun 2010, 2:26 PM
#463
bigal49 avatar

bigal49

Zen Follower

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

Re: Return Authorization Module (RMA)

Thanks again, that did it.

AL

14 Jun 2010, 4:10 PM
#464
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:

Thanks again, that did it.

AL

Glad to help

23 Jun 2010, 7:39 PM
#465
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Zen Cart 1.3.9c

Return Authorization
Version: v2.3.3a
Last Updated: Apr 28 2010

I just installed this and all is working fine...except the input field for the reason of the return. It is way off to the right. What should I change to get it back in the proper position?

You can see the error here.

Thank you.

23 Jun 2010, 7:48 PM
#466
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

7 min past edit time :(

I just noticed that my 'submit' button is not where I believe it should be...accroding to where the 'back' button is at. I hope that's part of the same fix as the text box.

23 Jun 2010, 8:05 PM
#467
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

FunkyPapa:

Zen Cart 1.3.9c

Return Authorization
Version: v2.3.3a
Last Updated: Apr 28 2010

I just installed this and all is working fine...except the input field for the reason of the return. It is way off to the right. What should I change to get it back in the proper position?

You can see the error here.

Thank you.

Make sure you've uploaded the stylesheet (returns.css) that comes with the mod.

23 Jun 2010, 9:12 PM
#468
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

clydejones:

Make sure you've uploaded the stylesheet (returns.css) that comes with the mod.

I am. I had changed all instances of 'returns' to 'return_authorization'....... I renamed the css to returns and did ctrl+r to refresh....it's still the same. Everything else functions fine.

I'm having the jumbled email problem but that's not a real issue to me.

23 Jun 2010, 9:28 PM
#469
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

FunkyPapa:

I am. I had changed all instances of 'returns' to 'return_authorization'....... I renamed the css to returns and did ctrl+r to refresh....it's still the same. Everything else functions fine.

I'm having the jumbled email problem but that's not a real issue to me.

did you change the name of returns.css to return_authorization.css

When checking your site I did not see either of the css files.

23 Jun 2010, 9:35 PM
#470
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

clydejones:

did you change the name of returns.css to return_authorization.css

When checking your site I did not see either of the css files.

Yes I did. I even tried changing it back to returns.css....and that didn't change anything. I use HTMLKit to edit with. I used the search feature too look for 'returns'...and manually changed each one, so I could make sure of what i was changing inside of the files. Right now it is back to what I had it originally....return_authorization.css

Below is what the file contains:

fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
}
fieldset #personal, fieldset #order, fieldset #write{
	padding:0;
	border:1px solid #000;
	border-width: 1px 0 0;
}
fieldset ol {  
padding: .5em .5em 0 .5em;  
list-style: none;
}
fieldset li {  
float: left;  
clear: left;  
width: 100%;  
padding-bottom: 1em; 
}
legend {
	padding: 0.3em;
	font-size: 1.1em;
	color: #000;
	font-weight:bold;
}
select {
	margin: 0.1em;
}
textarea {
margin: auto;
padding:0.5em;
display: inline;
width: 40%;
border:1px solid #B6ABD5;
overflow:auto;
}
/*label.inputLabel {
	width: 11em;
	float: left;
	color: #000;
	}*/
label {  
float: left;  
width: 11.5em;  
margin-right: 1em;  
color: #000;
font-weight: bold;
}
fieldset div {
	text-align:left;
}

and it is in includes/templates/funky/css

23 Jun 2010, 10:01 PM
#471
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

FunkyPapa:

Yes I did. I even tried changing it back to returns.css....and that didn't change anything. I use HTMLKit to edit with. I used the search feature too look for 'returns'...and manually changed each one, so I could make sure of what i was changing inside of the files. Right now it is back to what I had it originally....return_authorization.css

Below is what the file contains:

fieldset {
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
}
fieldset #personal, fieldset #order, fieldset #write{
padding:0;
border:1px solid #000;
border-width: 1px 0 0;
}
fieldset ol {
padding: .5em .5em 0 .5em;
list-style: none;
}
fieldset li {
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
legend {
padding: 0.3em;
font-size: 1.1em;
color: #000;
font-weight:bold;
}
select {
margin: 0.1em;
}
textarea {
margin: auto;
padding:0.5em;
display: inline;
width: 40%;
border:1px solid #B6ABD5;
overflow:auto;
}
/label.inputLabel {
width: 11em;
float: left;
color: #000;
}
/
label {
float: left;
width: 11.5em;
margin-right: 1em;
color: #000;
font-weight: bold;
}
fieldset div {
text-align:left;
}

> 
> and it is in includes/templates/funky/css

As I said, I don't see any reference to return_authorization.css
when checking your site.
23 Jun 2010, 10:58 PM
#472
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Well, I took out what I had put in, easy since there are no overwrites....and I uploaded it as original to read all 'returns' instead of what I changed it too.

The box looks odd now, as it only takes up 1/2 of the screen, and now the boxes around all the areas are off :(

The only changes I did in this upload was to change YOUR_TEMPLATE to funky and let her rip. This time if I use Firefox's web developer..I can see the returns.css....but don't know what to change in there for the borders and to make the box wider. I apologize, I'm still trying to wrap my head around a good portion of the coding concept....Also..the Send button still looks like it's in the wrong place on this screen.

Again, you can see it here.

Would my problem have been missing a 'returns' somewhere in my last pass through the files when I changed all occurances to 'return_authorization'?

The reason I did that change was, I'd like our returns policy to be on the 'returns' page....and the actual form to be on the 'return_authorization' page. Please let me know if that is not the correct way to accomplish what I'm after.

23 Jun 2010, 11:18 PM
#473
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

FunkyPapa:

Well, I took out what I had put in, easy since there are no overwrites....and I uploaded it as original to read all 'returns' instead of what I changed it too.

The box looks odd now, as it only takes up 1/2 of the screen, and now the boxes around all the areas are off :(

The only changes I did in this upload was to change YOUR_TEMPLATE to funky and let her rip. This time if I use Firefox's web developer..I can see the returns.css....but don't know what to change in there for the borders and to make the box wider. I apologize, I'm still trying to wrap my head around a good portion of the coding concept....Also..the Send button still looks like it's in the wrong place on this screen.

Again, you can see it here.

Would my problem have been missing a 'returns' somewhere in my last pass through the files when I changed all occurances to 'return_authorization'?

The reason I did that change was, I'd like our returns policy to be on the 'returns' page....and the actual form to be on the 'return_authorization' page. Please let me know if that is not the correct way to accomplish what I'm after.

To make the text box wider:

open returns.css find the following declaration and change the highlighted portion as indicated:

textarea {
margin: auto;
padding:0.5em;
display: inline;
width: 90%;
border:1px solid #B6ABD5;
overflow:auto;
}

for the borders, find the following declaration and make what changes you need.

fieldset #personal, fieldset #order, fieldset #write{
padding:0;
border:1px solid #000;
border-width: 1px 0 0;

}

You may also want to edit the fieldset declaration in stylesheet.css

23 Jun 2010, 11:48 PM
#474
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Awesome, showing me just what part to play with...

I changed

fieldset {  
float: left;  
clear: left;  
width: 100%;  
margin: 0 0 1.5em 0;  
padding: 0;
}

to

fieldset {  
float: left;  
clear: left;  
width: 97%;  
margin: 0 0 1.5em 0;  
padding: .5em;
}

That fixed the line issue.

Did I do something wrong for trying to put in the page to be http:// funkymunkys.ca/index.php?main_page=return_authorization instead of it being http://funkymunkys.ca/index.php?main_page=returns...as in should I do something other than change each folder (I think there was one) from returns to return_authorization.....then go through each file name doing the same and finally go through each file with an editor to change all the 'returns' and the 'RETURNS'?

24 Jun 2010, 12:08 AM
#475
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

FunkyPapa:

Awesome, showing me just what part to play with...

I changed

fieldset {
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
}

> 
> to
> 
> ```html
fieldset {  
float: left;  
clear: left;  
width: 97%;  
margin: 0 0 1.5em 0;  
padding: .5em;
}

That fixed the line issue.

Did I do something wrong for trying to put in the page to be http:// funkymunkys.ca/index.php?main_page=return_authorization instead of it being http://funkymunkys.ca/index.php?main_page=returns...as in should I do something other than change each folder (I think there was one) from returns to return_authorization.....then go through each file name doing the same and finally go through each file with an editor to change all the 'returns' and the 'RETURNS'?

You will have to go through each and every file and and folder change everything to return_authorization

You will need to change includes/modules/pages/returns to return_authorization

You will need to change includes/extra_datafiles/returns_filenames.php to return_authorization_filenames.php
and then change the define statements.

You will need to change includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php to tpl_return_authorization_default.php


includes/extra_datafiles/returns_filenames.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/returns_defines.php
includes/languages/english/YOUR_TEMPLATE/returns.php
includes/languages/english/html_includes/define_returns.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_returns.php
includes/modules/pages/returns
includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php
includes/templates/YOUR_TEMPLATE/css/returns.css

24 Jun 2010, 12:22 AM
#476
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Thank you so much for your very quick responses :clap:

24 Jun 2010, 12:47 PM
#477
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

clydejones:

You will have to go through each and every file and and folder change everything to return_authorization

You will need to change includes/modules/pages/returns to return_authorization

You will need to change includes/extra_datafiles/returns_filenames.php to return_authorization_filenames.php
and then change the define statements.

You will need to change includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php to tpl_return_authorization_default.php


includes/extra_datafiles/returns_filenames.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/returns_defines.php
includes/languages/english/YOUR_TEMPLATE/returns.php
includes/languages/english/html_includes/define_returns.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_returns.php
includes/modules/pages/returns
includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php
includes/templates/YOUR_TEMPLATE/css/returns.css

This morning (on a good night's sleep and a cup of coffee) I sit down and redo what you mentioned here just to make sure I didn't miss anything yesterday. I'm still getting the same issue of the text box being way off to the right. Everything installs fine, however, I can not get the return_authorization.css to show when trying to look at it in Web Developer using Firefox. Would you have any idea, why the css for the page doesn't come up. It worked fine the way it was written originally.

I'm including a zip of the changes I've made. I don't know if you would (or would even have time) to glance at it. I can't see that I've missed any returns or RETURNS anywhere, I just have no idea why the stylesheet wouldn't be loading :(

Attachment #7720

Here it is working as original (returns)

Here's how it is as returns_authorization

24 Jun 2010, 1:47 PM
#478
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

FunkyPapa:

This morning (on a good night's sleep and a cup of coffee) I sit down and redo what you mentioned here just to make sure I didn't miss anything yesterday. I'm still getting the same issue of the text box being way off to the right. Everything installs fine, however, I can not get the return_authorization.css to show when trying to look at it in Web Developer using Firefox. Would you have any idea, why the css for the page doesn't come up. It worked fine the way it was written originally.

I'm including a zip of the changes I've made. I don't know if you would (or would even have time) to glance at it. I can't see that I've missed any returns or RETURNS anywhere, I just have no idea why the stylesheet wouldn't be loading :(

Attachment #7720

Here it is working as original (returns)

Here's how it is as returns_authorization

remove the extra underscore in return__authorization.css

24 Jun 2010, 2:03 PM
#479
funkypapa avatar

funkypapa

New Zenner

Join Date:
Jul 2008
Posts:
84
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Ug, something so simple Once again thank you ever so much.

24 Jun 2010, 10:33 PM
#480
osaeed avatar

osaeed

New Zenner

Join Date:
Jan 2010
Posts:
51
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

The RMA email I receive in my admin email, the format is all screwed up. I installed your awesomeness addon, and I have gotten the customers email format working fine, with spaces between the paragraphs and etc.

In the customers email, i just added <br after <br on every line.

In the admin email, I get everything squished together. Its not spaced between one and another.

This is the default code, I added <br after the <br and everything disspeared in my email. the tag doesnt work. What code can I add to put a space between these lines?

// Prepare Text-only portion of message
$text_message = OFFICE_FROM . "\t" . $name . "<br />" .
OFFICE_EMAIL . "\t" . $email_address . "<br />" .
"Phone Number:" . "\t" .$telephone . "<br />" .
"Address:" . "\t" . $address . "<br />" .
"City:" . "\t" . $city . "<br />" .
"Post Code:" . "\t" . $postcode . "<br />" .
"Country:" . "\t" . $country . "<br />" .
"State:" . "\t" . $state . "<br />" .
"Order Number:" . "\t" . $order_number . "<br />" .
"Total Value:" . "\t" . $value . "<br />" .
"Item Number:" . "\t" . $item_number . "<br />" .
"Item Name:" . "\t" . $item_name . "<br />" .
"Action Requested:" . "\t" . $action . "<br />" .
'------------------------------------------------------' . "<br />" .
"Reason:" . "\t" . $reason . "<br />" .
'------------------------------------------------------' . "<br />" .
$extra_info['TEXT'];

This is the output when I get the admin email

From: mynameEmail: myemailPhone
Number: mynumberAddress: addressCity: floriedaPost
Code: 51234Country: romaniaState: MAOrder Number: 0Total Value: Item
Number: Item Name: sdsdfAction
Requested: Refund------------------------------------------------------Reason: testing
RMA email------------------------------------------------------Office Use
Only:
From: myname
Email: myemail
Telephone: 000-000-0000
IP Address: 0.0.0.0.0.0
Host Address: 0.0.0.0.0.0
Date and Time: Thu Jun 24 2010 15:49:10 EDT

How can or what do I add to put a space between the lines?

Thank you.