Search:

Type: Posts; User: lhungil

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Things with taxes will NOT work correctly if these are different. Thus the warning printed at the top.

    This setting is used by various Zen Cart functions when calculating the tax, not just for...
  2. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Thank you for the reminder. In addition to the previously posted bugfix, there are a few other patches posted in this thread since the last release.
  3. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Good Eye, should be applied along with the patches here. May also have to include zen_product_in_parent_category from "/includes/functions/functions_categories.php".
  4. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Some users have reported issues unpacking the zip archive (in particular the readme folder) using some compression tools. If you are encountering difficulties, please try unpacking with different...
  5. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Sounds like files in the Zen Cart administrative folder were changed. Has anyone made ANY changes to the site?

    Most of the time when something "mysteriously changes", the root cause is someone...
  6. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Older versions of Edit Orders (< 4.1) allowed the store owner to manually modify almost the entire order (including order total lines). It was not uncommon to find problems with math (as these needed...
  7. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    If an error occurs while updating an order (not just loading the page), the order data will be damaged and inaccurate. In your case (working in a test environment), you will want to delete the order...
  8. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Fix was previously posted. No reason to uninstall or revert the Zen Cart database to resolve the reported issue. Without applying the fix to Edit Orders, a workaround is to logout / login or clear...
  9. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Thank You for letting us know. out of curiosity, what is the cosmetic change you desired?
  10. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    You could just enter the store's address for the order. This way the tax rate for the store location would be used (and recorded as the location for reports and potential tax audits). And don't...
  11. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    What are your settings in "admin" -> "Configuration" -> "Customer Details"? In particular the settings for "State" and "State - Always display as pulldown?"?

    What are your settings in "admin" ->...
  12. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Once the subtotal is out of sync it will remain out of sync unless you either manually update the database table mentioned previously or the order is deleted and recreated. Continuing to play with...
  13. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Usually means the subtotal stored in the database is no longer synced (it is not recalculated by Edit Orders). I've also seen this in the past when 'ot_subtotal' (Subtotal Order Total Module) is...
  14. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Glad you were able to solve the issue you were experiencing. The issue (and solution) previously posted is very similiar (just a bit more explicit).

    If you are not already, I've found adding...
  15. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Edit Orders 4.0 did all the math internally. Edit Orders 4.1 lets functions from the Zen Cart customer checkout and order total modules do most of the math.

    Edit Orders 4.1.x currently allows...
  16. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    May want to double check to ensure your change does not FORCE insurance on all orders when updated via edit orders (including when saving an order where the customer did not request insurance). The...
  17. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders Final Cost Adjustment

    You should be able to directly change the amount for ot_shipping if desired... Or for reporting purposes (and to make the discount obvious to a customer) or you could clone "ot_onetime_discount" and...
  18. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    If you select "ot_coupon" and enter the coupon code Edit Orders does add the corresponding entries in the database table (storing order totals). So if the report queries this table, it should work.
    ...
  19. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    If you deleted the init_scripts, you disabled the installer... And the installation may not be complete... DO NOT disable / delete the init_scripts unless instructed to do so by the installer.
    ...
  20. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Fair enough (gun smithing in process).

    Will be a fair amount of work, so perhaps it would not be a bad idea to just disable the fields for third party modules (most of the stock Zen Cart OT...
  21. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Other thoughts
    Long term, I believe it would be beneficial to refactor the existing Zen Cart code handling pricing, the shopping cart, orders, and order processing. Perhaps creating an API and...
  22. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Some thoughts based on this question... Feel free to add to the list...


    Stop relying on the Order Total modules and have Edit Orders do the math?
    The answer is no.

    Doing so would be going...
  23. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Changes to the order total are calculated by individual Order Total Modules (and displayed / stored in the database by "ot_total"), not Edit Orders. This means when a third party Order Total module...
  24. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Order Total pricing IS NOT calculated by Edit Orders. Your installed Order Total modules are responsible for returning the correct data for Zen Cart to update Order Totals (such as "Totale").
    ...
  25. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    No problem. For other people who may stumble across these posts in the future, after the posted fix was applied additional error logs were identified. The logs indicated an older version of a 3rd...
  26. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Should be a log file if you see a "white screen" when clicking "update" (if using FTP to access the logs be sure to clear any cache in your FTP client).

    If you are seeing a white screen when...
  27. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Please follow the instructions in the posted fix to resolve this error message.
  28. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Edit Orders 4.0.x is not compatible with Zen Cart >= 1.5.2.
  29. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    The issue you are reporting is caused by the way Reward Points was implemented. This is not a bug in Edit Orders.

    There is a long dicsussion about the issue in the Reward Points thread. The...
  30. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Appears during the upgrade of Zen Cart from 1.5.1 to 1.5.4 the file "/includes/classes/shipping.php" was replaced with a copy from Zen Cart 1.5.4. This file (among others) requires modification for...
  31. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Thank you for confirming my suspicion. I have a few guesses as to the cause, but will need time to investigate further in order to determine the cause and best fix.
  32. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Please make a new order with group discount disabled to test.
  33. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    If you disable the "group discount" module what happens?
  34. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    In a perfect world, yes. In reality, not always.

    One case (less common now than a few years ago) is when an order total module is bundled with other required changes to the Zen Cart core. Often...
  35. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    The installed and enabled order total module(s) calculate tax (not Edit Orders). Let me repeat, Edit Orders does not calculate the order totals (such as subtotal, coupons, discounts, tax, or total)....
  36. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Check your "/admin/includes/configure.php" file. In particular check DB_PREFIX to see if it contains a space (should not contain any spaces).
  37. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread - drop-down attributes

    Attribute handling has been overhauled since version 4.1.2. Newer versions of Edit Orders also automatically repair damage to the attribute options sometimes caused by other modules (removing entries...
  38. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Thank You for reporting the proposed fix worked in your environment :)
  39. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    I would not rely on the (Gross) calculations found on the page for editing products. The current Zen Cart administrative interface only adds tax to the (Net). The tax calculation is only based upon a...
  40. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Edit Orders 4.1.4 should work in Zen Cart 1.5.4 for most stores. The only challenge is applying the required patches to core Zen Cart files (DO NOT simply overwrite the Zen Cart 1.5.4 files). If...
  41. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    As indicated by the error messages, Zen Cart was unable to load your UPS shipping module (probably from the admin). Note the lack of "/store/" in front of the path to this file. The usual causes...
  42. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Edit Orders 4.1.4 is compatible with both Zen Cart 1.5.1 and 1.5.3. Edit Orders 4.0.x is not compatible with Zen Cart 1.5.3. So, either the Edit Orders upgrade should be done first (may need to run...
  43. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Indeed it does :) Especially with the recent / upcoming changes and differing rules in different geographical regions.

    I suppose in your client's case, a quick and dirty line to subtract the tax...
  44. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Please disregard the above post (timeout while editing - lost connection).

    The "Onetime Discount" module was intended to be used when a store owner needs to offset the entire cost of an order due...
  45. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Correct. Taxes are handled by the order total for tax (ot_tax).

    If you place the ot_onetime_discount sort_order before ot_tax, then the discount is pre-tax.
    If you place the ot_onetime_discount...
  46. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Strange since tax processing is not done directly by Edit Orders (handed off to Order Total classes).

    Is VAT involved (I remember discussions in the past related to VAT, but was not able to...
  47. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Edit Orders 4.x is not intended for use under Zen Cart 1.3.x, so would not be surprised if problems occurred. This goes doubly for Edit orders 4.1+ as it contains some functions from Zen Cart 1.5.x...
  48. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    As long as the attribute is configured correctly in Zen Cart (to allow multiple lines), these work in both Zen Cart and Edit Orders...

    If you are experiencing issues, please post related details...
  49. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    Can you provide exact steps starting before the order exists all the way through to editing the order? This will better help me understand what you mean by "the total is calculated incorrectly" and...
  50. Replies
    1,786
    Views
    247,536

    v150 Re: Edit Orders v4.0 Support Thread

    First, this module is not shareware. For the record, Edit Orders is licensed under GPL.

    As you point out people are using Edit Orders for free. To date I have not received a single donation to...
Results 1 to 50 of 197
Page 1 of 4 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR