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

Return Authorization Module (RMA)

Views: 109,994

Results 501 to 520 of 644
3 Mar 2011, 12:20 AM
#501
brooklynartist avatar

brooklynartist

New Zenner

Join Date:
Jan 2011
Location:
Brooklyn
Posts:
75
Plugin Contributions:
0

Return Authorization Module (RMA)

FOUND IT, CLYDE!

POST #489 you posted the a zip called osaeed_fix which adds those /n/n before the breaks in modules/pages/returns/header_php.php

Thanks so much!

I'll re-attach it to this post for others if they need it.

3 Mar 2011, 12:38 AM
#502
brooklynartist avatar

brooklynartist

New Zenner

Join Date:
Jan 2011
Location:
Brooklyn
Posts:
75
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

I know the Returns Request "Number" has been mentioned before and the answer has been "... make up a number yourself."

But...

Is there any "simple" php that could generate a 6-digit number (random or sequential) that is emailed to both the Return Seeker and the Store Owner. It wouldn't need to be stored in the SQL database, but just be a hidden field that gets emailed along with the other form info.

This way there would be a Returns Request Number that is different from the order number that both the customer and the store can reference - and it would be received by the costumer on "first contact" instead of having to email the customer at a later time with a number. It would be even better to have the Order Number incorporated somehow at then end or beginning of the Generated Number.

Just a thought..:lookaroun

2 Apr 2011, 3:26 PM
#503
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: Return Authorization Module (RMA)

clydejones:

Sorry, :blush: Don't use quick_fix.zip It includes a file that shouldn't be included.

Use this instead. You'll have to rename the YOUR_TEMPLATE folders to match your custom template name.

[Attachment no longer available]

Hi CLyde

