Page 23 of 188 FirstFirst ... 1321222324253373123 ... LastLast
Results 221 to 230 of 1873
  1. #221
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by bsonhome View Post
    hi
    i find a bug of the module,
    the subtotal still not work 100% correctly
    if only one product it working fine..
    if more than one product and try to change the quantity or unit price the subtotal will go wrong
    i am not sure how to fix it
    if any help will be thankful
    Details will help.. Guessing is not a productive way to handle troubleshooting..

    when you say "the subtotal will go wrong" some specifics of what you did, how your store is configure, etc would help..

    does the product you added to the order have attributes?? are your products priced by attributes?? Are you using any order total modules?? if you are which ones?? what did the totals look like after editing?? what did you expect them to look like??

    DETAILS my friend will help..
    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. #222
    Join Date
    May 2013
    Location
    hogn kong
    Posts
    7
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hi
    thanks i am not sure which module i should list so i list them all, sorry for my stupid.....
    EasyPopulate-4.0
    add_customers_from_admin
    Edit Orders 4.1.1
    Admin New Order 1.4
    export_shipping_information_V1.3.2.1
    Image_Handler4_v4_2
    sitemapXML
    recover_cart_sales v.4.00.00a
    zen_lightbox-v1.6.4_1.5
    ceon_uri_mapping_4.4.1_for_zc
    Simple_Google_Analytics_1-2-5c
    google_merchant_center_1.13.0

    i will try to explain with step by step
    firstly i go to customer, select one of the customer and click new order, then add one product which is 100usd now subtotal and total is 100 usd so they are correct.
    then i add other product which is also 100 usd now the subtotal and total is 200 usd so they are correct.
    then i change the quantity of one of the item to 3 and press enter key, and the subtotal is still 200 and total is also 200 it should be 400 for both,
    if i go to quantity text box and click enter again, the total and subtotal will become 0, they are changing every time when i press enter
    Name:  Untitled-1.jpg
Views: 189
Size:  10.3 KB
    sorry my English is not very good.

    Thanks for quick reply
    Last edited by bsonhome; 30 Jul 2013 at 08:06 PM.

  3. #223
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Edit Orders v4.0 Support Thread

    @bsonhome Check your PM inbox.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  4. #224
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default New Release: Edit Orders 4.1.2

    Edit Orders 4.1.2
    Version 4.1.2 contains additional "safety" checks, better handling of coupons, and squashes a few outstanding bugs. In particular the changes reduce the possibility of order totals not being generating correctly.

    Version 4.1.2 contains a number of very important changes to the handling of products, attributes, and order totals. These changes mitigate potential issues which could impact a large number of stores running Edit Orders 4.1/4.1.1. It is recommended to upgrade as soon as possible.


    Disclaimer: In an effort to release the fixes contained in version 4.1.2 as quickly as possible, not as many BETA testers have evaluated, installed, or tested this release as previous releases. The release should become available in the next couple of days in the plugins section. I am willing to provide a temporary download link upon request (send me a PM / email) for those needing to upgrade before the release becomes available in the plugins section.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  5. #225
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,345
    Plugin Contributions
    94

    Default Re: New Release: Edit Orders 4.1.2

    If I update the quantity of a product within an order (possibly setting a product quantity to 0 to remove the product from the order) and/or change either a billing or shipping address, should I expect to see an orders_status_history record noting this change?

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

    Default Re: New Release: Edit Orders 4.1.2

    Quote Originally Posted by lat9 View Post
    If I update the quantity of a product within an order (possibly setting a product quantity to 0 to remove the product from the order) and/or change either a billing or shipping address, should I expect to see an orders_status_history record noting this change?
    No.. not automatically at least. Historically Edit Orders has never "logged" change activities in this manner at all. It's always been up to the shop owner to enter those kinds of details in the order comments if they so choose to..
    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.

  7. #227
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,345
    Plugin Contributions
    94

    Default Re: New Release: Edit Orders 4.1.2

    Quote Originally Posted by DivaVocals View Post
    No.. not automatically at least. Historically Edit Orders has never "logged" change activities in this manner at all. It's always been up to the shop owner to enter those kinds of details in the order comments if they so choose to..
    Thanks, Diva, for the information.

  8. #228
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,345
    Plugin Contributions
    94

    Default Re: New Release: Edit Orders 4.1.2

    One small issue with EO 4.1.2: If the admin goes into edit_orders.php and makes no changes other than adding a comment and pressing "Update" the comment is not recorded. Changed line 147 to add the clause in red:
    Code:
    		// Begin - Update Status History & Email Customer if Necessary
    		if(($check_status->fields['orders_status'] != $status) || zen_not_null($track_id) || zen_not_null($comments)) {

  9. #229
    Join Date
    Feb 2013
    Posts
    14
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Details will help.. Guessing is not a productive way to handle troubleshooting..

    when you say "the subtotal will go wrong" some specifics of what you did, how your store is configure, etc would help..

    does the product you added to the order have attributes?? are your products priced by attributes?? Are you using any order total modules?? if you are which ones?? what did the totals look like after editing?? what did you expect them to look like??

    DETAILS my friend will help..
    Hi Zenners,

    I am Facing the same issue here..

  10. #230
    Join Date
    Feb 2013
    Posts
    14
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hi Bsonhome,

    How did resolved this issue?? I am getting the same problem from my side..

 

 

Similar Threads

  1. 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
  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