Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 1920

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Location
    SoCal
    Posts
    79
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DivaVocals View Post
    Winmerge and Beyond Compare are programs that allow you to compare two files and merge the differences between the two files.. This support thread is not the right place to explain how to use file merging software.. If you do not know how to use file merging tools, you can use the user manuals from the program to help you with using these programs. If you think this is still over your head, then you need to consider hiring someone to help you install this module.
    I have an Apple so I'll try using diff merge for these two files, which appear to be orders.php. I think it's my problem. I had to restore those two files from my zen cart folder so orders would work the same as before I tried installing edit orders 4.0.

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

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by mydanilo View Post
    ... the ability to edit attribute on the order page is gone ...
    The dropdowns to select attributes show up in a stock Zen Cart 1.5.x installation.

    Have any modifications been made to your store which alter the handling of attributes?

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

    Default Re: Edit Orders v4.0 Support Thread

    ... continued ...

    May want to try re-installing one step at a time. If problems persist please tell us how your store differs from a stock Zen Cart installation including full version numbers of all plugins.

    How were attributes populated? How were the attributes assigned to the products? Have any modifications been made to your store which alter the handling of attributes?

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Edit Orders v4.0 Support Thread

    Another thing to check is whether a previously-installed plugin has "killed" some of the built-in attributes configuration; see this post: http://www.zen-cart.com/showthread.p...ag-not-working

  5. #5
    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 lat9 View Post
    Another thing to check is whether a previously-installed plugin has "killed" some of the built-in attributes configuration; see this post: http://www.zen-cart.com/showthread.p...ag-not-working
    Yep.. and there are still a few add-ons which still use SQL which accidentally kills default configuration items..
    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.

  6. #6
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by lat9 View Post
    Another thing to check is whether a previously-installed plugin has "killed" some of the built-in attributes configuration; see this post: http://www.zen-cart.com/showthread.p...ag-not-working
    I can report that my issues are fixed now. It was related to above issues in my DB. Thank you to lhungil for the additional pointers ;)
    Live and learn... the Zen way.

  7. #7
    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:	103 
Size:	23.5 KB 
ID:	13282

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

Name:	after.jpg 
Views:	101 
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.

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    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.

  9. #9
    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...

  10. #10
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,536
    Plugin Contributions
    127

    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.

 

 
Page 3 of 9 FirstFirst 12345 ... LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 818
    Last Post: 9 Jul 2026, 10:12 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

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