Page 190 of 192 FirstFirst ... 90140180188189190191192 LastLast
Results 1,891 to 1,900 of 1916
  1. #1891
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Edit Orders v4.0 Support Thread

    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.

  2. #1892
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,700
    Plugin Contributions
    11

    Default Re: Edit Orders v4.0 Support Thread

    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.

  3. #1893
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Edit Orders v4.0 Support Thread

    @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?

  4. #1894
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Edit Orders v4.0 Support Thread

    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.

  5. #1895
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by swguy View Post
    Trouble is, this is client activity, so I don't know. I can try to repro if that would help.
    Thanks, I'll give it a try too.

  6. #1896
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    Thanks, I'll give it a try too.
    Noting that a back-button press didn't "do the thing"; the to-be-edited order just starts over.

  7. #1897
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Edit Orders v4.0 Support Thread

    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.

  8. #1898
    Join Date
    May 2017
    Location
    endor
    Posts
    1
    Plugin Contributions
    1

    Default Re: Edit Orders v4.0 Support Thread

    I am having an odd issue.
    Code:
    Version Installed: v5.0.2
    My install is an upgraded Zen cart from 158a to 210:
    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_SUBSTITUTION
    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)
    When I click on "Edit" from the Orders page I get re-directed back to the Admin home page. URL looks like this:
    Code:
    https://store.com/shop/admin/index.php?cmd=edit_orders&page=1&action=edit&oID=17849
    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:
    $oID = (int)($_GET['oID'] ?? '0');
    if ($oID === 0) {
        zen_redirect(zen_href_link(FILENAME_ORDERS));
    }
    How best to debug what is happening?

  9. #1899
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Edit Orders v4.0 Support Thread

    @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?

  10. #1900
    Join Date
    Jan 2015
    Posts
    726
    Plugin Contributions
    1

    Default Re: Edit Orders v4.0 Support Thread

    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.

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 817
    Last Post: 29 Apr 2026, 07:53 PM
  2. v150 Orders Status History -- Updated By [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 34
    Last Post: 29 Jul 2019, 07:05 PM
  3. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg