It's used 56 times. Perhaps Developer's Toolkit doesn't search zc_plugins? Not sure.
It's used 56 times. Perhaps Developer's Toolkit doesn't search zc_plugins? Not sure.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
You are correct. I forgot to check Plugins.
I find no definition in 5.0.2 or on the latest GitHub.
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
@swguy, what type of order was being edited when those logs were created? The eoChanges class is created in the session on EO's initial rendering of the to-be-edited order's display. Note that it (and other EO session-based information) is removed from the session if you navigate away from the order's editing.
Did you, perhaps, hit the browser's back-button?
Trouble is, this is client activity, so I don't know. I can try to repro if that would help.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
LOL of course I can't dup it either.![]()
Thanks for looking, maybe someone else will find a repro path.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I am having an odd issue.
My install is an upgraded Zen cart from 158a to 210:Code:Version Installed: v5.0.2
Code:Server OS: Linux 6.12.0-55.38.1.el10_0.x86_64 Server Date: 10/17/2025 20:35:14 Server Up Time: 20:35:14 up 6 days, 9:43, 2 users, load average: 0.06, 0.02, 0.00 HTTP Server: Apache PHP Version: 8.4.13 (Zend: 4.4.13) PHP File Uploads: On Upload Max Size: 64M PHP Memory Limit: 128M POST Max Size: 64M Database Engine: MySQL 8.4.6 Database Host: 127.0.0.1 (127.0.0.1) Database Date: 10/17/2025 20:35:14 Database Data Size: 839,011 kB Database Index Size: 21,357 kB MySQL Slow Query Log Status: Off MySQL Slow Query Log File: /var/lib/mysql/dev-slow.log MySQL Mode: ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO, NO_ENGINE_SUBSTITUTIONWhen I click on "Edit" from the Orders page I get re-directed back to the Admin home page. URL looks like this:Code:Database Patch Level: 2.1.0 v2.1.0 [2025-10-09 21:05:33] (Version Update 2.0.0->2.1.0) v2.0.0 [2025-10-09 21:05:13] (Version Update 1.5.8->2.0.0)
I saw the part of code that does a re-direct if oID is invalid.., but 17849 in my case is a valid order ID. I don't see any logs getting dumped out from ZenCart..Code:https://store.com/shop/admin/index.php?cmd=edit_orders&page=1&action=edit&oID=17849
How best to debug what is happening?Code:$oID = (int)($_GET['oID'] ?? '0'); if ($oID === 0) { zen_redirect(zen_href_link(FILENAME_ORDERS)); }
@djbooya, can you view the order using the built-in order-details page? There are a couple of spots within Edit Orders where a malformed order will be redirected back to the standard orders' processing.
... and, are you in the admin as a SuperUser?
i am playing around with this module. Zencart 2.1 php 8.2. I cant seem to edit the products or prices. Is the ready for 2.1? Did i miss a step.