Re: Super Orders + Edit Orders
lhungil,
Thank you of this additional inform with version number. This very helpful too.
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. :)
Re: Super Orders + Edit Orders
Quote:
Originally Posted by
laurelsstitchery
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..
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
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.
Re: Super Orders + Edit Orders
Quote:
Originally Posted by
lat9
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
Re: Super Orders + Edit Orders
Quote:
Originally Posted by
lhungil
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
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.
Re: Super Orders + Edit Orders
Quote:
Originally Posted by
lat9
That's a known issue. See the quoted correction.
wow this works bro. thanks for your help :D
Re: Super Orders + Edit Orders
Quote:
Originally Posted by
iqbal007
wow this works bro. thanks for your help :D
That "bro" is a LADY.. a "sheila" as the Aussies would say.. :smile:
Re: Super Orders + Edit Orders
Quote:
Originally Posted by
DivaVocals
That "bro" is a LADY.. a "sheila" as the Aussies would say.. :smile:
uupss :P