Page 9 of 38 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 373
  1. #81
    Join Date
    Sep 2006
    Location
    New Boston, IL
    Posts
    57
    Plugin Contributions
    2

    Default Re: Order Editor 1.3.7 Issues

    Ok, I have no idea what I did that fixed it last night - I played with several fixes I found in the forum. but apparently the edit orders in the initial site I was working in is now working EXCEPT the send notice to customer. This appears to not be working and has to be done seperately using the "Unprofessional Fix"

    I will try copying these files over to the other sites I'm working on and cross my fingers that whatever I changed in my files fixes them also.
    Ralyn Speerly Schraceo
    Under The Rainbow
    http://www.undertherainbow.us

  2. #82
    Join Date
    Mar 2005
    Location
    Tempe, AZ
    Posts
    324
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    When i click the detail button git takse me to the same page as does the eidt button. also when i click update after editing a order the mail bounce back and get this message: "A message that you sent contained no recipient addresses, and therefore no
    delivery could be attempted." In the bouncein ge-mail i get
    Lextechs.com Powered By ZenCart

  3. #83
    Join Date
    Aug 2004
    Posts
    126
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Luckily I haven't had half the issues I saw in this thread (thanks to downloading late I assume...) but we do have the issue where if you edit a comment, you can't read it or any previous one. You can do the trick of clicking on the product line instead and that works to resurrect comments made through the original interface, but you can never see comments posted from the edit_orders interface.

    Did anyone ever have a fix just for that that I'm missing on the board?

  4. #84
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Order Editor 1.3.7 Issues

    I feel like I'm on the wrong planet sometimes. So I go to the download area, I click on this module: Edit Orders Last Updated by: Numinix Technology Nov 12 2007 zen v1.3.7 version 1.2.6 .

    I download the file edit_orders_1-2-6.zip, unpack it, and look at the core file, admin\edit_orders.php

    It says in the comments that this is from 11/04/04, version 1.3a and other than the zen-cart copyright the comments only refer to osCommerce.

    This is the same version I was using called version 1.1 from last fall. Did something strange happen in the download area?

  5. #85
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Quote Originally Posted by dhcernese View Post

    This is the same version I was using called version 1.1 from last fall. Did something strange happen in the download area?
    If you look at the admin/includes/functions/extra_functions/edit_orders.php file you will see
    * @version $Id: edit_orders.php, v 1.0.0 12/11/2007 12:08:59 numinix $
    People usually don't fix what ain't broke. I just wish someone would fix what IS broke in this mod, like the problem with product attributes not showing.
    http://www.zen-cart.com/forum/showpo...0&postcount=63

    Or as Yogi Berra said: "It's deja vu all over again"

  6. #86
    Join Date
    Mar 2007
    Location
    Pepperell, Massachusetts
    Posts
    232
    Plugin Contributions
    1

    Default Re: Order Editor 1.3.7 Issues

    Quote Originally Posted by mauryg View Post
    If you look at the admin/includes/functions/extra_functions/edit_orders.php file you will see

    People usually don't fix what ain't broke. I just wish someone would fix what IS broke in this mod, like the problem with product attributes not showing.
    http://www.zen-cart.com/forum/showpo...0&postcount=63

    Or as Yogi Berra said: "It's deja vu all over again"
    Ah. I see. So the only difference between 1.2.6 and 1.1 is that the functions were pulled out of the main module in admin and put in a separate file.

    Yes, I agree, attributes would help. I can't use it without them.

  7. #87
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    [FONT=Arial]Has anyone experienced this error and found a fix for it?[/FONT]
    [FONT=Arial][/FONT]
    [FONT=Arial]When I change the product quantity to 0 and hit update (to remove an item from an order) I get his error: [/FONT]
    [FONT=Arial][/FONT]
    [FONT=Arial]
    [/FONT]
    [FONT=Arial]Fatal error: Cannot use object of type order as array in edit_orders.php on line 271:[/FONT]
    [FONT=Arial]
    [/FONT]
    [FONT=Arial][/FONT]
    [FONT=Arial]Zen Cart 1.3.8a[/FONT]
    [FONT=Arial]Edit Orders VERSION: 1.2.6 11/12/2007[/FONT]
    [FONT=Arial][/FONT]
    [FONT=Arial]Thanks.[/FONT]

  8. #88
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    I get that error as well. Always have, but it used to be if you'd hit back everything still updated (sub total, products, etc...) Now, nothing updates. Never did figure this out...

  9. #89
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    khopek,
    Just found this fix -
    Need a small fix in admin/edit_orders.php, replace lines 267 - 274 with following PHP Code:
    $db -> Execute($Query);
    $row = $db->fields;
    //UPDATE_INVENTORY_QUANTITY_START################################################# #############################################################
    #$order = zen_db_fetch_array($order_query);
    if ($products_details["qty"] != $row->fields['products_quantity']){
    $differenza_quantita = ($products_details["qty"] - $row->fields['products_quantity']);
    $db -> Execute("update " . TABLE_PRODUCTS . " set products_quantity = products_quantity - " . $differenza_quantita . ", products_ordered = products_ordered + " . $differenza_quantita . " where products_id = '" . (int)$row->fields['products_id'] . "'");
    }

    I still have a problem adding items priced by attributes. It adds the item, but not the attribute or the price...

    Any fixes???

    Thanks.

  10. #90
    Join Date
    Mar 2008
    Location
    Florida
    Posts
    30
    Plugin Contributions
    0

    Default Re: Order Editor 1.3.7 Issues

    Can I throw in a different issue, same module? I installed the Edit Orders module.

    I tried it out I got a 404 message that said can't find FILENAME_ORDER_EDIT on this server. I looked at the text file and it says to replace two sections of code, in admin/orders.php, which I did very carefully. However, I noticed that the only file that is close is EDIT_ORDERS, and it's inside the edit_orders/admin folder.

    The instructions were to upload the files to my store, but it didn't say where, nor in which folder. Since the error FILENAME_ORDER_EDIT that can't be found is being sought in the admin folder, are all files to be dumped into admin? Or, should I install it in the Modules folder?

    Thanks

 

 
Page 9 of 38 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Editor issues with images
    By amebb in forum General Questions
    Replies: 0
    Last Post: 18 May 2011, 04:45 PM
  2. html editor issues?
    By 510ego in forum General Questions
    Replies: 2
    Last Post: 24 Feb 2011, 05:07 PM
  3. IE 7 issues with tables in ezpage editor
    By perkiekat in forum General Questions
    Replies: 2
    Last Post: 11 Nov 2009, 12:13 PM
  4. Page Editor and Mod Security issues
    By Scarlet in forum Installing on a Linux/Unix Server
    Replies: 9
    Last Post: 23 Apr 2009, 12:59 AM
  5. Define Pages Editor Issues
    By jemenvy in forum General Questions
    Replies: 3
    Last Post: 5 Apr 2007, 08:21 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