Page 35 of 188 FirstFirst ... 2533343536374585135 ... LastLast
Results 341 to 350 of 1878
  1. #341
    Join Date
    Oct 2013
    Location
    Suisse
    Posts
    1
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Hi,

    I'm using Zen Cart 1.5 and I'm having an issue with Edit Orders (v.4.1.2) and the module Order Total.

    Here's the problem, when I edit an order (example add a product) Edit Orders recalcul my tax in a wrong way.

    Here what I'm having before the update : Click image for larger version. 

Name:	before.jpg 
Views:	94 
Size:	23.5 KB 
ID:	13282

    And what happend after the update : Click image for larger version. 

Name:	after.jpg 
Views:	93 
Size:	23.8 KB 
ID:	13283

    Any idea how to resolve that ? I'm at your disposal if you need more information. Thank you in advance for your answer.

  2. #342
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,292
    Plugin Contributions
    125

    Default Re: Edit Orders v4.0 Support Thread

    Small defect in comment handling - if no other changes are made, comments are not saved. Fix for version 4.1.2 is in admin/edit_orders.php line 147 - add a check of $comments to the conditional clause:

    Code:
            if(($check_status->fields['orders_status'] != $status) || zen_not_null($track_id) || zen_not_null($comments)) {
    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.

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

    Default Re: Edit Orders v4.0 Support Thread

    Yup, that change is already integrated in the next version (still beta). The posted comment fix and the fix for fractional quantities are falling a bit behind in this thread!

    Hoping to find time to at least look into passing through upload attributes (not full support) before the next release...

  4. #344
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,292
    Plugin Contributions
    125

    Default Re: Edit Orders v4.0 Support Thread

    Defects in handling attributes which are grids: If you use Absolute's Product Attributes Grid module

    http://www.zen-cart.com/downloads.php?do=file&id=618

    You need to make two changes in admin/edit_orders.php. Search in that file for PRODUCTS_OPTIONS_TYPE_SELECT:
    Right after it, add the line

    case 23997: // GRID

    So you'll have

    Code:
                        case PRODUCTS_OPTIONS_TYPE_SELECT:
                        case 23997: // GRID
    Line numbers for Edit Orders 4.1.2 are 895 and 1474.
    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.

  5. #345
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,292
    Plugin Contributions
    125

    Default Re: Edit Orders v4.0 Support Thread

    Maintainers of Edit Orders: To make my stuff (Better Together, Quantity Discounts, Table Discounts, etc.) work with Edit Orders, you need to populate the cart. Right now $_SESSION['cart']->get_products(); returns an empty array. I traced this from edit_orders_functions.php l 1090.
    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.

  6. #346
    Join Date
    Sep 2013
    Location
    Florida
    Posts
    18
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Just installed COWOA and merged all core files however now my edit orders screen is completely blank. Any ideas or has anyone had this issue? Running Zen Cart 1.5.0 and edit orders 4.1.2.

    Thanks
    Last edited by scotthead1st; 3 Nov 2013 at 06:50 PM.

  7. #347
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I am running both on zen 1.5.1 and have no issues. Maybe check proper placement of all files.

  8. #348
    Join Date
    Sep 2013
    Location
    Florida
    Posts
    18
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I have done that. I am going to try and restore from my backup before COWOA and see if I was having the problem and just didn't realize it.

    From what I can see the two mods only share one common file admin/orders.php

  9. #349
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by scotthead1st View Post
    I have done that. I am going to try and restore from my backup before COWOA and see if I was having the problem and just didn't realize it.

    From what I can see the two mods only share one common file admin/orders.php
    Blank screen means an error log was probably generated. Check your /cache folder.
    Last edited by mc12345678; 3 Nov 2013 at 07:44 PM. Reason: considered the wrong version of zc
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #350
    Join Date
    Sep 2013
    Location
    Florida
    Posts
    18
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Okay so I have uploaded the backup before I installed COWOA and it fixed the problem. Sounds like they aren't wanting to play nice with each other. I'm going to check the error logs as suggested.

 

 

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