Results 1 to 10 of 649

Hybrid View

  1. #1
    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 booghaboobaby View Post
    Yes I confirmed that all of those files are there. I did miss renaming one of the YOUR_TEMPLATE but even fixing that I still am having the same issue. https://www.dittanybaby.com/test/ind...LENAME_RETURNS
    Is there someplace else I should look?
    download and install the debug error logging utility

  2. #2
    Join Date
    Nov 2006
    Posts
    51
    Plugin Contributions
    0

    Default Re: Return Authorization Module (RMA)

    thanks I will as soon as i rebuild it! I crashed it loading the customer rewards module and am having to re-install it now. I'll let you know.
    thanks again!

  3. #3
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Return Authorization Module (RMA)

    Hi Clyde,

    Thanks for all of your great mods, we use several of them! I have been using this mod for a while now, v2.2, and have always meant to figure out how to change the action requested:0 in the email to read action requested:Return or whatever the value is in the admin configuration. Could you please tell me how to fix that?

    Thanks!

    Zen Cart and it's community are the best!!

  4. #4
    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 lankeeyankee View Post
    Hi Clyde,

    Thanks for all of your great mods, we use several of them! I have been using this mod for a while now, v2.2, and have always meant to figure out how to change the action requested:0 in the email to read action requested:Return or whatever the value is in the admin configuration. Could you please tell me how to fix that?

    Thanks!
    Not sure what you mean:

    This is what you should get:

    Order Number: T00000
    Total Value:
    Item Number:
    Item Name:
    Action Requested: Replacement
    ------------------------------------------------------
    Reason: Test of return authorization mod

    What are the settings you have in the admin configuration settings?

  5. #5
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Return Authorization Module (RMA)

    Order Number: 74770
    Total Value:
    Item Number:
    Item Name:
    Action Requested: 0

    I haven't changed anything from the stock module, I have the setting set to:

    Phone Number true
    Total Value false
    Item Number true
    Only registered customers may submit a return request false
    Set "Return Action" Dropdown List Refund, Replacement

    When searching through this thread for "Action Requested" I see where other people have posted their emails that they have the array number instead of the value, too, but others have the value. Search the thread if you want to see what I mean.

    Zen Cart and it's community are the best!!

  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 lankeeyankee View Post
    Order Number: 74770
    Total Value:
    Item Number:
    Item Name:
    Action Requested: 0

    I haven't changed anything from the stock module, I have the setting set to:

    Phone Number true
    Total Value false
    Item Number true
    Only registered customers may submit a return request false
    Set "Return Action" Dropdown List Refund, Replacement

    When searching through this thread for "Action Requested" I see where other people have posted their emails that they have the array number instead of the value, too, but others have the value. Search the thread if you want to see what I mean.
    can you post the code from tpl_returns_default.php

    from about line(s) 123 to 137

    BTW - the most recent version in the downloads section is 2.3.0

  7. #7
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Return Authorization Module (RMA)

    PHP Code:
    <?php
    if (RETURN_ACTION_LIST !=''){

      foreach(
    explode(","RETURN_ACTION_LIST) as $k => $v) {
        
    $entry_action_array[] = array('id' => $k'text' => preg_replace('/\<[^*]*/'''$v));
      }
    ?>  
    <label class="inputLabel" for="entry-action"><?php echo ENTRY_ACTION?></label>
    <?php echo zen_draw_pull_down_menu('action'$entry_action_array'id="entry-action"');?>

    <?php
    } else {
    $default_action ENTRY_ACTION_DEFAULT;
    ?>

    <label class="inputLabel" for="entry-action"><?php echo ENTRY_ACTION?></label>
    <?php echo zen_draw_input_field('action'$default_action'size="20" id="entry-action"') ; ?>

    <?php
    }    
    ?>
    Is that what you are looking for? I guess I should look at the update module!

    Zen Cart and it's community are the best!!

 

 

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