Page 58 of 188 FirstFirst ... 848565758596068108158 ... LastLast
Results 571 to 580 of 1873
  1. #571
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: Super Orders + Edit Orders

    lhungil,

    Thank you of this additional inform with version number. This very helpful too.

  2. #572
    Join Date
    Jun 2010
    Posts
    145
    Plugin Contributions
    0

    Default Re: Super Orders + Edit Orders

    FYI, I had to manually create folders and move the readme files around to get the installation instructions to work. The /readme/ folder and subfolders didn't exist in other words. It was just the files with the path enclosed in the file name, if that makes any sense. :) I've unzipped a bunch of plugins this evening and this one was the only one that I had to do this with. Someone might want to give the ZIP file a look to make sure all is hunky-dory. :)

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

    Default Re: Super Orders + Edit Orders

    Quote Originally Posted by laurelsstitchery View Post
    FYI, I had to manually create folders and move the readme files around to get the installation instructions to work. The /readme/ folder and subfolders didn't exist in other words. It was just the files with the path enclosed in the file name, if that makes any sense. :) I've unzipped a bunch of plugins this evening and this one was the only one that I had to do this with. Someone might want to give the ZIP file a look to make sure all is hunky-dory. :)
    I have no issues with unzipping the files to access the readme..
    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. #574
    Join Date
    Aug 2014
    Location
    Indonesia
    Posts
    7
    Plugin Contributions
    0

    Default Re: Super Orders + Edit Orders

    OK, I need some help, and I am not sure if this is the correct spot.
    I have upgraded to v1.5.3

    when i install your module to complete.
    then go to order => edit => update

    i get "WARNING: An error occurred, please refresh the page and try again." when I try to look at the order in the admin.

    Help what am I doing wrong or missing.

    I use zen 1.5.3

    Thanks

  5. #575
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Super Orders + Edit Orders

    When you receive the message "Warning an error occurred ...", there's a debug log in your store's /logs directory that identifies the source of the issue. You can post that here (make sure to XXXX-out your admin directory's name first!) to get some further help.

    I've got Edit Orders v4.1.4 happily installed on Zen Cart v1.5.3, so it's got to be something in your setup.

  6. #576
    Join Date
    Aug 2014
    Location
    Indonesia
    Posts
    7
    Plugin Contributions
    0

    Default Re: Super Orders + Edit Orders

    Quote Originally Posted by lat9 View Post
    When you receive the message "Warning an error occurred ...", there's a debug log in your store's /logs directory that identifies the source of the issue. You can post that here (make sure to XXXX-out your admin directory's name first!) to get some further help.

    I've got Edit Orders v4.1.4 happily installed on Zen Cart v1.5.3, so it's got to be something in your setup.
    this is the message :

    PHP Fatal error: 1054:Unknown column 'p.products_quantity' in 'field list' :: SELECT `p`.`products_quantity` FROM `zen_products` WHERE `p`.`products_id` = '1069' ==> (as called by) /home/store/public_html/admin/includes/functions/extra_functions/edit_orders_functions.php on line 1028 <== in /home/store/public_html/includes/classes/db/mysql/query_factory.php on line 155

  7. #577
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: Super Orders + Edit Orders

    Quote Originally Posted by lhungil View Post
    Verified Bug.

    Edit "/admin/includes/functions/extra_functions/edit_orders_functions.php". Around line 1025 change:
    Code:
    				$check = $db->Execute(
    					'SELECT `p`.`products_quantity` FROM `' . TABLE_PRODUCTS . '` ' .
    				 	'WHERE `p`.`products_id` = \'' . (int)$query->fields['products_id'] . '\''
    				);
    to read:
    Code:
    				$check = $db->Execute(
    					'SELECT `p`.`products_quantity` FROM `' . TABLE_PRODUCTS . '` AS `p` ' .
    				 	'WHERE `p`.`products_id` = \'' . (int)$query->fields['products_id'] . '\''
    				);
    Please let me know if this solves the problem.
    Quote Originally Posted by iqbal007 View Post
    this is the message :

    PHP Fatal error: 1054:Unknown column 'p.products_quantity' in 'field list' :: SELECT `p`.`products_quantity` FROM `zen_products` WHERE `p`.`products_id` = '1069' ==> (as called by) /home/store/public_html/admin/includes/functions/extra_functions/edit_orders_functions.php on line 1028 <== in /home/store/public_html/includes/classes/db/mysql/query_factory.php on line 155
    That's a known issue. See the quoted correction.

  8. #578
    Join Date
    Aug 2014
    Location
    Indonesia
    Posts
    7
    Plugin Contributions
    0

    Default Re: Super Orders + Edit Orders

    Quote Originally Posted by lat9 View Post
    That's a known issue. See the quoted correction.
    wow this works bro. thanks for your help

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

    Default Re: Super Orders + Edit Orders

    Quote Originally Posted by iqbal007 View Post
    wow this works bro. thanks for your help
    That "bro" is a LADY.. a "sheila" as the Aussies would say..
    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. #580
    Join Date
    Aug 2014
    Location
    Indonesia
    Posts
    7
    Plugin Contributions
    0

    Default Re: Super Orders + Edit Orders

    Quote Originally Posted by DivaVocals View Post
    That "bro" is a LADY.. a "sheila" as the Aussies would say..
    uupss

 

 

Similar Threads

  1. 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
  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