Results 1 to 10 of 649

Hybrid View

  1. #1
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Clyde, I'm having a little trouble with this mod again. It must be something in my setup. lol

    I ran across the update you had added and so I ran the install_return_authorization.sql file like you suggested in a previous post.

    The emails I'm receiving have stopped showing the phone # and State again:

    From: Any Who
    Email: [email protected]
    Phone Number:
    Address: 123 Main Street
    City: Mcminnville
    Post Code: 37110
    State:
    Order Number:
    Total Value:
    Item Number:
    Item Name:
    Action Requested: Refund
    I re-uploaded the original quick fix you posted to see if it would resolve the problem, but it didn't.

    Also, when a customer is logged in, it automatically fills in all their information (great!) except the State. Which is a minor detail since the customer can add that themselves or I can look it up. But, even though it's a required field, it will let the email be sent even if this is left blank. I've attached a screen shot.

    If you would like to see the site: www.adriftwood.com (under Returns & Exchanges).
    Attached Images Attached Images  
    I'll finish that project tomorrow, I've made enough mistakes today!

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

    Default Re: Return Authorization Module (RMA)

    The emails I'm receiving have stopped showing the phone # and State again:
    for the phone number problem - open includes/modules/pages/returns/header_php.php

    find the following code and add the highlighted portion:

    Code:
      $error = false;
      if (isset($_GET['action']) && ($_GET['action'] == 'send')) {
        $name = zen_db_prepare_input($_POST['contactname']);
        $email_address = zen_db_prepare_input($_POST['email']);
    	$telephone = zen_db_prepare_input($_POST['telephone']);
    Save the edited file and upload to your server.

    I've been unable to duplicate the "State" problem it is working OK on my test site.

    Let me work a bit more and see it I can come up with a solution.

  3. #3
    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
    here do you have the image:
    Its a lot easier to find a solution if there is a site to look at.

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

    Default Re: Return Authorization Module (RMA)


  5. #5
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Quote Originally Posted by clydejones View Post
    for the phone number problem - open includes/modules/pages/returns/header_php.php

    find the following code and add the highlighted portion:

    Code:
      $error = false;
      if (isset($_GET['action']) && ($_GET['action'] == 'send')) {
        $name = zen_db_prepare_input($_POST['contactname']);
        $email_address = zen_db_prepare_input($_POST['email']);
    	$telephone = zen_db_prepare_input($_POST['telephone']);
    Save the edited file and upload to your server.

    I've been unable to duplicate the "State" problem it is working OK on my test site.

    Let me work a bit more and see it I can come up with a solution.
    Thank you once again Clyde! That solved the phone# issue. Works great and that was the most important issue. We tend to call our customers who have a problem.
    I'll finish that project tomorrow, I've made enough mistakes today!

  6. #6
    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
    Open includes/templates/YOUR_TEMPLATE/css/returns.css and make the changes highlighted in red

    Code:
    legend {font-family:verdana, arial, helvetica, sans-serif; font-size:1.1em; color: #000; font-weight:bold; margin-bottom:5px; padding:3px; background:#fff url(../images/form.png) repeat-x center left;}
    
    option {background:#fff; color:navy;}
    for the images unzip the attached file, rename the YOUR_TEMPLATE folder to match the name of your custom folder and upload the entire includes folder to your server

    Attachment 1649
    Last edited by clydejones; 31 Dec 2009 at 02:31 AM.

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

    Default Re: Return Authorization Module (RMA)

    thanx a lot, Clyde. You really are GreaT. I Will try it at inform to you about the result.
    I say it again: thank you

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

    Default Re: Return Authorization Module (RMA)

    Pardon the spelling -

    Da nada!

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

    Default Re: Return Authorization Module (RMA)


    It works perfect, clyde!

    Thanks again (gracias de nuevo)

 

 

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

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