Page 1 of 2 12 LastLast
Results 1 to 10 of 1916

Hybrid View

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

    Default Re: Edit Orders v4.0 Support Thread

    @donw, a couple of things you could do:

    1. Install Report All Errors (https://www.zen-cart.com/downloads.php?do=file&id=1792) and then set Configuration->Logging->Report All Errors Admin to IgnoreDups and Backtrace on Notices to true). That will help me to determine some of what's going on.
    2. Enable Edit Orders' debug (Configuration->Edit Orders->Debug Action Level) to 1.

    Create a test order, split it and then attempt to edit it. I'll be 'looking for' two types of logs:

    1. /logs/myDEBUG-adm-*.log ... files that were created during (a) the initial EO 'view' of the order and (b) the one that includes the fatal error.
    2. /logs/edit_orders/debug_edit_orders_xxx.log, where xxx is the split order being edited.

    I'll PM you my direct email address, as those logs (especially the edit_orders one) can get pretty big.

  2. #2
    Join Date
    May 2018
    Location
    Melbourne, Australia
    Posts
    29
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Thanks, much appreciated. Will do this evening, as I'm tied up for the rest of the day.


    Quote Originally Posted by lat9 View Post
    @donw, a couple of things you could do:

    1. Install Report All Errors (https://www.zen-cart.com/downloads.php?do=file&id=1792) and then set Configuration->Logging->Report All Errors Admin to IgnoreDups and Backtrace on Notices to true). That will help me to determine some of what's going on.
    2. Enable Edit Orders' debug (Configuration->Edit Orders->Debug Action Level) to 1.

    Create a test order, split it and then attempt to edit it. I'll be 'looking for' two types of logs:

    1. /logs/myDEBUG-adm-*.log ... files that were created during (a) the initial EO 'view' of the order and (b) the one that includes the fatal error.
    2. /logs/edit_orders/debug_edit_orders_xxx.log, where xxx is the split order being edited.

    I'll PM you my direct email address, as those logs (especially the edit_orders one) can get pretty big.

  3. #3
    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 donw View Post
    Thanks, much appreciated. Will do this evening, as I'm tied up for the rest of the day.
    The issue that @donw reported is due to that "Super Orders" split operation produced a split order that has no 'ot_shipping' component ... on a site that has ot_shipping enabled.

    I've opened an issue on Edit Orders' GitHub repository, but it's low priority as that's non-standard behavior.

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

    Default Re: Edit Orders v4.0 Support Thread

    I've just submitted v4.4.3 of Edit Orders to the Zen Cart moderators for review; I'll post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #124: zc157 "future-proofing".
    #126: Correct pricing issues when a product includes priced attributes.
    #127: Correct various PHP notices.
    #128: Empty order rendered if an observer disallows an order's update.
    #129: PHP notice on Customers::Orders if no sidebox generated, e.g. when an order is being deleted.
    #130: Additional notifications for site-specific customizations.
    #131: (partial) If there's an orders_status::sort_order field, sort the orders-status values by that value.
    #132: Use zen_get_countries_name to retrieve a country's name (zc157 future-proofing).
    #133: PHP notice generated when an observer adds additional, display-only totals.
    #134: Delivery address (zc156b+) might be empty when an order 'ships' via storepickup.
    #135: Can't add new order-totals during order-edit.
    #136: Enable a store to override EO's use of numeric input fields.
    #137: MySQL error when a store does not include ot_shipping.
    #139: Currency-cron fails if Edit Orders is installed (documentation only).
    #140: Update the 'mock cart' to include variables for the order's total/weight (note, not actually valid values!)

  5. #5
    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
    I've just submitted v4.4.3 of Edit Orders to the Zen Cart moderators for review; I'll post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #124: zc157 "future-proofing".
    #126: Correct pricing issues when a product includes priced attributes.
    #127: Correct various PHP notices.
    #128: Empty order rendered if an observer disallows an order's update.
    #129: PHP notice on Customers::Orders if no sidebox generated, e.g. when an order is being deleted.
    #130: Additional notifications for site-specific customizations.
    #131: (partial) If there's an orders_status::sort_order field, sort the orders-status values by that value.
    #132: Use zen_get_countries_name to retrieve a country's name (zc157 future-proofing).
    #133: PHP notice generated when an observer adds additional, display-only totals.
    #134: Delivery address (zc156b+) might be empty when an order 'ships' via storepickup.
    #135: Can't add new order-totals during order-edit.
    #136: Enable a store to override EO's use of numeric input fields.
    #137: MySQL error when a store does not include ot_shipping.
    #139: Currency-cron fails if Edit Orders is installed (documentation only).
    #140: Update the 'mock cart' to include variables for the order's total/weight (note, not actually valid values!)
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1513

  6. #6
    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
    Now available for download.

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

    Default Re: Edit Orders v4.0 Support Thread

    I've just submitted v4.5.0 of Edit Orders to the Zen Cart moderators for review; I'll post back when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #142: Correct PHP notice issued if an order has no tax groups.
    #143: Correct spelling of Ty Package Tracker constant name.
    #144: Products with attributes, selected option not selected.
    #146: Adding a product, correct PHP notices for missing field-override variables.
    #147: Order-addresses' display order, additional configuration setting.
    #148: Correct detection of additional status-history database fields.

  8. #8
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    zen v1.56c
    php7.1
    edit orders v 4.43
    ty package
    super orders
    1. i have wholesale account installed, how can i edit order with wholesale pricing. ex. if i checkout a wholesale customer and edit the order, price is showing the wholesale price. if i change price and click update, price shows retail price. and not the price i just changed to nor does it go back to the wholesale price that was there.
    2. one time discount works to add to order
    Shipping insurance does not work to add to order
    payment module fee does not work to add to order

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

    Default Re: Edit Orders v4.0 Support Thread

    To edit an order with wholesale pricing (note that I'm assuming that you're using the Dual Pricing plugin), you'll need to make sure that you've chosen the As Entered option from the Choose product-pricing method dropdown.

    I've tested EO with neither an optional shipping-insurance nor payment-module fee order total. It's quite possible that those plugins aren't EO-compatible.

    Would you provide the download links for each?

  10. #10
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    969
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread


 

 
Page 1 of 2 12 LastLast

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