UGH. I have version PHP Version 5.1.6
Why will it only work with 5.2.X?
Are there some minor code changes I could make to make this work?
UGH. I have version PHP Version 5.1.6
Why will it only work with 5.2.X?
Are there some minor code changes I could make to make this work?
Screw it. I went ahead and updated PHP. Curious though the files overwrite the core files as there are no instructions to manually edit the code. So I'm wondering are the mod files 1.3.9h? I don't want to overwrite my vanilla 1.3.9h core files with mod files with 1.3.9g or less code.
TIA!
And there won't be as we don't know what other mods you may have made to the same core files for other modules.. So you will need to compare them side by side and merge the required (and CLEARLY MARKED) modifications.
From the readme (please not what's highlighted in red:
Won't hurt ANYTHING to download the module, read through the readme and see if this module works for your needs.. The readme covers the most frequently asked questions..Rename the YOUR_ADMIN_FOLDER folders in the 2_Required_Core_Edits folder to match the name of your store's admin folder
As with ANY module, any files which override existing cart files should be merged using a tool like Winmerge or Beyond Compare before you install the module.
Because these are core files, they have been separated in our install fileset so they are easily identified. If you have installed any mods which make changes to the files in this folder, you will need to use a tool like Winmerge or Beyond Compare to incorporate those changes into these files.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Just installed Edit Order V3.03 to a vanilla base zen cart (we've been using the template system for over-rides, but not for anything other than look and feel) and got a couple PHP Warnings in the cache/debug log:
[23-Mar-2011 21:59:49] PHP Warning: asort() expects parameter 1 to be array, null given in /home/xstimpr/public_html/tuxedoparkbrewers-com/Admin/edit_orders.php on line 2350
[23-Mar-2011 21:59:49] PHP Warning: Invalid argument supplied for foreach() in /home/xstimpr/public_html/tuxedoparkbrewers-com/Admin/edit_orders.php on line 2351
Edit_Orders.php lines are as follows:
asort($ProductList[$add_product_categories_id]);
foreach($ProductList[$add_product_categories_id] as $ProductID => $ProductName)
If anyone could make any sense of them as far as how buggy these couple lines of code really are, it would be appreciated. We really just wanted a way to quickly edit a cash order before it was totalled and filled, other than simply creating a second to append to the first. Our store is new and being designed and run by noobs, so GREAT APPRECIATION comes from us to you and hopefully restraint and patience comes back our way : )
Admin has been renamed, I just supplied the default on the forum to cover my tracks.
Thanks in advance...
JJ
I hate replying to my own reply but I couldn't find an "edit" button the reply. Still new! And I figured if you looked and bothered to reply to the first question, you might squeeze in some additional quick advice:
Can you delete items from an order simply by deleting the line item from the "edit order" page?
Furthermore, if this is the case, will the inventory be re-posted to the category for the store, or is that something Admin has to do independently of editing the order quantities of the items.
TIA.
JJ
I received this same "blank page" error. My error log contained the following:
"[30-Mar-2011 11:12:35] PHP Fatal error: Cannot redeclare zen_get_country_id() (previously declared in /MY_DOMAIN/MY_CATALOG/MY_ADMIN/includes/functions/extra_functions/edit_orders_functions.php:33) in /MY_DOMAIN/MY_CATALOG/MY_ADMIN/includes/functions/extra_functions/DELETEedit_orders.php on line 45"
I had just renamed the edit_orders.php file instead of deleting it. Once I deleted it, all was well and working fine. :)
Last edited by laurelsstitchery; 30 Mar 2011 at 07:29 PM.
UPDATE: Discovered deletion of items can occur by making quantity zero. Still assuming that inventory is replenished (haven't bothered to test for certain at this point).
JJ
Hello.
I have not been able to find answers I am hoping for help. I have recently updated to Zen Cart 1.3.9.h and I want to update to Super Orders 3. It says to upgrade my Edit Orders first.
I have uploaded and tested several times including the patch but always get blank pages. I was not even able to go back to admin and install the sql patches. I had to go into phpmyadmin to install them but it is still not working.
I have checked that all the files go into the correct folder and deleted the edit_order.php file that the installation instructions informs.
I am running linux and php v. 5.2.17
If anyone could assist with this that would be great as I would love to update this and Super Orders.
Thanks Again.
GS
Last edited by guitarstore; 4 Apr 2011 at 06:14 AM.
Bookmarks