Page 159 of 179 FirstFirst ... 59109149157158159160161169 ... LastLast
Results 1,581 to 1,590 of 1787
  1. #1581
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by dbltoe View Post
    Well, here's how you have US confused.

    The domain in your sig tells us it doesn't exist although it is registered. It was either just registered or just renewed. You're registered with wild west but there's no way to purchase a domain from them. They are a subsidiary of GoneDaddy.

    And, there is no Zen Cart version 156f. 1.5.5 went to f but, 1.5.6 only went to c. 1.5.7 is not quite to a.

    Someone has a redirect on your site sending everything to herasonlinemarket.com/shop/index.php

    Perhaps you can take the time to open a separate thread as there is far more going on here than Edit Orders. In that new thread, PLEASE answer ALL the Posting Tips questions that come up when you start the new thread.
    it is because of the multi site mode that is acting up.
    and i think i got that working now.

    so i still get the error above..
    thank you
    noppie
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  2. #1582
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by dbltoe
    Perhaps you can take the time to open a separate thread as there is far more going on here than Edit Orders. In that new thread, PLEASE answer ALL the Posting Tips questions that come up when you start the new thread.
    Or don't. Your choice.

  3. #1583
    Join Date
    Mar 2004
    Posts
    201
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    as i said it is working now.. it was not working because of a mis configuration of the multi site. the admin no problems
    but i dont really need this that much.. i will try another day.
    noppie
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  4. #1584
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    234
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    When I edit an order it is basing the product tax on a rounded unit value. Example:

    My customer changed their quantity of cheques to 1000 forms. The unit cost for the new quantity is $0.176 which I input in the "Unit price" box. When I hit update, it changes the Unit Price to $0.80 (not a big deal really for display), the "Total" changes to the correct price of $176.00. Down in the tax section, however it is calculating the tax on the rounded value of $0.80, not the subtotal value of $176.00. (see attached EO1.jpg).

    Is there an easy fix to have it calculate the tax off the subtotal?

    Click image for larger version. 

Name:	EO1.jpg 
Views:	30 
Size:	55.2 KB 
ID:	19201
    Click image for larger version. 

Name:	EOsettings.jpg 
Views:	26 
Size:	99.8 KB 
ID:	19202
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  5. #1585
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Edit Orders v4.0 Support Thread

    Colleen, thanks for the report. I'll see what's up in the morning.

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

    Default Re: Edit Orders v4.0 Support Thread

    I've just submitted v4.5.3 of Edit Orders.

    This release contains changes associated with the following GitHub issues:

    #158: Document the configuration required for stores with separate tax-rates on shipping.
    #167: Early rounding causes products' pricing errors when prices have more significant digits than the currency supports.
    #169: Use 'floatval' instead of a float-cast to reduce penny-off calculations.
    #170: Correct PHP warning when shipping is removed from an order.

    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1513

  7. #1587
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    257
    Plugin Contributions
    6

    Default Re: Edit Orders v4.0 Support Thread

    I have a rough solution to the edit buttons becoming blue circles and duplication of the edit buttons.

    In admin | includes | classes | observers |EDitOrdersAdminObserver.php on line 83 (approx) I changed
    p4 .= $this->createEditOrdersLink($p2['orders_id'], zen_image(DIR_WS_IMAGES . EO_BUTTON_ICON_DETAILS, EO_ICON_DETAILS), EO_ZC156_FA_ICON, false);
    to
    p4 .= $this->createEditOrdersLink($p2['orders_id'], zen_image(DIR_WS_IMAGES . EO_BUTTON_ICON_DETAILS, EO_ICON_DETAILS), ' ', false);
    The original edit button (white e on green circular background) remains with the blue triangle on the right.


    Environment Test: Zen Cart 157; Apache 2.4.46; PHP 7.3.21; MySQL 5.7.31; Linux 4.15.0

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

    Default Re: Edit Orders v4.0 Support Thread

    I've got an update posted on the EO GitHub repository that corrects that wonky display: https://github.com/lat9/edit_orders/...9276987f05c60d

  9. #1589
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: Edit Orders v4.0 Support Thread

    plugin for a plugin!

    if you have additional fields added to your orders_products table, and have been frustrated by those fields not being there when adjusting quantities, be frustrated no longer!

    plugin:
    https://www.zen-cart.com/downloads.php?do=file&id=2292

    its own support thread:
    https://www.zen-cart.com/showthread....il-record-copy

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #1590
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    I've got an update posted on the EO GitHub repository that corrects that wonky display: https://github.com/lat9/edit_orders/...9276987f05c60d
    Nice... I just added a color style to the stack overlay which worked for the round circle.. I like the square, but now I have to fix the old edit icon in orders.php to match.. I Switched back.. That didn't look so well, so went back to the round buttons by adding a white font color to the stack overlay and matching the size of the edit icon.

    What's going to happen if admin ever jumps to version 6 of Font Awesome! My catalog side at 5 soon to be 6 and admin at 4, I have to keep 2 sets of reference tables handy... With everyone stuck at home, seems versions of everything is running wild right now... Thanks for your work on this mod.
    Dave
    Always forward thinking... Lost my mind!

 

 

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