Page 24 of 66 FirstFirst ... 14222324252634 ... LastLast
Results 231 to 240 of 657
  1. #231
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    UGH. I have version PHP Version 5.1.6

    Why will it only work with 5.2.X?

    Are there some minor code changes I could make to make this work?

  2. #232
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Screw it. I went ahead and updated PHP. Curious though the files overwrite the core files as there are no instructions to manually edit the code. So I'm wondering are the mod files 1.3.9h? I don't want to overwrite my vanilla 1.3.9h core files with mod files with 1.3.9g or less code.

    TIA!

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

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by willie bee View Post
    Screw it. I went ahead and updated PHP. Curious though the files overwrite the core files as there are no instructions to manually edit the code. So I'm wondering are the mod files 1.3.9h? I don't want to overwrite my vanilla 1.3.9h core files with mod files with 1.3.9g or less code.

    TIA!
    And there won't be as we don't know what other mods you may have made to the same core files for other modules.. So you will need to compare them side by side and merge the required (and CLEARLY MARKED) modifications.

    From the readme (please not what's highlighted in red:
    Rename the YOUR_ADMIN_FOLDER folders in the 2_Required_Core_Edits folder to match the name of your store's admin folder
    As with ANY module, any files which override existing cart files should be merged using a tool like Winmerge or Beyond Compare before you install the module.

    Because these are core files, they have been separated in our install fileset so they are easily identified. If you have installed any mods which make changes to the files in this folder, you will need to use a tool like Winmerge or Beyond Compare to incorporate those changes into these files.
    Won't hurt ANYTHING to download the module, read through the readme and see if this module works for your needs.. The readme covers the most frequently asked questions..
    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.

  4. #234
    Join Date
    Mar 2011
    Posts
    364
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by DivaVocals View Post
    And there won't be as we don't know what other mods you may have made to the same core files for other modules.. So you will need to compare them side by side and merge the required (and CLEARLY MARKED) modifications.

    From the readme (please not what's highlighted in red:


    Won't hurt ANYTHING to download the module, read through the readme and see if this module works for your needs.. The readme covers the most frequently asked questions..
    I got it working. I just overwrote the core files because it is a vanilla install.

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

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Quote Originally Posted by willie bee View Post
    I got it working. I just overwrote the core files because it is a vanilla install.
    Cool..
    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. #236
    Join Date
    Feb 2011
    Location
    Indianapolis, IN
    Posts
    38
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Just installed Edit Order V3.03 to a vanilla base zen cart (we've been using the template system for over-rides, but not for anything other than look and feel) and got a couple PHP Warnings in the cache/debug log:

    [23-Mar-2011 21:59:49] PHP Warning: asort() expects parameter 1 to be array, null given in /home/xstimpr/public_html/tuxedoparkbrewers-com/Admin/edit_orders.php on line 2350

    [23-Mar-2011 21:59:49] PHP Warning: Invalid argument supplied for foreach() in /home/xstimpr/public_html/tuxedoparkbrewers-com/Admin/edit_orders.php on line 2351


    Edit_Orders.php lines are as follows:

    asort($ProductList[$add_product_categories_id]);
    foreach($ProductList[$add_product_categories_id] as $ProductID => $ProductName)


    If anyone could make any sense of them as far as how buggy these couple lines of code really are, it would be appreciated. We really just wanted a way to quickly edit a cash order before it was totalled and filled, other than simply creating a second to append to the first. Our store is new and being designed and run by noobs, so GREAT APPRECIATION comes from us to you and hopefully restraint and patience comes back our way : )

    Admin has been renamed, I just supplied the default on the forum to cover my tracks.

    Thanks in advance...

    JJ

  7. #237
    Join Date
    Feb 2011
    Location
    Indianapolis, IN
    Posts
    38
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    I hate replying to my own reply but I couldn't find an "edit" button the reply. Still new! And I figured if you looked and bothered to reply to the first question, you might squeeze in some additional quick advice:

    Can you delete items from an order simply by deleting the line item from the "edit order" page?

    Furthermore, if this is the case, will the inventory be re-posted to the category for the store, or is that something Admin has to do independently of editing the order quantities of the items.

    TIA.

    JJ

  8. #238
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 Support Thread

    Quote Originally Posted by DivaVocals View Post
    and what error are you getting??

    Blank page = Error

    Post the information from the log file that would have been generated as a result of the error..
    I received this same "blank page" error. My error log contained the following:
    "[30-Mar-2011 11:12:35] PHP Fatal error: Cannot redeclare zen_get_country_id() (previously declared in /MY_DOMAIN/MY_CATALOG/MY_ADMIN/includes/functions/extra_functions/edit_orders_functions.php:33) in /MY_DOMAIN/MY_CATALOG/MY_ADMIN/includes/functions/extra_functions/DELETEedit_orders.php on line 45"

    I had just renamed the edit_orders.php file instead of deleting it. Once I deleted it, all was well and working fine. :)
    Last edited by laurelsstitchery; 30 Mar 2011 at 07:29 PM.

  9. #239
    Join Date
    Feb 2011
    Location
    Indianapolis, IN
    Posts
    38
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    UPDATE: Discovered deletion of items can occur by making quantity zero. Still assuming that inventory is replenished (haven't bothered to test for certain at this point).

    JJ

  10. #240
    Join Date
    Dec 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Edit Orders v3.0 for Zen Cart 1.3.9 [Support Thread]

    Hello.

    I have not been able to find answers I am hoping for help. I have recently updated to Zen Cart 1.3.9.h and I want to update to Super Orders 3. It says to upgrade my Edit Orders first.

    I have uploaded and tested several times including the patch but always get blank pages. I was not even able to go back to admin and install the sql patches. I had to go into phpmyadmin to install them but it is still not working.

    I have checked that all the files go into the correct folder and deleted the edit_order.php file that the installation instructions informs.

    I am running linux and php v. 5.2.17

    If anyone could assist with this that would be great as I would love to update this and Super Orders.

    Thanks Again.

    GS
    Last edited by guitarstore; 4 Apr 2011 at 06:14 AM.

 

 
Page 24 of 66 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. 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
  3. 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
  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