Page 38 of 66 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 657
  1. #371
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by jagge View Post
    Anyone else having issues when updating order_status within Edit orders?


    When viewing the order as an invoice it looks good. As soon as updating the order status it changes the amounts and messes up the total?
    Your issue as posted here is too vague to get any real understanding as to what is going on in your store.. It would help if you could provide a step by step of what you did when you go the result you are seeing..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #372
    Join Date
    Jul 2007
    Posts
    110
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    ok, I try to clarify.
    The store is on 1.3.9h

    When there is a discount on an order, in this case a discount coupon for free shipping, and you change order status to, lets say "delivered", the order total is totally messed up.
    Total isnt correct anymore.

    See below:

    First order is good:

    Subtotal: 139:-
    Discount Coupon: Test : -69:-
    Shipping: 0:-
    Tax 25%: 28:-
    Total: 139:-

    Then changing order status:

    Subtotal: 111:-
    Discount Coupon: Test: -69:-
    Shipping: 0:-
    Tax 25%: 11:-
    Total: 53:-

    This is tested on several stores with same result. All running 1.3.9h.
    If removing the Edit Orders module it works fine to change status on an order without messing up the total. But removing it aint no solution since we need this module and its good in all other aspects.
    /Jagge

  3. #373
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Changing the order status where?? in Edit Orders?? in the default order management??

    Quote Originally Posted by jagge View Post
    ok, I try to clarify.
    The store is on 1.3.9h

    When there is a discount on an order, in this case a discount coupon for free shipping, and you change order status to, lets say "delivered", the order total is totally messed up.
    Total isnt correct anymore.

    See below:

    First order is good:

    Subtotal: 139:-
    Discount Coupon: Test : -69:-
    Shipping: 0:-
    Tax 25%: 28:-
    Total: 139:-

    Then changing order status:

    Subtotal: 111:-
    Discount Coupon: Test: -69:-
    Shipping: 0:-
    Tax 25%: 11:-
    Total: 53:-

    This is tested on several stores with same result. All running 1.3.9h.
    If removing the Edit Orders module it works fine to change status on an order without messing up the total. But removing it aint no solution since we need this module and its good in all other aspects.
    /Jagge
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #374
    Join Date
    Jul 2007
    Posts
    110
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    In Edit Orders...

  5. #375
    Join Date
    Jul 2007
    Posts
    110
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    No one?

  6. #376

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by jagge View Post
    No one?
    Edit Orders does not recalc tax. So using your numbers below:
    Quote Originally Posted by jagge View Post
    First order is good:

    Subtotal: 139:-
    Discount Coupon: Test : -69:-
    Shipping: 0:-
    Tax 25%: 28:-
    Total: 139:-

    Then changing order status:

    Subtotal: 111:-
    Discount Coupon: Test: -69:-
    Shipping: 0:-
    Tax 25%: 11:-
    Total: 53:-
    The subtotal of 111 (after order is edited) is the result of the original subtotal of 139 minus the 28 tax (because edit orders doesn't recalculate tax)

    However, simply changing the status of an order (vs. adding or taking away product) shouldn't produce this result.

    But before we look at Edit Orders as the problem, you need to solve your first problem: the math in your original order doesn't add up.

    The subtotal and total are the same and they should not be if you are subtracting 69 for the coupon and adding 28 for tax. Also, your tax numbers are wrong.

    Your subtotal is 139. If you then subtract 69 for the coupon, the subtotal should then be 70. 28 percent tax on 70 is 17.50, leaving you with a total of 87.50.

    You need to find out why this is calculating incorrectly first and foremost. Uninstall or disable Edit Orders and fix the problem in Zen Cart. Then re-install or re-enable Edit Orders and see if the problem still exists.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  7. #377
    Join Date
    Jul 2007
    Posts
    110
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Thanks for the reply.

    However, that discount is a coupon for free shipping so there shall be no reduced total.
    So the figures/amounts is correct.

  8. #378

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by jagge View Post
    Thanks for the reply.

    However, that discount is a coupon for free shipping so there shall be no reduced total.
    So the figures/amounts is correct.
    So....139 plus 28 tax =139?

    Also, 25 percent of 139 is 34.75...so your tax isn't calculating correctly. Something is wrong and before you can look at edit orders, you have to figure that out first.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  9. #379
    Join Date
    Dec 2011
    Posts
    4
    Plugin Contributions
    0

    customer issue Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    In my store I use two differente tax-rates....
    After editing orders, the tax-totals are not correct.

    When adding a product with a tax-type which didn't exist in the order before, the new tax-type is not shown at all.

    When editing other orders (with both tax-types) the tax totals for both rates are the same. (the total of both taxes, instead of split up for each rate)

    When I look at the code, is see that there is just one runnintax variable.

    $RunningTax +=

    Is there somebody with the same problem. And maybe already solved?

    I am using v3.03 with Zen Cart 1.3.9h

  10. #380
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    To add on to what ScriptJunkie posted, your order totals are out ow whack and I'm confident that it's not because of Edit Orders.. Secondly, simply changing the order status in Edit Orders (regardless of whether you edit an order ot not) will not change the order totals all by itself..

    It seems likely another order management mod you are running may be the source of the issues you are having..

    Quote Originally Posted by jagge View Post
    Thanks for the reply.

    However, that discount is a coupon for free shipping so there shall be no reduced total.
    So the figures/amounts is correct.
    Quote Originally Posted by ScriptJunkie View Post
    So....139 plus 28 tax =139?

    Also, 25 percent of 139 is 34.75...so your tax isn't calculating correctly. Something is wrong and before you can look at edit orders, you have to figure that out first.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 38 of 66 FirstFirst ... 28363738394048 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 804
    Last Post: 18 Apr 2025, 12:04 AM
  3. 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
  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