Page 39 of 66 FirstFirst ... 29373839404149 ... LastLast
Results 381 to 390 of 657
  1. #381
    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]

    If you search through this thread for the terms "known issues" you will find a post I put together of all the known issues with Edit Orders and taxes..

    Hopefully this will help you..

    Quote Originally Posted by corrosie View Post
    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
    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. #382
    Join Date
    Dec 2011
    Posts
    4
    Plugin Contributions
    0

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

    Ok... I found out that there are more people with the same issue...

    Unfortenately I can't find a solution yet... Guess I have to create it myself....

  3. #383
    Join Date
    Dec 2011
    Posts
    4
    Plugin Contributions
    0

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

    Done:

    Created a new file in the directory /includes/modules/functions
    This file contains a function which recalculates the tax-rate totals for a given order. (and adds new tax-rate total when not in the order yet)

    In the file edit_order.php I just have to add the call to the new function, just after updating the order.

  4. #384
    Join Date
    Sep 2006
    Posts
    20
    Plugin Contributions
    0

    Default Edit Orders 3.03 and Zen v1.3.9h

    Edit Orders 3.03 and Zen v1.3.9h


    [FONT=Calibri]BUG: Edit Orders 3.03 strips the sales tax from an order.[/FONT]
    [FONT=Calibri]Edit Orders 3.03 strips the calculated sales tax from an order. This occurs even when NO order fields are modified, and only UPDATE is executed from EDIT ORDER. The calculated sales tax will disappear, and a new order total will appear, less the order sales tax from the original order.[/FONT]

  5. #385
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

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

    Can someone help me. I am having a very frustraighting problem. I have 2 sites, one which edit orders works perfectly on and the other where it has the sub-total column missing and if any values are edited it changes the total to 0?? I have copied the orders.php file from the site that is working correctly to the one that isn't and still no luck. Hoping someone can lead me in the right direction?

    Thanks
    Attached Images Attached Images  

  6. #386
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

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

    Quote Originally Posted by lindsey80 View Post
    Can someone help me. I am having a very frustraighting problem. I have 2 sites, one which edit orders works perfectly on and the other where it has the sub-total column missing and if any values are edited it changes the total to 0?? I have copied the orders.php file from the site that is working correctly to the one that isn't and still no luck. Hoping someone can lead me in the right direction?

    Thanks
    Anyone????

  7. #387
    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 lindsey80 View Post
    Anyone????
    Wish I could help.. I haven't a clue to the answer as I cannot recreate this issue.. What else is different about the store that's not working?? Are you using Super Orders??
    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.

  8. #388
    Join Date
    Apr 2010
    Location
    Essex, UK
    Posts
    77
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Wish I could help.. I haven't a clue to the answer as I cannot recreate this issue.. What else is different about the store that's not working?? Are you using Super Orders??

    I've only gone and finally sussed it. It was so simple when you know how!! lol

    Because the sort orders in Modules/Order Total Modules were out, i.e. I had

    Total - Sort order 50
    Shipping - Sort order 100
    Sub Total - Sort Order 200

    It wasn't calculating the total as shipping & subtotal were appearing after total. Hope that makes sense for anyone else having this problem.

    So now I have


    Sub Total - Sort Order 50
    Shipping - Sort order 100
    Total - Sort order 200

    I can now finally stop pulling my hair out and enjoy the new years festivities!

    Have a good one!

  9. #389
    Join Date
    Dec 2011
    Location
    Boise, ID
    Posts
    28
    Plugin Contributions
    0

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

    First off, I must say that this mod works great. But, I was wondering if there is a way to change the "add product" entry from it's step product listing to just a simple model number entry?

    We have literally thousands of products, etc. (all with distinct model numbers) and right now, doing it the step method, it takes us some time to locate the product we're trying to add.

    Thanks in advance for any help that can be provided.

    FYI: we're using the latest version of Edit Orders and ZC v1.5.

  10. #390
    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 richardtuttle View Post
    First off, I must say that this mod works great. But, I was wondering if there is a way to change the "add product" entry from it's step product listing to just a simple model number entry?

    We have literally thousands of products, etc. (all with distinct model numbers) and right now, doing it the step method, it takes us some time to locate the product we're trying to add.

    Thanks in advance for any help that can be provided.

    FYI: we're using the latest version of Edit Orders and ZC v1.5.
    There is if the add-on was re-written to work as you would prefer.

    If another volunteer wants to step in to make this change, I think it's a great idea.. I personally have no plans to make any major changes to the module..

    Another option for you to consider is to hire someone to make this change for you..
    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 39 of 66 FirstFirst ... 29373839404149 ... 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