Page 157 of 179 FirstFirst ... 57107147155156157158159167 ... LastLast
Results 1,561 to 1,570 of 1787
  1. #1561
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    Hmm, looks like you've got My Store::Show Split Tax Lines set to false. Let me investigate further.
    The work-around for this issue is to update the above setting to true, so that each tax-type's value is recorded as a separate ot_tax order-total.

    The underlying cause of the issue is that the order's shipping-tax's "Tax Group" isn't captured as part of the order's processing so that reconstructing the order's taxes when all the taxes are bundled into a single, overall value is 'difficult'.

  2. #1562
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    The work-around for this issue is to update the above setting to true, so that each tax-type's value is recorded as a separate ot_tax order-total.

    The underlying cause of the issue is that the order's shipping-tax's "Tax Group" isn't captured as part of the order's processing so that reconstructing the order's taxes when all the taxes are bundled into a single, overall value is 'difficult'.
    GitHub issue created for tracking: https://github.com/lat9/edit_orders/issues/158

  3. #1563
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,681
    Plugin Contributions
    123

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post

    The underlying cause of the issue is that the order's shipping-tax's "Tax Group" isn't captured as part of the order's processing so that reconstructing the order's taxes when all the taxes are bundled into a single, overall value is 'difficult'.
    I quite agree. Perhaps something involving LIKE (but perhaps excluding default strings like "Tax" or "Sales Tax"?) might work. I can see how this block was created in response to an edge case.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #1564
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by swguy View Post
    I quite agree. Perhaps something involving LIKE (but perhaps excluding default strings like "Tax" or "Sales Tax"?) might work. I can see how this block was created in response to an edge case.
    It's actually not an edge case, that shipping-tax handling was created based on various uses where (as in your case) the tax on shipping is different than that associated with the various products in the order.

  5. #1565
    Join Date
    Dec 2017
    Location
    FLAH-DUH
    Posts
    25
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Finally got around to trying to upgrade my site from 1.3.9h to the latest version, 1.5.7. Love Super Orders and Edit Orders. My Faves for sure. For some reason I cant get edit orders to work and Im thinking its a simple workaround, but I haven't found it yet. I get this error when trying to edit or delete an order

    The store's zen_add_tax function must be updated to enable Edit Orders' use.

    I see a file with the same name, but opening it did not provide any clues to how to remove it and I have been through every admin tab available with no luck...

    My admin log has this message

    #1 sizeof() called at [/admen/orders.php:1110]
    #2 require(/admen/orders.php) called at [/admen/index.php:11]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /admen/orders.php on line 1110.

    Any idea how to squash this message and let edit orders do its work?

  6. #1566
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by johnniejetski2 View Post
    Finally got around to trying to upgrade my site from 1.3.9h to the latest version, 1.5.7. Love Super Orders and Edit Orders. My Faves for sure. For some reason I cant get edit orders to work and Im thinking its a simple workaround, but I haven't found it yet. I get this error when trying to edit or delete an order

    The store's zen_add_tax function must be updated to enable Edit Orders' use.

    I see a file with the same name, but opening it did not provide any clues to how to remove it and I have been through every admin tab available with no luck...

    My admin log has this message

    #1 sizeof() called at [/admen/orders.php:1110]
    #2 require(/admen/orders.php) called at [/admen/index.php:11]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /admen/orders.php on line 1110.

    Any idea how to squash this message and let edit orders do its work?
    Arggh, that's still not fixed in zc157? Anyway, the Installation :: Changes to zen_add_tax tab in the EO readme identifies the changes needed to the admin's /includes/functions/general.php that are required for EO to do its thing.

  7. #1567
    Join Date
    Dec 2017
    Location
    FLAH-DUH
    Posts
    25
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    That definitely made it better, however when I went to DELETE an order I get this
    This page isn’t working
    www.MY-SITE. is currently unable to handle this request.
    HTTP ERROR 500

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by johnniejetski2 View Post
    That definitely made it better, however when I went to DELETE an order I get this
    This page isn’t working
    www.MY-SITE. is currently unable to handle this request.
    HTTP ERROR 500
    ... and in your site's /logs sub-directory will be a myDEBUG-adm-{something}.log file containing details as to what that underlying issue is. Remember that since it's an admin log-file, it will contain a reference to your admin directory's name, so you need to xxx-that out prior to posting back.

  9. #1569
    Join Date
    Aug 2004
    Posts
    762
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Lat9 - Can you tell me where the zen_get_countries_name() function is defined at?

    I thought i had the module working, but now I am getting an error: PHP Fatal error: Uncaught Error: Call to undefined function zen_get_countries_name() in /home/userdir/public_html/store/admin/includes/functions/extra_functions/edit_orders_functions.php:586

    I looked online but I am not seeing the function in any of the ZenCart documentation.
    - Jeff

  10. #1570
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,684
    Plugin Contributions
    9

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by Jeff_Mash View Post
    Lat9 - Can you tell me where the zen_get_countries_name() function is defined at?

    I thought i had the module working, but now I am getting an error: PHP Fatal error: Uncaught Error: Call to undefined function zen_get_countries_name() in /home/userdir/public_html/store/admin/includes/functions/extra_functions/edit_orders_functions.php:586

    I looked online but I am not seeing the function in any of the ZenCart documentation.
    looks like a typo. use:

    PHP Code:
    'name' => zen_get_country_name($country_info->fields['countries_id']), 
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 

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