Results 1 to 10 of 649

Hybrid View

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

    Default Re: Return Authorization Module (RMA)

    A lot of thanx, Clyde, for ALL your contributions to the community.
    I have a question about this mod: i have installed it but, at the returns page, the form haven´t tittles. I have read the css and it calls to a few images that aren´t with the files.

    Maybe is that the reason?

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

    Default Re: Return Authorization Module (RMA)

    An other qëstion:
    this mod affects at the background of "fabricantes"(sorry, i don´t know the wortd in english, manufacturers?), maybe the css overrides the specification of general css

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

    Default Re: Return Authorization Module (RMA)

    URL for your site?

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

    Default Re: Return Authorization Module (RMA)

    here do you have the image:
    Attached Files Attached Files

  5. #5
    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!

  6. #6
    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.

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

  8. #8
    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!

 

 

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