Page 11 of 65 FirstFirst ... 9101112132161 ... LastLast
Results 101 to 110 of 649
  1. #101
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default 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

  2. #102
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default 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.

  3. #103
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default 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!

  4. #104
    Join Date
    Jan 2007
    Posts
    66
    Plugin Contributions
    0

    Default 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

  5. #105
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Return Authorization Module (RMA)

    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>';
         } 
    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.


    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

    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.

  6. #106
    Join Date
    Jan 2007
    Posts
    66
    Plugin Contributions
    0

    Default 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

  7. #107
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    hello clyde.
    How can i change the status of the marked option?
    I.e: actually it&#180;s pre-marked the option "pay-off", but i prefer "change merchandise" pre-marked.

    thanx for your continuous care about our questions.

  8. #108
    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 tonibarcelona View Post
    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.
    Not quite sure what you are referring to here.

    Current "action" options are "Refund" and "Replacement" these are the current default options.

  9. #109
    Join Date
    Feb 2007
    Location
    Barcelona
    Posts
    201
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Yes, sorry. My english is horrible.
    Yes, iīm referring to replacement and refund...

  10. #110
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default 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');

 

 
Page 11 of 65 FirstFirst ... 9101112132161 ... 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