Re: Return Authorization Module (RMA)
Hi Clyde! Is me another time.
Is it possible that this mod interferes with the order total module?
Today i have this message when i go to admin>>modules>>order total:
Fatal error: Call to a member function on a non-object in /var/www/vhost/bellezaisis.com/home/html/shop/includes/modules/order_total/ot_gv.php on line 29
I´m crazy before being more than 4 hours sking me which is the origin of this message
Re: Return Authorization Module (RMA)
It doesn't modify or use use any core files whatsoever and doesn't involve the use of any other modules.
Re: Return Authorization Module (RMA)
Donīt worry about this...
After power off computer and re-entering at zen-cart... no problem, all is ok!!!
I donīt know why, but i have read a lot of similar situations to other people that suddenly were solved "automatically"...
maybe is the version of php, maybe the system of storing sessions...
i donīt know!
Re: Return Authorization Module (RMA)
I have just stumbled across this mod, just what I was looking for.
Have installed it but there are a couple of issues I am having with it.
1. I modified my more_info sidebox to display the returns, it didn't work, so I have put it in the info box which did work. I suspect that this is because I modified the more_info sidebox some time back to give me an "about us" box, and I can't remember what I did, I am considering restoring the original side boxes as there is an about_us mod.
2. Everything is set to true in the admin panel, but the phone number is optional
3. There are a number of white boxes on the same side of the form as the text (left).
4. I want to remove the "Action Requested" statement and just have it default to "Repair"
I have not yet tested the form to see if it will process the emails.
If anyone has any thoughts I would like to hear them.
Note: I am not a coder and have difficulties unless you are explicit in your instruction.
URL to view:
http://seriousshooters-rotorua.co.nz
Regards
Fred
Re: Return Authorization Module (RMA)
Quote:
1. I modified my more_info sidebox to display the returns, it didn't work, so I have put it in the info box which did work. I suspect that this is because I modified the more_info sidebox some time back to give me an "about us" box, and I can't remember what I did, I am considering restoring the original side boxes as there is an about_us mod.
Use the following code in your more_info sidebox.
PHP Code:
if (DEFINE_RETURNS_STATUS <= 1) {
$more_information[] = '<a href="' . zen_href_link(FILENAME_RETURNS) . '">' . BOX_INFORMATION_RETURNS . '</a>';
}
Quote:
2. Everything is set to true in the admin panel, but the phone number is optional
The admin for the phone number option only sets whether the textbox will display or not.
Entering the phone number is optional since some people need it and others do not.
Quote:
3. There are a number of white boxes on the same side of the form as the text (left).
Check this post for solutions to this problem.
www.zen-cart.com/forum/showpost.php?p=349494&postcount=97
Quote:
4. I want to remove the "Action Requested" statement and just have it default to "Repair"
This would require some extensive re-coding. I can include it as an option in a future upgrade.
Re: Return Authorization Module (RMA)
Wow thanks Clyde your a machine, your support for this module is fantastic.
I am not sure if my "Repair" request warrants such a rewrite, but if you were so inclined, maybe if there was a admin control for the "Action Requested:" where an action can be defined or optionally turn on/off.
Once again, thanks a million for the very quick and very pro-active responce to my questions, from a newby point of view it is so helpfull.
Regards
Fred
Re: Return Authorization Module (RMA)
hello clyde.
How can i change the status of the marked option?
I.e: actually it´s pre-marked the option "pay-off", but i prefer "change merchandise" pre-marked.
thanx for your continuous care about our questions.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
tonibarcelona
hello clyde.
How can i change the status of the marked option?
I.e: actually itīs pre-marked the option "pay-off", but i prefer "change merchandise" pre-marked.
thanx for your continuous care about our questions.
:huh: Not quite sure what you are referring to here.
Current "action" options are "Refund" and "Replacement" these are the current default options.
Re: Return Authorization Module (RMA)
Yes, sorry. My english is horrible.
Yes, iīm referring to replacement and refund...
Re: Return Authorization Module (RMA)
Open includes/languages/english/YOUR_TEMPLATE/returns.php
Find the following entries and change them as necessary.
define('ENTRY_ACTION_REFUND', 'Refund');
define('ENTRY_ACTION_REPLACE', 'Replacement');