Page 4 of 66 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 657
  1. #31
    Join Date
    Dec 2010
    Location
    Well... across all the world, a while here then there...
    Posts
    13
    Plugin Contributions
    0

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

    Well it's working now, but what come up is an other problem in case I do try to change Status. Actually I can't, because otherwise come a page says this :

    Code:
    1054 Unknown column 'track_id1' in 'field list'
    in:
    [INSERT INTO orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments, track_id1, track_id2, track_id3, track_id4, track_id5) VALUES ('1', '3', now(), '1', '', '', '', '', '', '')]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    In fact if I don' type anything into the Comments, the page just refresh and say that is updated, but it not. And if I try to type something into the Comments then become that Error.

    Any idea ?
    Last edited by cyberian37; 10 Dec 2010 at 09:29 PM. Reason: Update

  2. #32
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    [/quote]
    Quote Originally Posted by cyberian37 View Post
    Well it's working now
    So for the benefit of the community what WAS the real issue that caused your language file issues??


    Quote Originally Posted by cyberian37 View Post
    but what come up is an other problem in case I do try to change Status. Actually I can't, because otherwise come a page says this :

    Code:
    1054 Unknown column 'track_id1' in 'field list'
    in:
    [INSERT INTO orders_status_history (orders_id, orders_status_id, date_added, customer_notified, comments, track_id1, track_id2, track_id3, track_id4, track_id5) VALUES ('1', '3', now(), '1', '', '', '', '', '', '')]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Any idea ?
    Did you install the Ty Package Tracker files that come with Edit Orders??

    Do you have Ty Package Tracker module installed (NOT part of the Edit Orders files)??

    Did you set the Edit Orders "Ty Package Tracker Module Switch" to TRUE??

    From the Edit Orders readme:





    Ty Package Tracker Users
    • If you have installed Ty Package Tracker and would like to use Ty Package Tracker with Edit Orders please read the "How to Use" tab
    AND..

    Ty Package Tracker Files (You MUST have Ty Package Tracker installed to use the Ty Package Tracker integration features)

    • If you are running Ty Package Tracker, install the 3_TyPackage_Tracker_Files files. Go to Admin > Configuration > Edit Orders. Then simply set the Ty Package Track flag to "True" to activate the Ty Package Tracker fields in Edit Orders.
    From the Edit Orders admin:
    If you have the Ty Package Tracker module installed, set this option to TRUE so that Ty Package Tracker fields will display in Edit Orders
    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.

  3. #33

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

    I had the simple edit order smod installed. I have uninstalled it and installed this mod, however when i do so it kills my admin geeraitng the following error in the cache:
    Code:
    [13-Dec-2010 15:10:25] PHP Fatal error:  Cannot redeclare zen_db_scrub_in() (previously declared in /admin/includes/functions/extra_functions/super_orders_functions.php:142) in /admin/includes/functions/extra_functions/common_orders_functions.php on line 53
    I think this may be becuase of edits made to general.php (admin) and orders.php (admin) that i made when installing simple edit orders but i can't figure out what i need to change.

  4. #34
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by DVDTitan View Post
    I had the simple edit order smod installed. I have uninstalled it and installed this mod, however when i do so it kills my admin geeraitng the following error in the cache:
    Code:
    [13-Dec-2010 15:10:25] PHP Fatal error:  Cannot redeclare zen_db_scrub_in() (previously declared in /admin/includes/functions/extra_functions/super_orders_functions.php:142) in /admin/includes/functions/extra_functions/common_orders_functions.php on line 53
    I think this may be becuase of edits made to general.php (admin) and orders.php (admin) that i made when installing simple edit orders but i can't figure out what i need to change.
    Has nothing to do with EITHER of these files..

    If you look at the error it tells you EXACTLY which file(s) are calling the error..

    Cannot redeclare zen_db_scrub_in() (previously declared in /admin/includes/functions/extra_functions/super_orders_functions.php:142) in /admin/includes/functions/extra_functions/common_orders_functions.php on line 53
    In this case it's a Super Orders file (super_orders_functions.php) and a file from this mod (common_orders_functions.php)..

    Sounds like you are running one of the Super Order v.2.0 varieties -- dunno which specific SO version you are running.. I do know this error would only occur if you are runing a version of Super Orders prior to the upcoming Super Orders v3.0 (currently submitted pending approval)

    The readme in Edit Orders v3.0 Rev1a has a specific section which covers Super Orders users. I posted about this in this thread as well..

    http://www.zen-cart.com/forum/showpo...98&postcount=3

    If you are not using the v3.0 Rev1a files, you need to download them and follow the instructions for doing the required Super Orders update to make this error stop..
    Last edited by DivaVocals; 13 Dec 2010 at 05:52 PM.
    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. #35

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

    Thanks for this info. I have done this but the admin still breaks this time with a different error message:

    Code:
    [13-Dec-2010 17:17:13] PHP Fatal error:  Cannot redeclare zen_get_payment_type_name() (previously declared in /admin/includes/functions/extra_functions/super_orders_functions.php1:32) in /adminincludes/functions/extra_functions/super_orders_functions.php on line 41
    Any idea what could be causing this?

  6. #36
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by DVDTitan View Post
    Thanks for this info. I have done this but the admin still breaks this time with a different error message:

    Code:
    [13-Dec-2010 17:17:13] PHP Fatal error:  Cannot redeclare zen_get_payment_type_name() (previously declared in /admin/includes/functions/extra_functions/super_orders_functions.php1:32) in /adminincludes/functions/extra_functions/super_orders_functions.php on line 41
    Any idea what could be causing this?
    Did you install the Super Orders patch files that come with the Rev1a files????? It looks like you did and just renamed the old ones to super_orders_functions.php1. You cannot do that or you will continue to get this error.. The error is telling that there are TWO files attempting to declare the SAME function.. (which WILL continue to cause this error if you do not remove one. in this case you need to delete super_orders_functions.php1

    Cannot redeclare zen_get_payment_type_name() (previously declared in /admin/includes/functions/extra_functions/super_orders_functions.php1:32) in /adminincludes/functions/extra_functions/super_orders_functions.php on line 41
    You need to REPLACE the super_orders_functions.php in your store with the one included in the Super Orders patch files that come with Edit Order v3.0 Rev1a. You CANNOT leave the old functions file in the same folder (even if you have renamed it)..
    Last edited by DivaVocals; 13 Dec 2010 at 07:23 PM.
    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.

  7. #37

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

    jeez, i made hard work of that didn't i? It's been a long day! That sorted, will play around with it now.

    Thanks for your help.

  8. #38
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by DVDTitan View Post
    jeez, i made hard work of that didn't i? It's been a long day! That sorted, will play around with it now.

    Thanks for your help.
    No worries.. Glad it's all sorted out now..
    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.

  9. #39

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

    Me again

    whilst i can edit orders in orders.php there is no ability to edit orders in the same way in either super orders or the Ty package tracker.

    I have added all the files & SQL but there is no ability to edit through anything other than orders.php.

    Am i missing something here?

  10. #40
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

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

    Quote Originally Posted by DVDTitan View Post
    Me again

    whilst i can edit orders in orders.php there is no ability to edit orders in the same way in either super orders or the Ty package tracker.

    I have added all the files & SQL but there is no ability to edit through anything other than orders.php.

    Am i missing something here?
    if you are talking about adding an "Edit Orders" button to Ty Package Tracker's tracker.php file, then you are right there is no such mechanism. You can try using a file comparison program and merge into tracker.php the required code from orders.php..

    Frankly I never understood why Ty Package Tracker used what amounts to a "parallel" version of orders.php. The Super Orders like navigation and the Ty Package Tracker fields could have EASILY been incorporated into the default orders.php eliminating the NEED for two flavors of orders.php.

    As for Super Orders.. If you uploaded the files in the Super Orders v1.3.9 patch folder and installed the SQL file, all you need to do is "turn on" Edit Orders in Super Orders and vice versa.

    It looks like I inadvertently left out the step to turn on the Edit Orders buttons/icons in Super Orders. So do this:

    Go to Admin > Configuration > Edit Orders. Set the "Super Orders Module Switch" to "True". This swaps the Edit Orders buttons that normally return you to orders.php to return you to super_orders.php.

    THEN

    Admin > Configuration > Super Orders. Set the "Edit Orders Module Switch" to "True". This will activate the buttons and icons that link Edit Orders to Super Orders.
    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 4 of 66 FirstFirst ... 234561454 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1786
    Last Post: 10 Apr 2024, 03:17 PM
  2. 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
  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