Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2008
    Location
    Pickerington, OH
    Posts
    25
    Plugin Contributions
    0

    Default Edit Orders 1.53 install question

    I'm trying to install the latest version of Edit Orders (1.53) to my install of Zen-cart 1.38a/zenmagick 0.90.

    The install (readme.txt) includes instructions on editing 'admin/orders.php'

    INSTALLATION:
    =============
    1. Upload files to your store directory;
    2. Make the following changes to admin/orders.php:

    Find:

    Code:
    $contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');
    Replace With:
    Code:
    $contents[] = array('align' => 'center', 'text' => '<a href="' . zen_href_link(FILENAME_ORDER_EDIT, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=edit', 'NONSSL') . '">' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '</a>');
    The challenge is, I can't find the lines of code in orders.php to edit. I've gone back to the original install files for 1.3.8 and the code to edit is not in there.

    Am I missing something?

    Perhaps someone could share line numbers where this code exists?

    thanks in advance for your assistance.

  2. #2
    Join Date
    Jul 2004
    Location
    Oxford
    Posts
    108
    Plugin Contributions
    0

    Default Re: Edit Orders 1.53 install question

    Agree. My file ../orders.php version 1.3.8 is dated 28/07/2007
    Ruth

 

 

Similar Threads

  1. 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
  2. Replies: 13
    Last Post: 27 Oct 2010, 05:48 PM
  3. Replies: 0
    Last Post: 30 Sep 2009, 08:18 PM
  4. 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
  5. Edit Orders 1.2.6 question
    By GsT in forum Managing Customers and Orders
    Replies: 1
    Last Post: 22 Jan 2008, 09:36 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