Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
Are you running Super Orders v1.3.9??? Because the error indicates that you probably are.. (as the error indicates, both Super Orders and Edit Orders are attempting to declare the same function) If so you need to follow the instructions for Super Orders 1.3.9..
From the Edit Orders readme file:
Quote:
Super Orders Users
If you have installed
Super Orders and would like to use
Super Orders with
Edit Orders please read the "How to Use" tab
- IMPORTANT!!!! Super Orders v1.3.9 users:
PLEASE READ the "How to Use" tab. There is a Super Orders update that is REQUIRED to use Edit Orders v3.03 with Super Orders v1.3.9. (Without this update you WILL get blank page errors when using Edit Orders v3.02 with Super Orders v1.3.9)
This update is NOT required for Super Orders v3.0x
Quote:
Originally Posted by
highlander
Hi DivaVocals,
When I say step 3, I mean step 3 of the installation instructions for the mod. as below....
Basic Installation Instructions
1. Unzip the package contents to a temp directory
2. Rename all of the YOUR_ADMIN_FOLDER folders from the 1_Install_Files folder to match the name of your admin folders respectively.. Let me repeat this as this is the one step in module installs that most OFTEN gets overlooked/missed
Rename all of the YOUR_ADMIN_FOLDER folders to match the name of your admin folders respectively
3. Upload ALL the files in the 1_Install_Files folder to your store directory. The directory structure within these folders is like your Zen Cart store's folder structure
the log file says: [07-Jan-2011 17:54:33] PHP Fatal error: Cannot redeclare zen_db_scrub_in() (previously declared in /home/mccarthy/public_html/store/macFie_62/includes/functions/extra_functions/common_orders_functions.php:30) in /home/mccarthy/public_html/store/macFie_62/includes/functions/extra_functions/super_orders_functions.php on line 166
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
ok. I'll try that. The install instructions for edit orders looked like it was sequential instructions, and that the super orders part was something to be done afterward because it was listed later.
Re: Edit Orders v3.0.3 will be submitted to the downloads tonight
Submitted to the downloads section tonight.. Please be patient as the admins must approve the download before it is available..
Quote:
Originally Posted by
DivaVocals
Change Log v3.03 - 01/06/2011
- Bug fix - Corrects issue where order comments which included apostrophe's would generate an error.
- Bug fix - Corrects issue where on certain host configurations shopowner would get language ID errors.
- Buglet (little bug.. ) fix - Fixed Shipping method filed so that it no longer shows raw HTML outputs (affected mainly FedEx shipping users)
- Added last updated field to properly support Rewards module
- Added French language support (courtesy of sanji!!!) If anyone has other language translations, send them to me and I will update the fileset.
- More formatting fixes to totals section. All entry fields now right align
- Included required PHP version data in the Purpose & Aim tab
- Minor updates and tweaks to readme for clarity
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
Quote:
Originally Posted by
highlander
ok. I'll try that. The install instructions for edit orders looked like it was sequential instructions, and that the super orders part was something to be done afterward because it was listed later.
Nope that's why I called out Super Orders 1.3.9 specifically on the installation tab in the readme.. We made changes to better align Super Orders v3.0 and Edit Orders v3.0 an in doing so, it required a slight change to those who may not be upgrading to Super Orders v3.0. (though we hope you'll give Super Orders v3.0 a looksee!:smile:)
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
okeedokee.
I don't get the error anymore, but I must not be doing something correctly or in the right order perhaps? I don't see any edit button when I launch orders or superorders. :frusty: Suggestions?
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
Just for clarification, I did the superorders 139 portion first as you mentioned, then went back and did the rest of the install instructions.
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
Quote:
Originally Posted by
highlander
okeedokee.
I don't get the error anymore, but I must not be doing something correctly or in the right order perhaps? I don't see any edit button when I launch orders or superorders. :frusty: Suggestions?
Did you merge the super_orders.php and orders.php correctly with your existing super_orders.php and orders.php files.. That's where the code for the "Edit" buttons is and it's pretty clearly marked if you are using a file comparison program.. Are you running any other mods which made modifications to these same files??
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
I went to the how to use section (as you mentioned, because I have version 139 of superorders installed) which told me to upload the superorders patch files, & run the sql.
Then, I went back to the install instructions and uploaded the files in the 1_install folder, then did the core edits where I compared the orders.php supplied with the original one as indicated. I merged all of the differences from the new one into the old one as I didn't see anything that looked like an edit I would have done. Then I ran the sql as it instructed. I logged out and back in to be certain, and I don't see any edit button. :blink:
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
In orders.php find this:
Code:
// check if order has open gv
Post the 4-5 lines just above this.. PLEASE use the forum code or PHP tags so this is easier to read.
Then find this:
Code:
Begin add Edit Orders icons to order list
and post the line immediately following..
If you are not seeing the "Edit" buttons, the only possible reason is that the code for those buttons is missing or something else is installed incorrectly....
Quote:
Originally Posted by
highlander
I went to the how to use section (as you mentioned, because I have version 139 of superorders installed) which told me to upload the superorders patch files, & run the sql.
Then, I went back to the install instructions and uploaded the files in the 1_install folder, then did the core edits where I compared the orders.php supplied with the original one as indicated. I merged all of the differences from the new one into the old one as I didn't see anything that looked like an edit I would have done. Then I ran the sql as it instructed. I logged out and back in to be certain, and I don't see any edit button. :blink:
Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread
and to make sure that you have installed everything in it's proper location, try this. Open ANY order in your store..
Make note of the order ID # and replacing the highlighted values below with the values from your store enter the following URL into your browser.
http://yourdomain.com/YOUR_ADMIN_FOLDER/edit_orders.php?page=1&oID=ORDER_ID#&action=edit
Quote:
Originally Posted by
highlander
I went to the how to use section (as you mentioned, because I have version 139 of superorders installed) which told me to upload the superorders patch files, & run the sql.
Then, I went back to the install instructions and uploaded the files in the 1_install folder, then did the core edits where I compared the orders.php supplied with the original one as indicated. I merged all of the differences from the new one into the old one as I didn't see anything that looked like an edit I would have done. Then I ran the sql as it instructed. I logged out and back in to be certain, and I don't see any edit button. :blink: