Page 104 of 179 FirstFirst ... 45494102103104105106114154 ... LastLast
Results 1,031 to 1,040 of 1787
  1. #1031
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Edit Orders v4.0 Support Thread

    Rather than a semicolon, you've probably removed or added extra braces: } or {
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #1032
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DrByte View Post
    Rather than a semicolon, you've probably removed or added extra braces: } or {
    I've checked for that, and didn't find any missing or extras. But I just realized that this wasn't a vanilla orders.php. I have the affiliate plug-in installed. So I need to go back and look at what got changed in that. I may have to go back to the orders.php from the installation package and start over from there.

  3. #1033
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Edit Orders v4.0 Support Thread

    I'm sure it's been mentioned before, but Beyond Compare, and Araxis Merge, are great tools for visually comparing files. (I know Merge even has a 3-way compare which can be really handy.)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #1034
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    Quote Originally Posted by DrByte View Post
    I'm sure it's been mentioned before, but Beyond Compare, and Araxis Merge, are great tools for visually comparing files. (I know Merge even has a 3-way compare which can be really handy.)
    Yes, I use Beyond Compare.

  5. #1035
    Join Date
    May 2008
    Posts
    442
    Plugin Contributions
    1

    Default Re: Edit Orders v4.0 Support Thread

    I'm receiving the following error PHP Warning: Invalid argument supplied for foreach() in edit_orders.php on line 1700

    It's happening when I try to add a product with attributes, the product is added to the order but the attributes are not, any idea what the issue could be?

    Edit Orders v4.1.4
    Zen Cart v1.5.4

    Below is the code staring with line 1700

    PHP Code:
                foreach($_POST['id'] as $id => $value) {
                    if(
    is_array($value)) {
                        foreach(
    $value as $id2 => $value2) {
                            if(
    is_array($value2)) {
                                foreach(
    $value2 as $id3 => $value3) {
                                    echo 
    '<input type="hidden" name="id[' $id '][' $id2 .'][' $id3 ']" value="' zen_html_quotes($value3) . '">';
                                }
                            }
                            else {
                                echo 
    '<input type="hidden" name="id[' $id '][' $id2 .']" value="' zen_html_quotes($value2) . '">';
                            }
                        }
                    }
                    else {
                        echo 
    '<input type="hidden" name="id[' $id ']" value="' zen_html_quotes($value) . '">';
                    }
                }
            } 

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

    Default Re: Edit Orders v4.0 Support Thread

    @marcopolo, the current version for EO is 4.1.6 (with 4.1.7 in the "works"); it's got a bunch of bug-fixes and other changes incorporated.

    Please upgrade to the most recent version and see if the issue has been previously resolved.

  7. #1037
    Join Date
    May 2008
    Posts
    442
    Plugin Contributions
    1

    Default Re: Edit Orders v4.0 Support Thread

    Ok just upgraded but now when I click on an order to edit I'm getting this in admin:

    You must install the Zen Cart 1.5.5 AdminRequestSanitizer class before you can use Edit Orders on this site

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

    Default Re: Edit Orders v4.0 Support Thread

    You'll need to also install the latest Trustwave Security patch: https://www.zen-cart.com/showthread....80#post1311680

  9. #1039
    Join Date
    May 2008
    Posts
    442
    Plugin Contributions
    1

    Default Re: Edit Orders v4.0 Support Thread

    Ok that fixed that issue and by upgrading to Edit Orders v4.1.6 fixed the attribute issue, thanks. Question I did not upgrade whatever changes were made to the core files though only new files and install, is that a big deal? It worked so I assuming not but just thought I would ask in case I should do it right away or wait until v4.1.7 is released.

  10. #1040
    Join Date
    Jun 2016
    Location
    Suffolk VA
    Posts
    590
    Plugin Contributions
    0

    Default Re: Edit Orders v4.0 Support Thread

    I've got this working, but when you go to details, the shipping and billing icons are displaying part of the alt text also.Click image for larger version. 

Name:	shipping.jpg 
Views:	62 
Size:	6.9 KB 
ID:	16738Name:  billing.jpg
Views: 119
Size:  6.8 KB

 

 

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