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.
Your question is WAAAAY too broad.. Out the box Edit Orders WORKS.. So if it doesn't, then it would help the community to help you if you provided some details on what's going on in your situation..
- What are the order totals before editing??
- What products do you add??
- What do you expect the order totals to be after adding the product?
Details will help otherwise we will just be guessing which is usually not helpful..
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.
Ok, good to know that this should be working. Now the search will begin. I'll post back once I get closer.
Live and learn... the Zen way.
USPS Click-N-Ship Auto-Fill v1.6 could be the guilty one? But here is my list of mods.
additional_images_v.1.1
column_layout_grid_2_3_1 SQL
Image_Handler4_v4_3_1 (auto installer)
Short Description for Categories 1.3 SQL
ckeditor-for-zencart
captchaUsing_ttf__gd__TelephoneNotRequired_v3.0 SQL
Multi Cross Sell (merged - creates new Xsell table, might need to back up table first) upload Admin_Page_Install to apply install
edit_orders_1 (Edit Orders 4.1.1) SQL
Admin_Login_As_Customer_v3.1_For_ZCv151 SQL (might not need as MP is installed?)
USPS v15 Ratev4 2013_0127 R2013_0729_J5
UPS United Parcel Service
Google Merchant Center Feeder 1_14_0
ceon_uri_mapping_4.4.1_for_zc merged
EasyPopulate-4.0-master
IntegratedCOWOA_2.4 SQL
USPS Auto Fill mod, partial, just to pull order total weight, SQL
Live and learn... the Zen way.
So which version of Edit Orders do you have installed? 4.1.1? 4.1.2?
What version of Zen Cart do you have installed?
Attribute handling in Zen Cart is complex involving a large number of tables... Edit Orders uses the same code as Zen Cart to determine which attributes attached to a product are "user-selectable". There are a couple of Zen Cart settings which impact this function including: PRODUCTS_OPTIONS_TYPE_READONLY_IGNORED and PRODUCTS_OPTIONS_TYPE_READONLY.
It is also possible if you used EasyPopulate to add the attributes something was missed (In the past it was an issue, but I have not used EasyPopulate recently so it may have been fixed at some point). Have you tried going to the attribute controller, option names manager, and option values managers (I believe in Zen Cart 1.5.1 they added a couple attribute autofix / repair features when these are loaded)?
Is there anything in the Zen Cart debug logs or server / php error logs?
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
If you suspect that the errant SQL is the issue, then you need to narrow this list down.. Follow the thread lat9 posted.. Do ANY of these add-ons use the kind of SQL code that MIGHT accidentally delete configuration table items which would cause issues with attributes. You can eliminate IH4, CK Editor, COWOA, Edit Orders, Ceon URI, UPS, and USPS as NONE of these contain the kind of errant SQL which would cause issues.. You will need to examine the rest to determine if this is indeed the cause..
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.
4.1.2 is installed, was my old list when I did the 1.5.1 upgrade
No, I did not import anything attribute with EP. These products have been active since 1.3.9 and older. Just completed an 1.5.1 about a month ago. Thought all is well until I discovered the editing orders is acting up. Last addition I did was the USPS autfill as I wanted the total weight on my order detail that this mod provides (even on free shipping order). That is why I thought it might be related to this.
Just noticed my error_log file is getting very big, see last entry.
[23-Sep-2013 21:47:43] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/suhosin.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/suhosin.so: cannot open shared object file: No such file or directory in Unknown on line 0
[23-Sep-2013 21:47:43] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/pdo.so: undefined symbol: executor_globals_id in Unknown on line 0
[23-Sep-2013 21:47:43] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/pdo_sqlite.so: undefined symbol: core_globals_id in Unknown on line 0
[23-Sep-2013 21:47:43] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-zts-20060613/sqlite.so: undefined symbol: core_globals_id in Unknown on line 0
[23-Sep-2013 21:47:43] PHP Warning: PHP Startup: pdo_mysql: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=1
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
Not sure what this is all about.
Live and learn... the Zen way.
Hello everyone. I am trying to install Edit orders on zen 1.51 and I am getting this error. /zen_admin/includes/functions/extra_functions/common_orders_functions.php'. Verify your web server has access to delete this file. I have searched and found two posts about this. The post says to change permissions to allow web server to delete the files. Well How does one do this? I have changed permissions on the individual files and changed user permissions etc and nothing seems to work. I am usually pretty sharp at this but today I am just drawing a blank. It is a fresh install of zen cart on a dedicated Linux Ubuntu 12.04 server.
Message like this indicate your php.ini is instructing the php interpreter to load those php "extensions" and the files are not present. Most common causes are after a server move or a PHP upgrade (and the php.ini was not updated to point to the correct locations - or some extensions are no longer available). Hosting provider should be able to help with these and they are probably not the source of the issue you are describing... But not a bad idea to get them fixed :)
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
You will need to determine which user your webserver is running under (by default the user is www-data in a stock Debian derived OS without suphp installed). Then you need to change permissions to grant write access to the file(s) mentioned. You may have to change permissions via a web based "File Manager" depending upon your hosting provider (the hosting provider should be able to tell you if this is the case and how to change the permissions). If you have enabled SELinux on your web server and do not have the site under "/var/www" you may also need to change some SELinux related permissions (rare in stock Ubuntu).
Both of these are beyond the scope of this support thread... If you need further help with permissions, please open a new thread on the forum asking how to adjust permissions on your web server. Thank You!
Last edited by lhungil; 1 Oct 2013 at 10:01 PM.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Bookmarks