Page 154 of 188 FirstFirst ... 54104144152153154155156164 ... LastLast
Results 1,531 to 1,540 of 1873
  1. #1531
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,290
    Plugin Contributions
    125

    Default Re: Edit Orders v4.0 Support Thread

    Next to the update button on the left, we have

    Reset totals prior to update? (checkbox) Note: Pricing for products will be automatically calculated without "specials" pricing.

    I wonder if it would be better to put each of these on a separate line? The current layout could be confusing for new people.
    That Software Guy. My Store: Zen Cart Support
    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.

  2. #1532
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    278
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hi, using Edit Orders 4.5.1 on Zen Cart 1.5.6c, at
    https://www.proteawines.jp
    with Paypal Express Checkout enabled and working fine.
    My store and I are both based in Tokyo, Japan.

    I have edited my first order, the payment is on hold pending delivery courtesy of Paypal (since the payer is in Japan, outside the US).
    This has always worked before, so this is not a problem, payment goes through after delivery (I supply tracking information).

    I added a miscellaneous item (small addition for refrigerated shipping requested by customer after she placed the order).
    However, this does not seem to change the pending payment amount from Paypal for the order.
    So the customer now has an order in Zen Cart not matching what Paypal says will be paid.
    Or will Paypal do an update on the order when they fulfill their payment after delivery?

    If there order had been changed materially (i.e., changes to the products, or a completely different shipping method), would that update Paypal right away?

    Sorry for the questions, I could not find an answer searching this thread, reading the docs, or via Google.
    Zen Cart 1.5.6c modified for Japanese language support. Upgraded incrementally from initial 1.5.5d. Currently planning direct upgrade to 2.0.1.

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

    Default Re: Edit Orders v4.0 Support Thread

    Changes to an order that result in a difference in payment are the responsibility of the store-owner to rectify. Edit Orders has no 'play' in updating the payment-provider to refund or collect additional funds based on the order's value changing.

  4. #1534
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    278
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Thanks for clearing that up, much appreciated.
    I guess in Zen Cart the way to do that with the Express Checkout module is to give a refund, and ask the buyer to make the new payment.
    Presumably that works for Square as well and other card processors.
    If there is another way that people tend to use, I would love to know also.
    Zen Cart 1.5.6c modified for Japanese language support. Upgraded incrementally from initial 1.5.5d. Currently planning direct upgrade to 2.0.1.

  5. #1535
    Join Date
    Oct 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hello!

    After I edit one order all prices in my Zencart admin backend are shown without taxes.

    If I logout and then login taxes are back.

    I believe this is something related to session.

    Where could be the problem?

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by jeanjean88 View Post
    Hello!

    After I edit one order all prices in my Zencart admin backend are shown without taxes.

    If I logout and then login taxes are back.

    I believe this is something related to session.

    Where could be the problem?
    You haven't given me much to work with. What's the Zen Cart version, the EO version and other plugins in use on the admin?

    What are your store's settings for My Store->Display prices with tax and Display prices with tax in admin?

  7. #1537
    Join Date
    Oct 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Zencart v1.5.1

    EO 4.1.4

    I don't have related plugins in the admin

    Display Prices with Tax: true
    Display Prices with Tax in Admin: true

    The only thing I did notice is that if I comment the following line in functions/edit_orders_functions.php the error doesn't happen anymore, unless I add a product (so if I simply update address or prices it doesn't happen)

    PHP Code:
    function eo_get_order_by_id($oID) {
        global 
    $db$order;

        
    // Retrieve the order
        
    $order = new order($oID);

        
    // Add some required customer information for tax calculation
        // The next method has been modified to add required info to the
        // session and global variables.

        // zen_get_tax_locations();   <============================= THIS COMMENTED 

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by jeanjean88 View Post
    Zencart v1.5.1

    EO 4.1.4

    I don't have related plugins in the admin

    Display Prices with Tax: true
    Display Prices with Tax in Admin: true

    The only thing I did notice is that if I comment the following line in functions/edit_orders_functions.php the error doesn't happen anymore, unless I add a product (so if I simply update address or prices it doesn't happen)

    PHP Code:
    function eo_get_order_by_id($oID) {
        global 
    $db$order;

        
    // Retrieve the order
        
    $order = new order($oID);

        
    // Add some required customer information for tax calculation
        // The next method has been modified to add required info to the
        // session and global variables.

        // zen_get_tax_locations();   <============================= THIS COMMENTED 
    That's a very old and unsupported version of both Edit Orders and Zen Cart.

  9. #1539
    Join Date
    Oct 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    If it was easier to upgrade I would have =)

    Thanks for your (NON) help.

  10. #1540
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,290
    Plugin Contributions
    125

    Default Re: Edit Orders v4.0 Support Thread

    Staying up to date is part of your responsibility as a storeowner. If you can't do it yourself, place an ad in the Commercial Help Wanted forum and hire it done.

    Please remember that the people answering questions on the forum are volunteers. Be nice.
    That Software Guy. My Store: Zen Cart Support
    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.

 

 

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