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.
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
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?
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?
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
dhcernese
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
Quote:
* @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" :cool:
Re: Order Editor 1.3.7 Issues
Quote:
Originally Posted by
mauryg
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" :cool:
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.
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]
Quote:
[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]
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...
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.
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