Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 38
  1. #21
    Join Date
    Nov 2004
    Location
    Port Neil South Australia
    Posts
    397
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    Hi have just installed edit order as per instructions on the orders list shows the edit button but once I'm in the order won't allow me to edit it.

    I definately have uploaded the files & confirmed they are in the right folders & changed the code. why isn't it working?
    Michelle Wardley
    Fine Artist & Musician

  2. #22
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    Quote Originally Posted by michellewardley View Post
    Hi have just installed edit order as per instructions on the orders list shows the edit button but once I'm in the order won't allow me to edit it.

    I definately have uploaded the files & confirmed they are in the right folders & changed the code. why isn't it working?
    when you go to the customers/orders page do you see the buttons to the right of the page: details > delete > invoice > packing slip or is the first button you see called "edit"

    if the buttons appear like the ones i just listed then it is uploaded right then you can scroll down to the bottom of the page and click the "edit" button. make a screenshot of your orders edit page cause you should see boxes with the information listed.

    at the bottom of that pages listed items you should see an add product link to be able to choose the category/download/add to links.

    do you see any of this when you go there?

  3. #23
    Join Date
    Nov 2004
    Location
    Port Neil South Australia
    Posts
    397
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    ok my boxes are laid out as per for fisrt description ie: when i go to customers>orders>edit

    When I click on edit the customers order page is still the old one.
    Michelle Wardley
    Fine Artist & Musician

  4. #24
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    did you do this manual edit:

    2. Make the following changes to admin/orders.php:



    Find: (In 1.3.8a on line 854)

    $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> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');


    Replace With:

    $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_details.gif', IMAGE_DETAILS) . '</a> <a href="' . zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')) . 'oID=' . $oInfo->orders_id . '&action=delete', 'NONSSL') . '">' . zen_image_button('button_delete.gif', IMAGE_DELETE) . '</a>');





    Find: (In 1.3.8a on line 898)

    $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:

    $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>');

  5. #25
    Join Date
    Nov 2004
    Location
    Port Neil South Australia
    Posts
    397
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    ahh there we go, must have uploaded the unedited one! That was easy!
    Michelle Wardley
    Fine Artist & Musician

  6. #26
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    Quote Originally Posted by michellewardley View Post
    ahh there we go, must have uploaded the unedited one! That was easy!
    I did the same thing too...totally forgot to do the manual edits

  7. #27
    Join Date
    Apr 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    are you all using v1.5.3 or using v2?

  8. #28
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    Quote Originally Posted by Terrier View Post
    are you all using v1.5.3 or using v2?
    this is the one I have installed:

    VERSION:

    ========

    2.03 - 2/21/2008 - v1.5 to v2.03 Changes by Scott Turner

  9. #29
    Join Date
    Apr 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Edit Orders Support

    Quote Originally Posted by DarkAngel View Post
    this is the one I have installed:

    VERSION:

    ========

    2.03 - 2/21/2008 - v1.5 to v2.03 Changes by Scott Turner
    possible to share the direct link

    I found is the older version

    Version: 1.5.3
    Last Updated: Aug 01 2008
    Author: Scott Turner

  10. #30
    Join Date
    Mar 2009
    Posts
    221
    Plugin Contributions
    1

    Default Re: Edit Orders Support

    Quote Originally Posted by Terrier View Post
    possible to share the direct link
    v2.03 was never submitted to the Free Software Addons section (or maybe never got approved). You have to get it here:

    http://www.zencartmod.com/index.php?...&products_id=3

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1786
    Last Post: 10 Apr 2024, 03:17 PM
  2. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  3. Replies: 13
    Last Post: 27 Oct 2010, 05:48 PM
  4. Replies: 0
    Last Post: 30 Sep 2009, 08:18 PM
  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