Page 52 of 65 FirstFirst ... 242505152535462 ... LastLast
Results 511 to 520 of 649
  1. #511
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    978
    Plugin Contributions
    6

    Default Re: Return Authorization Module (RMA)

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

  2. #512
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

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

  3. #513
    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 willie bee View Post
    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)

  4. #514
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

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

  5. #515
    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 willie bee View Post
    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.

  6. #516
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default 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
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  7. #517
    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 discoverytdi View Post
    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.

  8. #518
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

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

  9. #519
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    I could use

    PHP Code:
    $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 Code:
    $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.
    Last edited by DigitalShadow; 15 Jul 2011 at 10:31 AM.

  10. #520
    Join Date
    Mar 2009
    Posts
    609
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    Anyone?

 

 
Page 52 of 65 FirstFirst ... 242505152535462 ... 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