Way back in Feb 2007 (post #80) you provided a solution for the automatic inclusion of customer's country into RMA titled QuickFix2.zip, but which is now a non-existant Attachment 1461.

Having recently reverted back to the less cluttered layout of RMA2.2.2, I am hoping you could repost or PM me this file to me so that I can compare/repair my botched solution with your fix.

Thanks in advance.

2 Apr 2011, 4:01 PM
#504
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

dw08gm:

Hi CLyde

Way back in Feb 2007 (post #80) you provided a solution for the automatic inclusion of customer's country into RMA titled QuickFix2.zip, but which is now a non-existant Attachment 1461.

Having recently reverted back to the less cluttered layout of RMA2.2.2, I am hoping you could repost or PM me this file to me so that I can compare/repair my botched solution with your fix.

Thanks in advance.

All the fixes mentioned in this thread are included in the latest version of RMA

2 Apr 2011, 5:22 PM
#505
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: Return Authorization Module (RMA)

Hi Clyde

Thanks for your prompt reply. I will check out the update and report back.

FWIW, wrt a Returns Request "Number", I changed the references to EMAIL_SUBJECT in the zen-mail code to $email_subject and added the definition:

$email_subject = EMAIL_SUBJECT . ' ' . $order_number

Cheers

4 Apr 2011, 1:36 PM
#506
dw08gm avatar

dw08gm

Totally Zenned

Join Date:
Sep 2008
Location:
DownUnder, overlooking South Pole.
Posts:
1,016
Plugin Contributions:
2

Re: Return Authorization Module (RMA)

Merged 2.2.2 layout with 2.3.3 additions, and with a few other tweaks, all is sweet.

27 May 2011, 10:31 PM
#507
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Hey Clyde, I did a test run of the email sent to the customer, please see the attached.

basically here it is

Dear Joseph Smith Thank you for your recent request. Your request has been successfully submitted to Axle Inc.. It will be reviewed and you will receive an email with instructions on how to proceed. If you have not received it within the next 48 hours, please contact us before submitting your request again. For help with our Returns , please email the store-owner: Axle Inc.. Note: This email address was given to us during a Return Merchandise Authorization. If you have a problem, please send an email to Axle Inc..

basically what looks like is the email part. The script just 'text'es teh store name. there is no email address or link to click to email. Shouldn't it say something else besides the store name like

"email the store owner at [email protected] ? or is this correct?

tia!

27 May 2011, 10:59 PM
#508
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

willie bee:

Hey Clyde, I did a test run of the email sent to the customer, please see the attached.

basically here it is

Dear Joseph Smith Thank you for your recent request. Your request has been successfully submitted to Axle Inc.. It will be reviewed and you will receive an email with instructions on how to proceed. If you have not received it within the next 48 hours, please contact us before submitting your request again. For help with our Returns , please email the store-owner: Axle Inc.. Note: This email address was given to us during a Return Merchandise Authorization. If you have a problem, please send an email to Axle Inc..

basically what looks like is the email part. The script just 'text'es teh store name. there is no email address or link to click to email. Shouldn't it say something else besides the store name like

"email the store owner at [email protected] ? or is this correct?

tia!

The mod uses the following constant STORE_OWNER_EMAIL_ADDRESS for this portion of the email.

that constant is set in admin -> configuration -> e-mail options -> Email Address (Displayed to Contact you)

27 May 2011, 11:37 PM
#509
willie_bee avatar

willie_bee

Zen Follower

Join Date:
Mar 2011
Posts:
386
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

thanks one more thing, another screen shot. on the input page, the buttons are out of alignment and i KNOW i didn't muck with the coding on that.

27 May 2011, 11:54 PM
#510
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

willie bee:

thanks one more thing, another screen shot. on the input page, the buttons are out of alignment and i KNOW i didn't muck with the coding on that.

Not mis-aligned at all.

The send button is part of the form.

The back button has nothing to do with form and sits below it and to the left.

7 Jul 2011, 6:44 PM
#511
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

my products have serial numbers that both I and the factory in China use to track the item history can an extra field be added in the form for this

7 Jul 2011, 7:21 PM
#512
clydejones avatar

clydejones

Deceased

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

Re: Return Authorization Module (RMA)

discoverytdi:

my products have serial numbers that both I and the factory in China use to track the item history can an extra field be added in the form for this

With a considerable re-write, yes.

15 Jul 2011, 9:17 AM
#513
digitalshadow avatar

digitalshadow

Totally Zenned

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

Re: Return Authorization Module (RMA)

Clyde, I would like to take the return request data, and send the data to the order comments and then update the status.

I've managed to modify the order_questions mod so that when a customer sends a question through their order, it updates their status to a customer comment status.

What I need is to be able to have the return request update their status to customer comment and insert that they have submitted a return request.

Can you help at all, I would be willing to send some money your way if need be as this would make a huge difference to the turn around time of the after sales care.

15 Jul 2011, 9:26 AM
#514
digitalshadow avatar

digitalshadow

Totally Zenned

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

Re: Return Authorization Module (RMA)

I could use

$order_number = zen_db_prepare_input($_POST['order_number']);

to get the order number, then modify my code below to get it to update

$order_status = '6';
$return_update = array('orders_id'	    =>	zen_db_prepare_input($_POST['order_number']),
		               'orders_status'	=>	$order_status,
		               'comments'	     =>	zen_db_prepare_input($_POST['action']),
		               'comment_by'   	=>	'c'
			);
zen_db_perform(TABLE_ORDERS, $return_update, 'update', "orders_id = '" . $order_id . "'");

Now if the code works, I just need that update to be done when they hit submit.

18 Jul 2011, 9:33 AM
#515
digitalshadow avatar

digitalshadow

Totally Zenned

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

Re: Return Authorization Module (RMA)

Anyone?

20 Sep 2011, 3:58 PM
#516
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

Hi
Have just come across a small problem ..If i leave it as "Only registered customers" False ( so anyone can view it) it works fine but as soon as I change it to "Only registered customers" true ( you have to sign in) it seems to default to the main page once signed in..
Have had it working fine before so I know it works well

thanks for any help

25 Sep 2011, 11:54 AM
#517
discoverytdi avatar

discoverytdi

Totally Zenned

Join Date:
May 2011
Location:
Sunny Rossendale (not)
Posts:
562
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

HI come across a few problems, installed the mod but in the information sidebox I just get box information_returns and if I click on it it takes me to a custom 404 oage not found page :frusty:
http://www.rvsolarsystems.co.uk/store/

10 Oct 2011, 6:45 AM
#518
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

ATSWorld:

Hi
Have just come across a small problem ..If i leave it as "Only registered customers" False ( so anyone can view it) it works fine but as soon as I change it to "Only registered customers" true ( you have to sign in) it seems to default to the main page once signed in..
Have had it working fine before so I know it works well

thanks for any help

is anyone help help plz

thanks

11 Oct 2011, 1:25 AM
#519
ronlee67 avatar

ronlee67

Totally Zenned

Join Date:
Sep 2006
Location:
Colorado Springs CO USA
Posts:
519
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

DigitalShadow:

Did this work for you? Were you able to complete it so it updates when the Submit button is clicked?

Any more code to share? Your idea is great and would make this mod much more complete. If you have it working please upload a new fileset including your mods to the downloads section as a new version either through Clyde or directly. Let us know here if you do upload a new version.

Many thanks in advance,
Ron

DigitalShadow:

I could use

$order_number = zen_db_prepare_input($_POST['order_number']);

> to get the order number, then modify my code below to get it to update
>  
> ```php
$order_status = '6';
$return_update = array('orders_id'        =>    zen_db_prepare_input($_POST['order_number']),
                       'orders_status'    =>    $order_status,
                       'comments'         =>    zen_db_prepare_input($_POST['action']),
                       'comment_by'       =>    'c'
            );
zen_db_perform(TABLE_ORDERS, $return_update, 'update', "orders_id = '" . $order_id . "'");

Now if the code works, I just need that update to be done when they hit submit.

4 Dec 2011, 10:54 PM
#520
ironkladpc avatar

ironkladpc

New Zenner

Join Date:
Dec 2011
Posts:
5
Plugin Contributions:
0

Re: Return Authorization Module (RMA)

hello my template background is black as are the default text for rma page how can i change text color for that page? im using alien-atemware template version 1.3.9