Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2007
    Location
    Northeast Georgia, USA
    Posts
    37
    Plugin Contributions
    0

    Default Compare Super Orders and Edit Orders

    First, Super Orders is listed for 1.3.7. Does it work with 1.3.8 without unusual problems?

    I have not been able to find this on the forum or download descriptions.

    What can be edited and specific features of Edit Orders?

    What can be edited and specific features of Super Orders?

    I would appreciate a list instead of the general descriptions. I want to be able to target what I need without adding a lot of unnecessary features to my store.

    Thanks.

    G. T.

    http://www.motorcyclestuffwarehouse.com

  2. #2
    Join Date
    Oct 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Compare Super Orders and Edit Orders

    I would also like to know this, I went ahead and tried it. I got everything to work so far except for Optional File Edit Step 3 - Storing the Last Four CC Digits. I cannot find the string in the authorizenet_aim.php file.

    Blindside could you make a suggestion? I cannot find anyone that has said it either works or doesn't work with 1.3.8

    Thanks,

    C

  3. #3
    Join Date
    Oct 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Compare Super Orders and Edit Orders

    On line 1203 it says this

    Code:
        // DATABASE SECTION
    
        // Insert the send and receive response data into the database.
    
        // This can be used for testing or for implementation in other applications
    
        // This can be turned on and off if the Admin Section
    
        if (MODULE_PAYMENT_AUTHORIZENET_AIM_STORE_DATA == 'True'){
    
          $db_response_text = $response[3] . ($this->commError !='' ? ' - Comm results: ' . $this->commErrNo . ' ' . $this->commError : '');
    
          $db_response_text .= ($response[0] == 2 && $response[2] == 4) ? ' NOTICE: Card should be picked up - possibly stolen ' : '';
    
          $db_response_text .= ($response[0] == 3 && $response[2] == 11) ? ' DUPLICATE TRANSACTION ATTEMPT ' : '';
    I think that they just changed the variable from

    MODULE_PAYMENT_AUTHORIZENET_AIM_STORE_NUMBER

    to

    MODULE_PAYMENT_AUTHORIZENET_AIM_STORE_DATA

  4. #4
    Join Date
    Oct 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Compare Super Orders and Edit Orders

    Another find: I found this code at line 545

    Code:
        $order->info['cc_number']  = str_pad(substr($_POST['cc_number'], -4), strlen($_POST['cc_number']), "X", STR_PAD_LEFT);
    Which is very similar to the one posted in the Simple Orders directions

    Code:
              $saved_digits = substr($cc_number, -4);
              $stored_cc = str_pad($saved_digits, $length, "X", STR_PAD_LEFT);
    C

 

 

Similar Threads

  1. v151 Stock by Attributes +Edit Orders + Super Orders
    By RodG in forum Customization from the Admin
    Replies: 7
    Last Post: 9 May 2016, 02:26 PM
  2. v151 Admin install messages will not go away for Super Orders, Edit Orders plugins
    By rcrosier in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 15 Oct 2013, 06:10 PM
  3. Replies: 13
    Last Post: 27 Oct 2010, 05:48 PM
  4. Super Orders & Edit Orders
    By Bruce1952 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 27 Oct 2010, 08:35 AM
  5. Edit Orders and Super Orders, anyone doing that?
    By swamyg1 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 4 Feb 2009, 06:03 AM

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