Page 16 of 66 FirstFirst ... 6141516171826 ... LastLast
Results 151 to 160 of 657
  1. #151
    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

    Are you running Super Orders v1.3.9??? Because the error indicates that you probably are.. (as the error indicates, both Super Orders and Edit Orders are attempting to declare the same function) If so you need to follow the instructions for Super Orders 1.3.9..

    From the Edit Orders readme file:
    Super Orders Users
    If you have installed Super Orders and would like to use Super Orders with Edit Orders please read the "How to Use" tab

    • IMPORTANT!!!! Super Orders v1.3.9 users:
      PLEASE READ the "How to Use" tab. There is a Super Orders update that is REQUIRED to use Edit Orders v3.03 with Super Orders v1.3.9. (Without this update you WILL get blank page errors when using Edit Orders v3.02 with Super Orders v1.3.9)

      This update is NOT required for Super Orders v3.0x
    Quote Originally Posted by highlander View Post
    Hi DivaVocals,
    When I say step 3, I mean step 3 of the installation instructions for the mod. as below....

    Basic Installation Instructions
    1. Unzip the package contents to a temp directory
    2. Rename all of the YOUR_ADMIN_FOLDER folders from the 1_Install_Files folder to match the name of your admin folders respectively.. Let me repeat this as this is the one step in module installs that most OFTEN gets overlooked/missed

    Rename all of the YOUR_ADMIN_FOLDER folders to match the name of your admin folders respectively

    3. Upload ALL the files in the 1_Install_Files folder to your store directory. The directory structure within these folders is like your Zen Cart store's folder structure


    the log file says: [07-Jan-2011 17:54:33] PHP Fatal error: Cannot redeclare zen_db_scrub_in() (previously declared in /home/mccarthy/public_html/store/macFie_62/includes/functions/extra_functions/common_orders_functions.php:30) in /home/mccarthy/public_html/store/macFie_62/includes/functions/extra_functions/super_orders_functions.php on line 166
    Last edited by DivaVocals; 8 Jan 2011 at 02:57 AM.
    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.

  2. #152

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

    ok. I'll try that. The install instructions for edit orders looked like it was sequential instructions, and that the super orders part was something to be done afterward because it was listed later.

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

    Default Re: Edit Orders v3.0.3 will be submitted to the downloads tonight

    Submitted to the downloads section tonight.. Please be patient as the admins must approve the download before it is available..

    Quote Originally Posted by DivaVocals View Post
    Change Log v3.03 - 01/06/2011

    • Bug fix - Corrects issue where order comments which included apostrophe's would generate an error.
    • Bug fix - Corrects issue where on certain host configurations shopowner would get language ID errors.
    • Buglet (little bug.. ) fix - Fixed Shipping method filed so that it no longer shows raw HTML outputs (affected mainly FedEx shipping users)
    • Added last updated field to properly support Rewards module
    • Added French language support (courtesy of sanji!!!) If anyone has other language translations, send them to me and I will update the fileset.
    • More formatting fixes to totals section. All entry fields now right align
    • Included required PHP version data in the Purpose & Aim tab
    • Minor updates and tweaks to readme for clarity
    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. #154
    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 highlander View Post
    ok. I'll try that. The install instructions for edit orders looked like it was sequential instructions, and that the super orders part was something to be done afterward because it was listed later.
    Nope that's why I called out Super Orders 1.3.9 specifically on the installation tab in the readme.. We made changes to better align Super Orders v3.0 and Edit Orders v3.0 an in doing so, it required a slight change to those who may not be upgrading to Super Orders v3.0. (though we hope you'll give Super Orders v3.0 a looksee!)
    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.

  5. #155

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

    okeedokee.

    I don't get the error anymore, but I must not be doing something correctly or in the right order perhaps? I don't see any edit button when I launch orders or superorders. Suggestions?

  6. #156

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

    Just for clarification, I did the superorders 139 portion first as you mentioned, then went back and did the rest of the install instructions.

  7. #157
    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 highlander View Post
    okeedokee.

    I don't get the error anymore, but I must not be doing something correctly or in the right order perhaps? I don't see any edit button when I launch orders or superorders. Suggestions?
    Did you merge the super_orders.php and orders.php correctly with your existing super_orders.php and orders.php files.. That's where the code for the "Edit" buttons is and it's pretty clearly marked if you are using a file comparison program.. Are you running any other mods which made modifications to these same files??
    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.

  8. #158

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

    I went to the how to use section (as you mentioned, because I have version 139 of superorders installed) which told me to upload the superorders patch files, & run the sql.

    Then, I went back to the install instructions and uploaded the files in the 1_install folder, then did the core edits where I compared the orders.php supplied with the original one as indicated. I merged all of the differences from the new one into the old one as I didn't see anything that looked like an edit I would have done. Then I ran the sql as it instructed. I logged out and back in to be certain, and I don't see any edit button.

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

    In orders.php find this:

    Code:
    // check if order has open gv
    Post the 4-5 lines just above this.. PLEASE use the forum code or PHP tags so this is easier to read.


    Then find this:
    Code:
    Begin add Edit Orders icons to order list
    and post the line immediately following..

    If you are not seeing the "Edit" buttons, the only possible reason is that the code for those buttons is missing or something else is installed incorrectly....

    Quote Originally Posted by highlander View Post
    I went to the how to use section (as you mentioned, because I have version 139 of superorders installed) which told me to upload the superorders patch files, & run the sql.

    Then, I went back to the install instructions and uploaded the files in the 1_install folder, then did the core edits where I compared the orders.php supplied with the original one as indicated. I merged all of the differences from the new one into the old one as I didn't see anything that looked like an edit I would have done. Then I ran the sql as it instructed. I logged out and back in to be certain, and I don't see any edit button.
    Last edited by DivaVocals; 8 Jan 2011 at 04:46 AM.
    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.

  10. #160
    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

    and to make sure that you have installed everything in it's proper location, try this. Open ANY order in your store..

    Make note of the order ID # and replacing the highlighted values below with the values from your store enter the following URL into your browser.

    http://yourdomain.com/YOUR_ADMIN_FOLDER/edit_orders.php?page=1&oID=ORDER_ID#&action=edit


    Quote Originally Posted by highlander View Post
    I went to the how to use section (as you mentioned, because I have version 139 of superorders installed) which told me to upload the superorders patch files, & run the sql.

    Then, I went back to the install instructions and uploaded the files in the 1_install folder, then did the core edits where I compared the orders.php supplied with the original one as indicated. I merged all of the differences from the new one into the old one as I didn't see anything that looked like an edit I would have done. Then I ran the sql as it instructed. I logged out and back in to be certain, and I don't see any edit button.
    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.

 

 
Page 16 of 66 FirstFirst ... 6141516171826 ... 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