Page 144 of 179 FirstFirst ... 4494134142143144145146154 ... LastLast
Results 1,431 to 1,440 of 1787
  1. #1431
    Join Date
    Apr 2019
    Location
    Canada
    Posts
    11
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    @jvdd, a memory issue would be my guess. Check your store's /logs directory for some myDEBUG-adm-*.log file(s) on/around the time you attempted to update that order.
    I also believe that may be the cause of the page/log not populating after clicking update. Thanks, I'll try to dig deeper.

    If it was a memory issue, how do I increase it?

  2. #1432
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by jvdd View Post
    If it was a memory issue, how do I increase it?
    Talk with your hosting company about this.

  3. #1433
    Join Date
    May 2018
    Location
    Melbourne, Australia
    Posts
    24
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hi,
    I've been ill for the past couple of weeks with a cold/flu. Tonight I did some more investigating, and found that I had missed one small change in admin/includes/functions/extra_functions/edit_orders_functions.php.
    Dual pricing requires the following change, which I had missed.

    if (!$query->EOF) {
    // Handle common fields
    $retval = array_merge($retval, array(
    'name' => $query->fields['products_name'],
    'model' => $query->fields['products_model'],
    'price' => $query->fields['products_price_w'],

    I appreciate your time and help.

  4. #1434
    Join Date
    Jun 2019
    Location
    America
    Posts
    4
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    @armytags.com, I'd thought that your posting of EO 4.0.4 was a typo as EO's current version is 4.4.0!

    If you are you really running on Zen Cart 1.5.1 with EO 4.0.4, you'll need to update your Zen Cart so that you can have the benefit of all the changes and corrections over the past 7 years and then also update your Edit Orders installation to use the current version.

    Although changing the database schema might get you past the symptom of the error you're experiencing, it's not addressing the root-cause of the issue (code should, and now does, set that required field) and has the possibility of causing follow-on issues when you do upgrade.
    Yes, you are right. The thing is that the cart was working well with the old server for our modest needs, and I let me guide for the old saying: "if it is not broken, don't fix it". It is time for an update. Thanks for your time.

  5. #1435
    Join Date
    Jun 2019
    Location
    Austin TX
    Posts
    45
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I'm currently having an issue with this plugin. The unit price is not updating when changes are made, yet the success message after hitting "update" still appears.
    We updated from Zen Cart 1.5.1 to 1.5.6f a few days ago. We use PHP 7.3 and MySQL 5.7.26. I've looked at the edit_orders error log but was unable to notice anything too out of the ordinary. All other edits made through this plugin are working fine such as quanitity, status, and attributes/pricing. It just isn't letting me update a unit price of a product. Let me know if there is any other information you need. The error log is quite long but if anyone knows an easy way to make that viewable I can follow steps to upload it somewhere.

  6. #1436
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Edit Orders v4.0 Support Thread

    Paste error log contents into the tags. I can confirm this same behavior in 1.5.6b and EO 4.4.0. I can update shipping and it does stay at the new value. But items with or without attributes cannot have the price updated. Items that are on special have the price reverted to the non-special price once the order is saved after changing the price to something else. PHP 7.1.30. No error logs.
    Last edited by lankeeyankee; 6 Jul 2019 at 01:27 AM.

    Zen Cart and it's community are the best!!

  7. #1437
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Which "Price Calculation Method" are each of you using?

  8. #1438
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    FWIW, I'm not seeing this behavior on EO 4.4.0 and zc156b. I've got Configuration->Edit Orders->Product Price Calculation Method set to Choose with a default of Auto.

    I place a test order for a product that's on sale for $25.00 (normal price of $35.00). On entry to EO, the product price shows $25.00.

    Using my defaults (i.e. auto without special pricing), I click "Update" and the price changes to $35.00.
    Change the product-pricing method to auto, with specials pricing, click "Update" and the price changes back to $25.00.
    Change the product-pricing method to as entered, change the price to 15.00, click "Update" and the price changes to $15.00.

  9. #1439
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Edit Orders v4.0 Support Thread

    Yep, that's me being unaware of the config settings. Pass me that sign you borrowed from dbltoe!

    Zen Cart and it's community are the best!!

  10. #1440
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lankeeyankee View Post
    Yep, that's me being unaware of the config settings. Pass me that sign you borrowed from dbltoe!
    Baton passed!

 

 

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR